diff --git a/gajim-0.16.5.tar.gz b/gajim-0.16.5.tar.gz deleted file mode 100644 index 4c47aaa..0000000 --- a/gajim-0.16.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e2673df931f37487a37c3637594f6230a92d933c8c8277e99d4889cdb9ce27d -size 6154081 diff --git a/gajim-0.16.6.tar.gz b/gajim-0.16.6.tar.gz new file mode 100644 index 0000000..6f1102e --- /dev/null +++ b/gajim-0.16.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b195443d91b6491d87457bba7bb75b0d9ac5bbf0b8f769f2818d2b9e7267eb8 +size 6157652 diff --git a/gajim-remote-dont-show.patch b/gajim-remote-dont-show.patch deleted file mode 100644 index 57d5ac1..0000000 --- a/gajim-remote-dont-show.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -urEbwB gajim-0.16.5/data/gajim-remote.desktop.in.in gajim-0.16.5.new/data/gajim-remote.desktop.in.in ---- gajim-0.16.5/data/gajim-remote.desktop.in.in 2015-12-28 13:38:50.000000000 +0100 -+++ gajim-0.16.5.new/data/gajim-remote.desktop.in.in 2016-05-24 12:15:20.227476800 +0200 -@@ -9,3 +9,4 @@ - Terminal=false - Type=Application - MimeType=x-scheme-handler/xmpp -+NoDisplay=true diff --git a/gajim.changes b/gajim.changes index 031ecce..3e7e5bd 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 13 12:02:32 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 0.16.6: + * Fix using gpg2. + * Improve message receips usage. + * Improve roster filtering. + * Fix several minor bugs. +- Remove gajim-remote-dont-show.patch: merged upstream. + ------------------------------------------------------------------- Tue May 24 10:28:37 UTC 2016 - mvetter@suse.com diff --git a/gajim.spec b/gajim.spec index 8f679b4..04aff61 100644 --- a/gajim.spec +++ b/gajim.spec @@ -18,14 +18,13 @@ %define _version 0.16 Name: gajim -Version: 0.16.5 +Version: 0.16.6 Release: 0 Summary: Full-featured XMPP client written in Python and Gtk2 License: GPL-3.0+ Group: Productivity/Networking/Talk/Clients Url: https://gajim.org/ Source: https://gajim.org/downloads/%{_version}/%{name}-%{version}.tar.gz -Patch: gajim-remote-dont-show.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes @@ -37,7 +36,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) Requires: dbus-1-python Requires: python-gtk >= 2.2 -Requires: python-nbxmpp >= 0.5.2 +Requires: python-nbxmpp >= 0.5.3 Requires: python-pyOpenSSL >= 0.12 Requires: python-pyasn1 Requires: python-xml @@ -90,7 +89,6 @@ Features: %prep %setup -q -%patch -p1 sed -i '/^_Keywords/d' data/%{name}.desktop.in.in %build @@ -99,7 +97,7 @@ autoreconf -fi %configure \ --prefix=%{_prefix} \ --enable-site-packages -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -113,7 +111,7 @@ dirname $(find %{buildroot}%{python_sitelib} -name '*.py') | sort -u | while rea done %suse_update_desktop_file -r %{name} Network InstantMessaging -%fdupes %{buildroot} +%fdupes %{buildroot}%{_prefix}/ %find_lang %{name} %post