From 989842fd9ff08c405e091168acb61a71d338ff00e311189bf61b02df35a31e03 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 24 May 2019 14:22:17 +0000 Subject: [PATCH] Accepting request 704868 from home:jubalh:branches:network - 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 OBS-URL: https://build.opensuse.org/request/show/704868 OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=69 --- gajim-1.1.2.tar.bz2 | 3 --- gajim-1.1.3.tar.bz2 | 3 +++ gajim.changes | 24 ++++++++++++++++++++++++ gajim.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 gajim-1.1.2.tar.bz2 create mode 100644 gajim-1.1.3.tar.bz2 diff --git a/gajim-1.1.2.tar.bz2 b/gajim-1.1.2.tar.bz2 deleted file mode 100644 index 12b20b1..0000000 --- a/gajim-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3283ea5239f67d84874d4efb5b0b0780d1120e5b46c37a5627e5a3121f1ba0d3 -size 8003608 diff --git a/gajim-1.1.3.tar.bz2 b/gajim-1.1.3.tar.bz2 new file mode 100644 index 0000000..b6ac72f --- /dev/null +++ b/gajim-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261c85444b9cc150f775a5cc5b7dea6031c8fb03f9fe6a9a81cd93d62ee3fd2f +size 8013585 diff --git a/gajim.changes b/gajim.changes index 522fe66..e9364f7 100644 --- a/gajim.changes +++ b/gajim.changes @@ -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 diff --git a/gajim.spec b/gajim.spec index 2bab007..e6b153d 100644 --- a/gajim.spec +++ b/gajim.spec @@ -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