67 Commits

Author SHA256 Message Date
ae860c82a7 Accepting request 1207992 from KDE:Extra
Update to 5.2.6

OBS-URL: https://build.opensuse.org/request/show/1207992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=48
2024-10-15 13:01:14 +00:00
Christophe Marin
2cfd1ec7eb 5.2.6
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=57
2024-10-14 19:58:57 +00:00
bd42a71b7c Accepting request 1174126 from KDE:Extra
- 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 (forwarded request 1174093 from kill_it)

OBS-URL: https://build.opensuse.org/request/show/1174126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=47
2024-05-15 19:28:33 +00:00
c67e44b0e0 Accepting request 1174093 from home:kill_it:branches:KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/1174093
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=55
2024-05-15 07:03:59 +00:00
534565ed42 Accepting request 1139125 from KDE:Extra
Update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/1139125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=46
2024-01-16 20:38:56 +00:00
Christophe Marin
273b54354b OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=53 2024-01-16 10:18:56 +00:00
Christophe Marin
a03abe8f66 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=52 2024-01-16 09:44:31 +00:00
Christophe Marin
483e266742 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=51 2024-01-16 09:41:51 +00:00
Christophe Marin
8032247411 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=50 2024-01-16 09:40:47 +00:00
Christophe Marin
0bb7b5379c Update to 5.2.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=49
2024-01-16 09:39:58 +00:00
8376b488b6 Accepting request 993559 from KDE:Extra
- set CMAKE_SKIP_RPATH when building kvirc. Without it, CMake adds
  a (yet unexplained) empty RUNPATH entry to the perl module.

OBS-URL: https://build.opensuse.org/request/show/993559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=45
2022-08-07 16:33:59 +00:00
a13a10a681 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=47 2022-08-06 21:12:37 +00:00
c71fa1392d OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=46 2022-08-06 18:47:13 +00:00
bbdef4ad33 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=45 2021-06-30 06:10:12 +00:00
47083955d4 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=44 2021-06-30 06:10:01 +00:00
7366a624c6 Accepting request 902764 from KDE:Extra
- Remove the optional QtWebKit dependency

OBS-URL: https://build.opensuse.org/request/show/902764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=44
2021-06-28 13:33:44 +00:00
7fd3ca4191 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=43 2021-06-28 08:23:27 +00:00
276e8e0bb1 --qtwebkit
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=42
2021-06-28 08:23:12 +00:00
9c8f96365f Accepting request 811515 from KDE:Extra
- Add patch to fix build with Qt 5.15:
  0001-Fix-build-with-Qt-5.15.patch

OBS-URL: https://build.opensuse.org/request/show/811515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=43
2020-06-04 15:57:21 +00:00
5af7624513 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=40 2020-06-04 14:22:01 +00:00
OBS User buildservice-autocommit
522efdc91b Accepting request 765064 from KDE:Extra
auto commit by copy to link target

OBS-URL: https://build.opensuse.org/request/show/765064
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=39
2020-01-17 15:05:55 +00:00
3659e16de7 Accepting request 765064 from KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/765064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=42
2020-01-17 15:05:54 +00:00
OBS User buildservice-autocommit
92afcf011d Updating link to change in openSUSE:Factory/kvirc revision 42.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=074e7e810d80fdd0b108f3e58e0d19ac
2020-01-17 15:05:54 +00:00
f7bd48a243 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=38 2020-01-16 18:33:00 +00:00
a713cfe771 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=37 2020-01-16 18:30:02 +00:00
b389edea3c Accepting request 764952 from home:cgiboudeaux:branches:KDE:Extra
- 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.patc
- Drop obsolete conditions

OBS-URL: https://build.opensuse.org/request/show/764952
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=36
2020-01-16 18:29:36 +00:00
Wolfgang Bauer
5f1944d115 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=35 2019-02-15 09:36:29 +00:00
9e1782937b Accepting request 667953 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/667953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=41
2019-02-15 08:54:47 +00:00
Wolfgang Bauer
2424a07167 osc copypac from project:KDE:Extra package:kvirc revision:28
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=33
2019-01-23 12:36:25 +00:00
Wolfgang Bauer
0277a5df88 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=32 2019-01-23 12:31:48 +00:00
92273ec36b Accepting request 667845 from home:wolfi323:branches:KDE:Extra
- 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)

Changes compared to previous SR:
- Updated 64bit check (to set LIB_SUFFIX accordingly) to work on all archs, not only x86_64 (it's actually the same as in the %cmake macro now)
- Obsolete kvirc-devel

OBS-URL: https://build.opensuse.org/request/show/667845
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=28
2019-01-23 09:02:39 +00:00
507ff5db0d Accepting request 652037 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/652037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=40
2018-11-27 09:44:27 +00:00
86a24bba74 Accepting request 651977 from home:bmwiedemann:branches:KDE:Extra
Add kvirc-cmake-timestamp.patch kvirc-gendoc-date.patch (boo#1047218)
Add kvirc-no-uname.patch to make package build reproducible (boo#1101107)

now with extra .spec comments

OBS-URL: https://build.opensuse.org/request/show/651977
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=26
2018-11-26 16:20:36 +00:00
f2c62561dd Accepting request 557675 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/557675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=39
2017-12-19 09:57:19 +00:00
191c49ef35 Accepting request 557670 from home:Vogtinator:noqca2
- 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

OBS-URL: https://build.opensuse.org/request/show/557670
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=24
2017-12-16 14:20:25 +00:00
ffbac32ad5 Accepting request 545986 from KDE:Extra
- BuildRequire openssl-devel 1.0 explicitly to fix build on TW
- Remove %if with ancient checks

OBS-URL: https://build.opensuse.org/request/show/545986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=38
2017-11-27 21:18:44 +00:00
af0651bb1a It's libopenssl...-devel
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=22
2017-11-27 12:28:14 +00:00
c017c9ed10 Accepting request 545926 from home:favogt:branches:KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/545926
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=21
2017-11-27 10:16:10 +00:00
OBS User buildservice-autocommit
50dc9b6137 Accepting request 407179 from KDE:Extra
auto commit by copy to link target

OBS-URL: https://build.opensuse.org/request/show/407179
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=20
2016-07-12 21:52:17 +00:00
69f8ea14ba Accepting request 407179 from KDE:Extra
1

OBS-URL: https://build.opensuse.org/request/show/407179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=37
2016-07-12 21:52:16 +00:00
OBS User buildservice-autocommit
0f08a7fa8e Updating link to change in openSUSE:Factory/kvirc revision 37.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kvirc?expand=0&rev=83495935a377f65b286cea0eed914d1f
2016-07-12 21:52:16 +00:00
Stephan Kulow
423f198cf4 Accepting request 184858 from KDE:Distro:Factory
Update to version 4.2.0

OBS-URL: https://build.opensuse.org/request/show/184858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=34
2013-07-31 16:31:20 +00:00
Stephan Kulow
2bf5fdd2fa Accepting request 124585 from KDE:Distro:Factory
license update: SUSE-GPL-2.0+-with-openssl-exception
 (forwarded request 124400 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/124585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=31
2012-06-12 19:44:44 +00:00
Stephan Kulow
29f94774a1 Accepting request 110959 from KDE:Distro:Factory
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already. (forwarded request 110917 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/110959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=30
2012-03-26 09:02:50 +00:00
Stephan Kulow
0d28856fb0 Accepting request 94138 from KDE:Distro:Factory
- Fix duplicate filelist

OBS-URL: https://build.opensuse.org/request/show/94138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=29
2011-11-29 11:52:21 +00:00
Lars Vogdt
bac8e746df Accepting request 88023 from KDE:Distro:Factory
- 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 (forwarded request 87853 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/88023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=27
2011-10-16 10:52:22 +00:00
Sascha Peilicke
ba0f42438f Accepting request 84803 from KDE:Distro:Factory
- 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 (forwarded request 84490 from TheBlackCat) (forwarded request 84491 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/84803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=26
2011-09-27 14:07:19 +00:00
Sascha Peilicke
552a657dea Autobuild autoformatter for 65859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=25
2011-04-04 11:14:12 +00:00
Sascha Peilicke
3c0c029709 Accepting request 65859 from KDE:Distro:Factory
Accepted submit request 65859 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=24
2011-04-04 11:14:03 +00:00
Sascha Peilicke
3a4723ed35 Accepting request 65721 from KDE:Distro:Factory
Accepted submit request 65721 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kvirc?expand=0&rev=23
2011-04-01 08:24:55 +00:00