Version: 0.13.0-bp150.4.3.1
            
  * Tue Jan 08 2019 Tomá? Chvátal <tchvatal@suse.com> 
  - Add ldap dependency so the feature is compiled too
 
  * Thu Nov 22 2018 Dirk Mueller <dmueller@suse.com> 
  - update to 0.13.0 (bsc#1122572):
  * no dedicated changelog available, final release
 
  * Fri Oct 19 2018 Tomá? Chvátal <tchvatal@suse.com> 
  - Update to 0.13-rc2:
  * Many stability tweaks to fix issues reported against the rc1
 
  * Thu Aug 23 2018 rkitover@gmail.com 
  - Fix systemd ordering cycle in quasselcore.service
 
  * Tue Jul 31 2018 tchvatal@suse.com 
  - Do not ship quassel.SuSEfirewall2 as firewalld has the config
  within its general package
 
  * Tue Jul 31 2018 tchvatal@suse.com 
  - Version update to 0.13-rc1:
  * New branding, more modern icons (from the Breeze icon theme)
  * Better support for icon themes
  * Many UI improvements
  * Support for many IRCv3 features, including the display of modern formatting codes
  * Functionality such as highlights and chat activity tracking move into the core to help mobile clients to be more efficient
  * Support for containerization, i.e. config-less core
  * Optional authentication via LDAP
  * Database improvements, including support for 64 bit IDs and timestamps, and performance tweaks
  * For more see ChangeLog
- Drop merged patch Fix-build-with-Qt5.11.patch
 
             
            
              Version: 0.12.5-bp150.3.1
            
  * Wed Jul 11 2018 rkitover@gmail.com 
  - Fix the rpmlint warning env-script-interpreter by rewriting the
  [#]!/usr/bin/env shebang in the scripts in /usr/share/quassel/scripts .
 
  * Wed Jun 27 2018 rkitover@gmail.com 
  - Change quasselcore.service to start after `default.target` instead of
  `network.target` as the PostgreSQL backend may not be available during
  startup otherwise. bsc#1102568
 
  * Fri Jun 22 2018 wbauer@tmo.at 
  - Add Fix-build-with-Qt5.11.patch to fix build with Qt 5.11
 
  * Fri May 11 2018 mchandras@suse.de 
  - Add new QUASSELCORE_PORT sysconfig variable to allow users to change
  the default Quassel Core TCP port.
 
  * Mon Apr 30 2018 jengelh@inai.de 
  - Trim bias and filler wording from descriptions.
- Stop ignoring errors from useradd/groupadd.
 
  * Wed Apr 25 2018 tchvatal@suse.com 
  - Version update to 0.12.4:
  * Various small fixes
  * Implement custom deserializer to add our own sanity checks (bsc#1090495
    CVE-2018-1000178)
  * Reject clients that attempt to login before the core is configured
    (bsc#1090495 CVE-2018-1000179)
- Rebase patch quassel-set-required-libs-and-flags.patch
- Switch from qt5webkit to webengine
 
  * Thu Nov 23 2017 rbrown@suse.com 
  - Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
 
  * Thu Aug 25 2016 tchvatal@suse.com 
  - Reenable translations that disappeared at some point of time
 
  * Fri May 27 2016 tchvatal@suse.com 
  - Reduce pc files to only those that are really needed
 
  * Mon May 02 2016 tchvatal@suse.com 
  - Version update to 0.12.4:
  * Various small fixes
  * Fix for core crash from client handshake data bnc#978002 CVE-2016-4414
 
  * Fri Feb 12 2016 javier@opensuse.org 
  - Update to 0.12.3
  * Fix activity filters when selecting buffers in custom ChatViews
  * Fix default shortcuts when integrated with KDE Frameworks
  * Introduce support for Appveyor CI (automated Windows builds)
  * Support SnoreNotify 0.7
  * Various cleanups and performance improvements
  * Various build system fixes
  * Channel keys are again remembered between syncs
  * Support for Qt 5.5
  * Network (re)connection fixes
  * Fix possible message loss when running multiple core users on a psql database
  * Command line option for specifying SSL certificates and keys
  * Many smaller fixes
- Rebased quassel-set-required-libs-and-flags.patch
- Removed patches that have been merged upstream
  * CVE-2015-8547.patch
  * Fix-build-with-Qt-5.5.patch
  * Fix-rejoining-parted-channels.patch
- Updated spec:
  * main.cpp no longer contains __DATE__/__TIME__
  * CMakeLists now requires snorenotify-qt5-devel >= 0.7
 
  * Sun Feb 07 2016 tchvatal@suse.com 
  - Allow building kde and non-kde based quassel version
- Move quasselclient desktop to base so both variants don't have to
  rename the file
- Introduce quasselclient-qt5 subpackage
- Use update-alternatives to switch between kde/qt5 versions
 
  * Mon Dec 14 2015 tchvatal@suse.com 
  - Apply patch for bnc#958928 CVE-2015-8547:
  * CVE-2015-8547.patch
 
  * Sun Nov 15 2015 vbabka@suse.com 
  - Add Fix-rejoining-parted-channels.patch: Fixes upstream issue
  http://bugs.quassel-irc.org/issues/1369 where parted channels
  are rejoined after reconnecting.
 
  * Fri Oct 09 2015 hrvoje.senjan@gmail.com 
  - Added Fix-build-with-Qt-5.5.patch (boo#949489)
 
  * Sat Jul 04 2015 hrvoje.senjan@gmail.com 
  - Add quassel-set-required-libs-and-flags.patch: Set the correct
  libraries and compiler flags in order to use qglobal.h in
  check_cxx_source_compiles function
- Drop quassel-disable-ssl-check.patch
 
  * Fri Jul 03 2015 tchvatal@suse.com 
  - Add patch to fix/disable SSL check in cmakelists.txt:
  * quassel-disable-ssl-check.patch
 
  * Wed May 06 2015 tittiatcoke@gmail.com 
  - Move the notifyrc file to the base package, so that both the mono
  and client subpackages can use it. Without this file there are
  no notifications.
 
  * Wed May 06 2015 tchvatal@suse.com 
  - Version bump to 0.12.2 bnc#928728:
  * Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422
    from the dead)
  * Remove warning on startup due to a change in Kdelibs4ConfigMigrator
  * Emergency fix for behavior change in Qt5's psql driver regarding timezones
 
  * Tue Apr 21 2015 tchvatal@suse.com 
  - Deprecate realver as it is not used now again