Revisions of kvirc

buildservice-autocommit accepted request 1174126 from Fabian Vogt's avatar Fabian Vogt (Vogtinator) (revision 56)
auto commit by copy to link target
Fabian Vogt's avatar Fabian Vogt (Vogtinator) accepted request 1174093 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 55)
- Update to 5.2.4
  * This is mostly a bugfix release, including some quality of life
    improvements for Wayland users on GNU/Linux and Windows users
    running KVirc as a "portable" app. It also includes an important
    fix for a crash related to the undo/redo functionality.
    As a goodie, a new "Vertical line margin" option has been added
    to the ircview to make your ASCII art look better than ever.
- Update to 5.2.0
  * Support for the latest version of upstream libraries:
    Qt5.15/6.6, KDE5/6, OpenSSL 1.x/3.x
  * Wayland support
  * Fix for some nasty crash bugs
  * an improved font rendering engine able to represent complex
    characters like emojis with ligatures
  * a reworked tray icon that now follows your OS style
  * better support for solanum ircd (Libera net)
- Drop patches, no longer needed:
  * 0001-Add-support-for-Python-3.patch
  * 0001-This-is-not-necessary-anymore.patch
  * 0001-Replace-FindPythonLibs-with-FindPython3-in-CMake.patch
  * 0001-Stop-unsetting-_DEBUG-when-including-Python.h.patch
  * 0001-Fix-build-with-Qt-5.15.patch
- set CMAKE_SKIP_RPATH when building kvirc. Without it, CMake adds
  a (yet unexplained) empty RUNPATH entry to the perl module.
- Remove the optional QtWebKit dependency
- Add patch to fix build with Qt 5.15:
  0001-Fix-build-with-Qt-5.15.patch
- Add patches to use Python 3:
  * 0001-Add-support-for-Python-3.patch
  * 0001-This-is-not-necessary-anymore.patch
  * 0001-Replace-FindPythonLibs-with-FindPython3-in-CMake.patch
  * 0001-Stop-unsetting-_DEBUG-when-including-Python.h.patch
- Drop obsolete conditions
- Update to 5.0.0
  * Ported to Qt5 and KDE Frameworks5
  * Too many changes to list here
- Drop patches merged upstream:
  * fix-processEvents.patch
  * kvirc-gendoc-date.patch
  * kvirc-cmake-timestamp.patch
  * kvirc-no-uname.patch
- Drop separate devel package and just delete libkvirc.so instead
- Change package license to GPL-2.0-or-later AND (GPL-3.0-only OR
  SUSE-LGPL-2.1-with-digia-exception-1.1)
- Add kvirc-cmake-timestamp.patch kvirc-gendoc-date.patch (boo#1047218)
- Add kvirc-no-uname.patch to make package build reproducible (boo#1101107)
- BuildIgnore libopenssl-1_1_0-devel to fix build with ossl 1.1 based
  libqt4
- BuildRequire openssl-devel 1.0 explicitly to fix build on TW
- Remove %if with ancient checks
- Add fix-processEvents.patch: fixes use of wrong operator when
  constructing the parameter to QApplication::processEvents(), and
  as a result also the build with gcc6 (boo#985191)
- Update to 4.2.0
  * More scripting power:
    - the interface to the popup subsystem has been rewritten: 
      the new popup module
    - a new interface to the userlist: the userlist module
    - a new webView class that embeds a webkit
    - improved SQL classes
    - a new trayicon KVS class
    - added a default script manager to restore default scripts 
      without overwriting custom user scripts
    - lots of new functions. 
    - new SSL certificate related stuff: $dcc.getSSLCertInfo(), 
      $certificate(), $str.evpSign(), $str.evpVerify()
  * New miscellaneous features:
    - a module to support FiSH irc encryption
    - smart logging paths using KVS
    - improved medialayer support: VLC, Spotify, Totem, Clementine
    - a rewritten log viewer module
    - dynamic support for custom channel modes
  * a lot of bugfixes and minor enchancements
- Remove patch kvirc-gcc47.patch. This is now fixed upstream
- license update: SUSE-GPL-2.0+-with-openssl-exception
- Add kvirc-gcc47.patch: Fix build with gcc 4.7.
- Fix duplicate filelist 
- Switched to external libraries.  This is the upstream recommended
  way to build the program and is more secure
- Removed INSTALL file from documentation (fix for RPMLINT warning)
- Cleaned up spec file formatting
- Added %kde4_runtime_requires macro (fix for RPMLINT warning)
- Removed commented lines (fix for RPMLINT warning)
- Added automatic language check (fix for RPMLINT warning)
- Cleaned up spec file formatting
-Suppress build date in kvirc-config script, breaks build-compare. 
- update to 4.0.4
  * translations updated
  * many fixes to the buildsystem
  * bugfixes
  * details please see https://svn.kvirc.de/kvirc/timeline 
- Update to 4.0.2:
  * Bugfixes
- Add optional python dependency
- Update to 4.0.2:
  * ChangeLog is not updated
- Update to 4.0.1:
  * ChangeLog is not updated
- Add optional python dependency
- add kvirc-ctcp_vul.diff:
  fix issue with remote CTCP commands execution
  CVE-2010-2785 (bnc#626942) 
- Update to 4.0.0:
  * Definitive and stable port to the Qt4 libraries
  * A brand new build system based on CMake (no more ./configure)
  * Better support for server technologies: CAPS, STARTTLS, SASL,
    irc services.
  * New UPnP module to control and remotely map router ports for DCC
  * Totally rewritten MDI subsystem, with look and feel of your OS
  * Nice graphical addon packager
  * Visual class editor for object oriented scripting
  * Rewritten iograph module to check your bandwidth usage
  * Support for animated avatars
  * Ability to get other user's avatars/information without the 
    need to CTCP the whole channel
  * Support for DBus inter-process communication
  * Support for the MPRIS media player control and info reporting
  * Support for Phonon direct media playback
  * A lot of new options to better customize your client
  * A lot of new KVS commands and functions for your scripting needs
  * Tons of bug fixes, more than 500 only from the bugtracker
- Use %_smp_mflags
- compile with new openssl interface
- require the exact perl version as it links libperl.so
- Added a patch to correct the makefile in po/kvirc. This contained 
  twice the entry for kvirc_hu.mo
- Remove .la files
- Update to 3.4.2
  * Improved themeing support
  * Improved scripting engine
  * Improved help subsystem
  * Improved windows and macosx support
  * Better desktop integration
  * Nicer support for many different IRC servers
  * A totally revised option layout
  * Basic support for script "addons"
  * New nice statusbar applets
  * Fixed CVE-2008-4748; (bnc#439819)
- Run ldconfig on deinstalltion
- Remove broken libtool macros.
- recode CRLF files to fix newlines in generated docu files 
- fix build with gcc-4.3 
- block "$" and ";" in irc urlhandler (#285810)
- update to 3.2.6
  * Added handling of unknown RPL_WHOIS* numeric replies
  * Added a file with KVIrc file extension definitions
  * Added an option for the "network name in taskbar"
  * Added new notifier
  * Moved the whole theme management engine to a new module
  * New german translation file
  * More work on the options dialogs
- in kvi_socket.h: test if error value equals to EAGAIN
  instead of setting it to that value (#226878) 
- fix crash after initial setup (thanks to gladiac) 
- update to 3.2.5
  - documentation cleanups 
  - Fixed some docs about KVS
  - Fixed couple of bugs, include crashbug when applying a new theme
  - Changed trayicon bechaviour. Now it's configurable.
  - Make Tree taskbar header hidable. Hide it by default
- update to 3.2.4 
  - uparser is definitively gone: KVS is the reality.
  - many cleanups all over, including documentation
  - countless bugfixes
- fix build 
- build parallel 
- remove unused .a files for modules (#182161)
- split off devel package 
- converted neededforbuild to BuildRequires
- fix libtool usage (protecting share holder value again)
- fix build with gcc-4.0.1 
- Added audiofile-devel to neededforbuild.
- update to 3.2.0 
- move menu entry to xdg dir
- remove unneeded mad and mad-devel from nfb
- recode all translations patches to UTF-8
- remove most hunks from old patch (apparently obsolete)
- recode de translation to utf-8 first
- fix file conflict with kopete from KDE 3.3
- update to 3.0.1
- update to 3.0.0
- cvs update of Mar18
- now the icons look complete ...
- cvs update of Mar07
- cvs update of Jan30
- added defattr 
- update to CVS of Oct29 ... mountain of patches to compile 
- added run_ldconfig 
- add Categories
- add dir /opt/kde3/include/kvirc to filelist 
- fix filelist 
- change mode of .la files to 644 
- move applnk and mimelnk files in place
- use kfmclient as urlhandler if available 
- update to 3.0.0-beta2
- update to 3.0.0-beta1 
- libdir is /opt/kde2/%_lib for kde2 ... 
- fix to compile on lib64-archs
- fix pofiles 
- use kde2-devel-packages 
- cvs update 2001/10/30 
- change TAG to X11/KDE/Beta
- Fix casts.
- update to cvs of today
- use current libtool to build plugins right 
- enable kde-support and ipv6-support
- update to 2.1.2pre2 (cvs) to make it compile 
- changed neededforbuild <sp_libs> to <sp-devel>
- New version 2.1.1
- changed neededforbuild <docbkdsl> to <docbook-dsssl-stylesheets>
- fixed neededforbuild
- changed neededforbuild <docbk30> to <docbook_3>
- fixed filelist 
- package fix
- update to 2.1.0 (KDE 2)
- fixed CXXFLAGS passing in the src/*/Makefile.in files
- fixed neededforbuild
- fixed neededforbuild: += libmng-devel 
- neededforbuild libmng 
- fixed neededforbuild 
- Added group tag, suse_update_config and new file list
- Added group tag, suse_update_config and new file list
- Spec file created from kvirc-1.0.0_beta3.1.tar.gz by autospec
 - Drop ksupp, klibs, kbase and qtlib1 from neededforbuild
- New version 1.0.0_beta3.1, need qtlib2, fixes
  Buzilla bug #605
                                 
- Reinserted old # Commandline: line.
- ran old prepare_spec on spec file to switch to new prepare_spec.
 - Recreated spec file with new autospec
- don't use lx_hack for build
- Recreated spec file from kvirc-0.9.0.tar.gz using autospec script by kettner@suse.de
buildservice-autocommit accepted request 1139125 from Christophe Marin's avatar Christophe Marin (krop) (revision 54)
auto commit by copy to link target
Christophe Marin's avatar Christophe Marin (krop) committed (revision 53)
Christophe Marin's avatar Christophe Marin (krop) committed (revision 52)
Christophe Marin's avatar Christophe Marin (krop) committed (revision 51)
Christophe Marin's avatar Christophe Marin (krop) committed (revision 50)
Christophe Marin's avatar Christophe Marin (krop) committed (revision 49)
Update to 5.2.0
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) committed (revision 42)
--qtwebkit
buildservice-autocommit accepted request 811515 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 41)
auto commit by copy to link target
buildservice-autocommit accepted request 765064 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 39)
auto commit by copy to link target
Displaying revisions 1 - 20 of 56
openSUSE Build Service is sponsored by