From 5d441acb7081f68a4ca3f2416b45543d6d749b61d1759a9bf4c4809fd389acf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 13 Mar 2018 20:01:37 +0000 Subject: [PATCH 1/2] Accepting request 586471 from home:fcrozat:branches:network:pidgin - Update to 1.23.2: + fix some HTTP requests that were not sent - Changes from version 1.23.1: + Fixed #337: Duplicate candidates in SDP + Fixed #336: Lync autodiscover does not follow user redirect + media: unconditionally ignore multichannel codecs + Updated translations. - Changes from version 1.23.0: + Feature #100: Extend libpurple D-Bus interface + Feature #99: IPv6 addresses in SIP & SDP messages + don't load buddy photos from unknown sites by default * custom web URIs pose a security risk as they may be abused * users can override this behaviour in the account settings * Office365 accounts should not be affected by this change + add support for GMime 3.0 API + raise BR glib-2.0 >= 2.18.0 + raise BR purple >= 2.7.0 + drop support for GMime 2.4 + drop support for gstreamer-0.10 - Update to 1.22.1: OBS-URL: https://build.opensuse.org/request/show/586471 OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin-sipe?expand=0&rev=5 --- pidgin-sipe-1.22.1.tar.xz | 3 --- pidgin-sipe-1.23.2.tar.xz | 3 +++ pidgin-sipe.changes | 25 ++++++++++++++++++++++++- pidgin-sipe.spec | 8 ++++---- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 pidgin-sipe-1.22.1.tar.xz create mode 100644 pidgin-sipe-1.23.2.tar.xz diff --git a/pidgin-sipe-1.22.1.tar.xz b/pidgin-sipe-1.22.1.tar.xz deleted file mode 100644 index 12bd46a..0000000 --- a/pidgin-sipe-1.22.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f5092b22bb7638a8945484b2b538c58b4d4fcf913d4b86a5ece1107d28a5154 -size 756620 diff --git a/pidgin-sipe-1.23.2.tar.xz b/pidgin-sipe-1.23.2.tar.xz new file mode 100644 index 0000000..f27d7a6 --- /dev/null +++ b/pidgin-sipe-1.23.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa05dcc59725f976ce7a88df47a1179927154f27799ab7b8ed8f865f8df0204 +size 779772 diff --git a/pidgin-sipe.changes b/pidgin-sipe.changes index f503cbf..7f51a11 100644 --- a/pidgin-sipe.changes +++ b/pidgin-sipe.changes @@ -1,7 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 13 16:33:30 UTC 2018 - fcrozat@suse.com + +- Update to 1.23.2: + + fix some HTTP requests that were not sent +- Changes from version 1.23.1: + + Fixed #337: Duplicate candidates in SDP + + Fixed #336: Lync autodiscover does not follow user redirect + + media: unconditionally ignore multichannel codecs + + Updated translations. +- Changes from version 1.23.0: + + Feature #100: Extend libpurple D-Bus interface + + Feature #99: IPv6 addresses in SIP & SDP messages + + don't load buddy photos from unknown sites by default + * custom web URIs pose a security risk as they may be abused + * users can override this behaviour in the account settings + * Office365 accounts should not be affected by this change + + add support for GMime 3.0 API + + raise BR glib-2.0 >= 2.18.0 + + raise BR purple >= 2.7.0 + + drop support for GMime 2.4 + + drop support for gstreamer-0.10 + ------------------------------------------------------------------- Tue Sep 12 07:56:31 UTC 2017 - fcrozat@suse.com -- Update to 1.21.1: +- Update to 1.22.1: + Fixed #320: Multiple client detection broken + speed up Lync Autodiscover by using AccessLocation + purple: avoid rare SSL read deadlock diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index d7b7c41..1f0eee1 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -1,7 +1,7 @@ # # spec file for package pidgin-sipe # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: pidgin-sipe -Version: 1.22.1 +Version: 1.23.2 Release: 0 Summary: Pidgin protocol plugin to connect to MS Skype for Business -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Instant Messenger Url: http://sipe.sourceforge.net/ Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz @@ -29,7 +29,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gmime-2.6) +BuildRequires: pkgconfig(gmime-3.0) BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(nice) >= 0.1.0 BuildRequires: pkgconfig(nss) From 6c4c82b25b9ce63453ea342643375683d68e0ba52efcfc2826ab31e10b856667 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 16 Mar 2018 11:28:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin-sipe?expand=0&rev=6 --- pidgin-sipe.spec | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index 1f0eee1..051d3b8 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -22,20 +22,24 @@ Release: 0 Summary: Pidgin protocol plugin to connect to MS Skype for Business License: GPL-2.0-or-later Group: Productivity/Networking/Instant Messenger -Url: http://sipe.sourceforge.net/ +Url: https://sipe.sourceforge.io/ Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gmime-3.0) BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(nice) >= 0.1.0 BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(purple) BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0 -%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse}) +%if 0%{?suse_version} >= 1500 +BuildRequires: pkgconfig(gmime-3.0) +%else +BuildRequires: pkgconfig(gmime-2.6) +%endif +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200 BuildRequires: pkgconfig(farstream-0.2) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-rtp-1.0) @@ -62,12 +66,12 @@ Skype for Business client with Pidgin. Summary: Pidgin protocol plugin to connect to MS Skype for Business Group: Productivity/Networking/Instant Messenger Requires: libpurple-plugin-sipe = %{version} +%requires_ge pidgin Supplements: packageand(libpurple-plugin-sipe:pidgin) # pidgin-sipe was last used in openSUSE Leap 42.2. Provides: %{name} = %{version} Obsoletes: %{name} < %{version} BuildArch: noarch -%requires_ge pidgin %description -n pidgin-plugin-sipe A third-party plugin for the Pidgin multi-protocol instant @@ -133,7 +137,7 @@ translation-update-upstream %configure \ --disable-quality-check \ --with-krb5 \ -%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse}) +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200 --with-vv \ %else --without-vv \ @@ -151,8 +155,12 @@ find %{buildroot} -type f -name "*.la" -delete -print make %{?_smp_mflags} V=1 check %files -n pidgin-plugin-sipe -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README TODO +%if 0%{?suse_version} >= 1500 +%license COPYING +%else +%doc COPYING +%endif +%doc AUTHORS ChangeLog README TODO %dir %{_datadir}/pixmaps/pidgin/ %dir %{_datadir}/pixmaps/pidgin/protocols/ %dir %{_datadir}/pixmaps/pidgin/protocols/*/ @@ -161,14 +169,11 @@ make %{?_smp_mflags} V=1 check %{_datadir}/appdata/pidgin-sipe.metainfo.xml %files -n libpurple-plugin-sipe -%defattr(-,root,root) %{_libdir}/purple-2/libsipe.so %files -n libpurple-plugin-sipe-lang -f %{name}.lang -%defattr(-,root,root) %files -n telepathy-sipe -%defattr(-,root,root) %{_libexecdir}/telepathy-sipe %{_datadir}/telepathy/ %{_datadir}/empathy/