Hello community, here is the log from the commit of package pidgin-sipe for openSUSE:Factory checked in at 2017-02-21 13:46:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin-sipe (Old) and /work/SRC/openSUSE:Factory/.pidgin-sipe.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-sipe" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin-sipe/pidgin-sipe.changes 2017-02-03 18:55:53.450233398 +0100 +++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes 2017-02-21 13:46:52.569689309 +0100 @@ -1,0 +2,25 @@ +Wed Feb 15 14:25:23 UTC 2017 - [email protected] + +- Conditionalise video/audio to fix build on SLE 12 SP1. + +------------------------------------------------------------------- +Wed Feb 15 10:39:29 UTC 2017 - [email protected] + +- update to 1.22.0 + - Feature #93: Support for Lync Autodiscover (Stefan Becker) + - Feature #6: Application Sharing Viewer (Jakub Adam) + * requires libpurple >= 2.12.0 + * needs an external RDP client - remmina and xfreerdp are supported + - Fixed #315: Crash when contact list is empty (Stefan Becker) + - Fixed #314: sipe login problems with long pw (Stefan Becker) + - separate logging and debugging output (Stefan Becker) + * logging is always shown, e.g. in the Pidgin debug window + * full message debugging now requires PURPLE_UNSAFE_DEBUG=1 + - new translations: Greek (el), Lithuanian (lt) +- drop pidgin-sipe-gstreamer-1.0.patch: no longer needed +- add recommends for remmina and freerdp so the desktop sharing + stuff would work out of the box +- add BR for gstreamer-rtp-1.0 and farstream-0.2 to keep the + video/audio feature working + +------------------------------------------------------------------- Old: ---- pidgin-sipe-1.21.1.tar.xz pidgin-sipe-gstreamer-1.0.patch New: ---- pidgin-sipe-1.22.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin-sipe.spec ++++++ --- /var/tmp/diff_new_pack.f6v8Kw/_old 2017-02-21 13:46:53.049621773 +0100 +++ /var/tmp/diff_new_pack.f6v8Kw/_new 2017-02-21 13:46:53.053621210 +0100 @@ -1,7 +1,7 @@ # # spec file for package pidgin-sipe # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,27 +17,31 @@ Name: pidgin-sipe -Version: 1.21.1 +Version: 1.22.0 Release: 0 Summary: Pidgin protocol plugin to connect to MS Skype for Business License: GPL-2.0+ Group: Productivity/Networking/Instant Messenger Url: http://sipe.sourceforge.net/ Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz -# PATCH-FEATURE-UPSTREAM pidgin-sipe-gstreamer-1.0.patch [email protected] -- Read the GStreamer branch to be used from purple.pc; taken from https://pidgin.im/pipermail/devel/2015-March/023647.html -Patch0: pidgin-sipe-gstreamer-1.0.patch BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmime-2.6) -BuildRequires: pkgconfig(gstreamer-1.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}) +BuildRequires: pkgconfig(farstream-0.2) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gstreamer-rtp-1.0) +Recommends: freerdp +Recommends: remmina +%endif %description A third-party plugin for the Pidgin multi-protocol instant @@ -60,8 +64,8 @@ Requires: libpurple-plugin-sipe = %{version} Supplements: packageand(libpurple-plugin-sipe:pidgin) # pidgin-sipe was last used in openSUSE Leap 42.2. -Provides: %{name} = %{version}-%{release} -Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version} +Obsoletes: %{name} < %{version} BuildArch: noarch %requires_ge pidgin @@ -106,8 +110,8 @@ Summary: MS Skype for Business connection manager for Telepathy Group: Productivity/Networking/Instant Messenger # telepathy-plugin-sipe was last used in openSUSE Leap 42.2. -Provides: telepathy-plugin-sipe = %{version}-%{release} -Obsoletes: telepathy-plugin-sipe < %{version}-%{release} +Provides: telepathy-plugin-sipe = %{version} +Obsoletes: telepathy-plugin-sipe < %{version} %description -n telepathy-sipe A third-party connection manager for the telepathy multi-protocol @@ -123,17 +127,19 @@ %prep %setup -q -%patch0 -p1 translation-update-upstream %build -autoreconf -fi %configure \ --disable-quality-check \ --with-krb5 \ +%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse}) + --with-vv \ +%else + --without-vv \ +%endif --enable-purple \ - --enable-telepathy \ - --with-vv + --enable-telepathy make %{?_smp_mflags} V=1 %install ++++++ pidgin-sipe-1.21.1.tar.xz -> pidgin-sipe-1.22.0.tar.xz ++++++ ++++ 34445 lines of diff (skipped)
