Accepting request 677127 from KDE:Extra

- Update to 0.13.1:
  * Fix backlog message fetching that was broken when using Qt4
  * Improve output to syslog
  * Make upgrading the database schema more robust in case of interruption
  * Fix alignment of buttons in the input widget
  * Fix bug where the nicklist would be hidden on first start
  * Allow configuring the listen addresses for the built-in identd (--ident-listen)
  * Honor core options even if it was just configured via environment variables
  * Fix syncing of auto reconnect retries in network settings
  * Update translations

- update to 0.13.0 (bsc#1122572):

OBS-URL: https://build.opensuse.org/request/show/677127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=50
This commit is contained in:
Yuchen Lin 2019-02-19 11:01:48 +00:00 committed by Git OBS Bridge
commit a4658574c3
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9822002de5bb1fd1002cccd537e5a0bc8ec365d355fdff4fb7818daefade976
size 4259301

3
quassel-0.13.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48efee9778743b1db9f44efb91d1c913104db01190c57f2ff57483c39a97e855
size 4289663

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 18 12:56:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.1:
* Fix backlog message fetching that was broken when using Qt4
* Improve output to syslog
* Make upgrading the database schema more robust in case of interruption
* Fix alignment of buttons in the input widget
* Fix bug where the nicklist would be hidden on first start
* Allow configuring the listen addresses for the built-in identd (--ident-listen)
* Honor core options even if it was just configured via environment variables
* Fix syncing of auto reconnect retries in network settings
* Update translations
-------------------------------------------------------------------
Tue Jan 8 12:44:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@ -6,7 +20,7 @@ Tue Jan 8 12:44:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Thu Nov 22 09:28:48 UTC 2018 - Dirk Mueller <dmueller@suse.com>
- update to 0.13.0:
- update to 0.13.0 (bsc#1122572):
* no dedicated changelog available, final release
-------------------------------------------------------------------

View File

@ -16,13 +16,13 @@
#
%define realver 0.13.0
%define realver 0.13.1
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: quassel
Version: 0.13.0
Version: 0.13.1
Release: 0
Summary: Distributed IRC client
License: GPL-2.0-only OR GPL-3.0-only