SHA256
1
0
forked from pool/gajim

- Update to version 0.16.6.

OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=19
This commit is contained in:
Alexei Sorokin 2016-10-13 13:39:25 +00:00 committed by Git OBS Bridge
parent 3bbbf16f56
commit 287f0692f4
5 changed files with 17 additions and 17 deletions

View File

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

3
gajim-0.16.6.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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 Tue May 24 10:28:37 UTC 2016 - mvetter@suse.com

View File

@ -18,14 +18,13 @@
%define _version 0.16 %define _version 0.16
Name: gajim Name: gajim
Version: 0.16.5 Version: 0.16.6
Release: 0 Release: 0
Summary: Full-featured XMPP client written in Python and Gtk2 Summary: Full-featured XMPP client written in Python and Gtk2
License: GPL-3.0+ License: GPL-3.0+
Group: Productivity/Networking/Talk/Clients Group: Productivity/Networking/Talk/Clients
Url: https://gajim.org/ Url: https://gajim.org/
Source: https://gajim.org/downloads/%{_version}/%{name}-%{version}.tar.gz Source: https://gajim.org/downloads/%{_version}/%{name}-%{version}.tar.gz
Patch: gajim-remote-dont-show.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes BuildRequires: fdupes
@ -37,7 +36,7 @@ BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glib-2.0)
Requires: dbus-1-python Requires: dbus-1-python
Requires: python-gtk >= 2.2 Requires: python-gtk >= 2.2
Requires: python-nbxmpp >= 0.5.2 Requires: python-nbxmpp >= 0.5.3
Requires: python-pyOpenSSL >= 0.12 Requires: python-pyOpenSSL >= 0.12
Requires: python-pyasn1 Requires: python-pyasn1
Requires: python-xml Requires: python-xml
@ -90,7 +89,6 @@ Features:
%prep %prep
%setup -q %setup -q
%patch -p1
sed -i '/^_Keywords/d' data/%{name}.desktop.in.in sed -i '/^_Keywords/d' data/%{name}.desktop.in.in
%build %build
@ -99,7 +97,7 @@ autoreconf -fi
%configure \ %configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--enable-site-packages --enable-site-packages
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%install %install
%make_install %make_install
@ -113,7 +111,7 @@ dirname $(find %{buildroot}%{python_sitelib} -name '*.py') | sort -u | while rea
done done
%suse_update_desktop_file -r %{name} Network InstantMessaging %suse_update_desktop_file -r %{name} Network InstantMessaging
%fdupes %{buildroot} %fdupes %{buildroot}%{_prefix}/
%find_lang %{name} %find_lang %{name}
%post %post