Version: 5.0.0-bp154.2.76
* Mon Jun 28 2021 Christophe Giboudeaux <christophe@krop.fr>
- Remove the optional QtWebKit dependency
* Thu Jun 04 2020 Christophe Giboudeaux <christophe@krop.fr>
- Add patch to fix build with Qt 5.15:
0001-Fix-build-with-Qt-5.15.patch
* Thu Jan 16 2020 Christophe Giboudeaux <christophe@krop.fr>
- 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
Version: 4.2.0-bp150.2.7
* Sat Dec 16 2017 fabian@ritter-vogt.de
- BuildIgnore libopenssl-1_1_0-devel to fix build with ossl 1.1 based
libqt4
* Mon Nov 27 2017 fvogt@suse.com
- BuildRequire openssl-devel 1.0 explicitly to fix build on TW
- Remove %if with ancient checks
* Thu Jul 07 2016 wbauer@tmo.at
- 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)
* Mon Jul 29 2013 tittiatcoke@gmail.com
- 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
* Mon Jun 11 2012 cfarrell@suse.com
- license update: SUSE-GPL-2.0+-with-openssl-exception
* Sat Mar 24 2012 dimstar@opensuse.org
- Add kvirc-gcc47.patch: Fix build with gcc 4.7.
* Mon Nov 28 2011 idoenmez@suse.de
- Fix duplicate filelist
* Fri Oct 14 2011 toddrme2178@gmail.com
- 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
* Fri Sep 16 2011 toddrme2178@gmail.com
- 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
* Sun Apr 03 2011 crrodriguez@opensuse.org
-Suppress build date in kvirc-config script, breaks build-compare.
* Thu Mar 31 2011 ro@suse.de
- update to 4.0.4
* translations updated
* many fixes to the buildsystem
* bugfixes
* details please see https://svn.kvirc.de/kvirc/timeline
* Mon Dec 13 2010 toddrme2178@gmail.com
- Update to 4.0.2:
* Bugfixes
- Add optional python dependency
* Mon Dec 13 2010 toddrme2178@gmail.com
- Update to 4.0.2:
* ChangeLog is not updated
- Update to 4.0.1:
* ChangeLog is not updated
- Add optional python dependency
* Fri Jul 30 2010 ro@suse.de
- add kvirc-ctcp_vul.diff:
fix issue with remote CTCP commands execution
CVE-2010-2785 (bnc#626942)
* Fri Jul 02 2010 bitshuffler@opensuse.org
- 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
* Sun Apr 18 2010 coolo@novell.com
- compile with new openssl interface
* Fri Nov 13 2009 dmueller@suse.de
- require the exact perl version as it links libperl.so
* Thu Jul 02 2009 tittiatcoke@gmail.com
- Added a patch to correct the makefile in po/kvirc. This contained
twice the entry for kvirc_hu.mo
* Tue Nov 04 2008 anschneider@suse.de
- Remove .la files
* Tue Nov 04 2008 anschneider@suse.de
- 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