From 4446b0b74e8c7f3d44d6230e01aeb4dd684dc430f3f466b545aae7525bfdc6bf Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 1 Mar 2015 23:23:04 +0000 Subject: [PATCH 1/2] - Update to 0.16.1: * Fix sending Zeroconf messages. * Make ipython compatible to version >= 1.0. * Support XEP-0313 MAM. * Minor fixes and improvements. OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=4 --- gajim-0.16.1.tar.gz | 3 +++ gajim-0.16.tar.gz | 3 --- gajim.changes | 9 +++++++++ gajim.spec | 10 ++++++---- 4 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 gajim-0.16.1.tar.gz delete mode 100644 gajim-0.16.tar.gz diff --git a/gajim-0.16.1.tar.gz b/gajim-0.16.1.tar.gz new file mode 100644 index 0000000..b238298 --- /dev/null +++ b/gajim-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdd9ea3ca28e3f7ae810c226c8ca748cbdad1e3d42f433502fa8e5c9dd6e64d +size 6129712 diff --git a/gajim-0.16.tar.gz b/gajim-0.16.tar.gz deleted file mode 100644 index 4907bb0..0000000 --- a/gajim-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01775e02044358292835296efa7d59f0ad39974946f872e71b4f040492d3fb64 -size 6122592 diff --git a/gajim.changes b/gajim.changes index b81dd26..2683ede 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 1 23:17:43 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.16.1: + * Fix sending Zeroconf messages. + * Make ipython compatible to version >= 1.0. + * Support XEP-0313 MAM. + * Minor fixes and improvements. + ------------------------------------------------------------------- Tue Feb 10 21:52:04 UTC 2015 - sor.alexei@meowr.ru diff --git a/gajim.spec b/gajim.spec index dc4e299..dba0e37 100644 --- a/gajim.spec +++ b/gajim.spec @@ -18,7 +18,7 @@ %define _version 0.16 Name: gajim -Version: 0.16 +Version: 0.16.1 Release: 0 Summary: Full-featured XMPP client written in Python and Gtk2 License: GPL-3.0+ @@ -61,7 +61,7 @@ BuildArch: noarch %description The goal of Gajim is to provide a full featured and easy to use -Jabber/XMPP client. Gajim works nicely with MATE or GNOME, but does +Jabber/XMPP client. Gajim works nicely with MATE and GNOME, but does require neither to run. Features: @@ -92,7 +92,9 @@ sed -i '/^_Keywords/d' data/%{name}.desktop.in.in %build export PYTHON=python2 autoreconf -fi -%configure --prefix=%{_prefix} --enable-site-packages +%configure \ + --prefix=%{_prefix} \ + --enable-site-packages make %{?_smp_mflags} %install @@ -120,7 +122,7 @@ done %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README.html THANKS* +%doc AUTHORS ChangeLog COPYING README.html THANKS* %{_bindir}/%{name}* %{_datadir}/%{name}/ %{python_sitelib}/%{name}/ From 6e42c8a6173dbef6ecd2884a0354297e2b39ae7556f5fecfec4a06b16ef64b86 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 1 Mar 2015 23:23:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=5 --- gajim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim.spec b/gajim.spec index dba0e37..6d24786 100644 --- a/gajim.spec +++ b/gajim.spec @@ -36,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.1 +Requires: python-nbxmpp >= 0.5.2 Requires: python-pyOpenSSL >= 0.12 Requires: python-pyasn1 Requires: python-xml