forked from pool/gajim
Accepting request 705266 from network
OBS-URL: https://build.opensuse.org/request/show/705266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=29
This commit is contained in:
commit
91725de098
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3283ea5239f67d84874d4efb5b0b0780d1120e5b46c37a5627e5a3121f1ba0d3
|
||||
size 8003608
|
3
gajim-1.1.3.tar.bz2
Normal file
3
gajim-1.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:261c85444b9cc150f775a5cc5b7dea6031c8fb03f9fe6a9a81cd93d62ee3fd2f
|
||||
size 8013585
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 05:14:14 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Update to 1.1.3:
|
||||
New:
|
||||
* Add a mobile phone indicator to the chat window
|
||||
* Rework HTTPUpload dialog
|
||||
* Add a "paste as quote" option to the message input
|
||||
Bug fixes:
|
||||
* #8822 Fix memory leak when using spell checker
|
||||
* #9514 Fix jingle filetransfers not working in some circumstances
|
||||
* #9573 Dont leak DNS query when connecting over proxy
|
||||
* #9578 Determine Windows version more reliably
|
||||
* #9622 Fix an error while quitting Gajim
|
||||
* #9633 Fix an error while sending a file
|
||||
* #9637 Restore window size correctly on wayland
|
||||
* #9660 GPG Agent setting is ignored
|
||||
* #9645 Make zeroconf IPV6 compatible
|
||||
* Improve dark theme colors
|
||||
* Fix access to GnuPG keys
|
||||
* Use UUID4 item ids for pubsub posts
|
||||
* Dont send invalid show values
|
||||
* Various smaller improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:19:56 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _version 1.1
|
||||
Name: gajim
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 0
|
||||
Summary: XMPP client written in Python and Gtk3
|
||||
License: GPL-3.0-only
|
||||
@ -32,7 +32,7 @@ BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3 >= 3.5.0
|
||||
BuildRequires: python3-nbxmpp >= 0.6.9
|
||||
BuildRequires: python3-nbxmpp >= 0.6.10
|
||||
BuildRequires: python3-precis-i18n >= 1.0.0
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: update-desktop-files
|
||||
|
Loading…
Reference in New Issue
Block a user