Hello community,

here is the log from the commit of package pidgin-sipe for openSUSE:Factory 
checked in at 2016-07-18 21:23:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-02-16 
09:18:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes     
2016-07-18 21:24:03.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul  8 11:27:28 UTC 2016 - [email protected]
+
+- Version update to 1.21.1:
+  * various bug fixes in media support
+  * configure no longer ignores CFLAGS/LDFLAGS/LIBS
+- Drop telepathy conditionals as we don't build on sle11 anyway
+- Move the docs from library to main package to allow multiple versions
+  at once as SLP wants
+
+-------------------------------------------------------------------

Old:
----
  pidgin-sipe-1.20.1.tar.xz

New:
----
  pidgin-sipe-1.21.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pidgin-sipe.spec ++++++
--- /var/tmp/diff_new_pack.bjOafz/_old  2016-07-18 21:24:03.000000000 +0200
+++ /var/tmp/diff_new_pack.bjOafz/_new  2016-07-18 21:24:03.000000000 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define build_telepathy 1
-
 Name:           pidgin-sipe
-Version:        1.20.1
+Version:        1.21.1
 Release:        0
 Summary:        Pidgin protocol plugin to connect to MS Office Communicator
 License:        GPL-2.0+
 Group:          Productivity/Networking/Instant Messenger
 Url:            http://sipe.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.20.1/%{name}-%{version}.tar.xz
+Source:         
http://downloads.sourceforge.net/project/sipe/sipe/%{name}-%{version}/%{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:  gettext-devel
@@ -37,16 +35,12 @@
 BuildRequires:  libtool
 # For directory ownership
 BuildRequires:  pidgin
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-%if 0%{?suse_version} > 1140
-# Put gstreamer in the %%if too, since it's only checked if we have libnice
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(nice) >= 0.1.0
-%endif
 BuildRequires:  pkgconfig(nss)
-%if %{build_telepathy}
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
-%endif
 Requires:       libpurple-plugin-sipe = %{version}
 Requires:       pidgin
 Supplements:    packageand(libpurple-plugin-sipe:pidgin}
@@ -78,10 +72,7 @@
     * Microsoft Live Communications Server (LCS 2003/2005)
     * Reuters Messaging
 
-%if %{build_telepathy}
-
 %package -n telepathy-plugin-sipe
-
 Summary:        Microsoft LCS/OCS connection manager for Telepathy
 Group:          Productivity/Networking/Instant Messenger
 
@@ -93,7 +84,6 @@
     * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
     * Microsoft Live Communications Server (LCS 2003/2005)
     * Reuters Messaging
-%endif
 
 %prep
 %setup -q
@@ -101,52 +91,35 @@
 translation-update-upstream
 
 %build
-%{?env_options}
 autoreconf -fiv
 %configure \
         --disable-quality-check \
         --with-krb5 \
         --enable-purple \
         --with-vv \
-%if %{build_telepathy}
         --enable-telepathy
-%else
-        --disable-telepathy
-%endif
-make %{_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
-# SLES11 defines suse_version = 1110
-%if 0%{?suse_version} && 0%{?suse_version} < 1120
-rm -r %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/scalable
-%endif
 %find_lang %{name}
 
 %check
-make check
-
-%clean
-rm -rf %{buildroot}
+make %{?_smp_mflags} check
 
 %files -n libpurple-plugin-sipe -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/purple-2/libsipe.so
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %dir %{_datadir}/pixmaps/pidgin/protocols/24
 %dir %{_datadir}/pixmaps/pidgin/protocols/32
 %{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
-# SLES11 defines suse_version = 1110
-%if !0%{?suse_version} || 0%{?suse_version} >= 1120
 %{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg
-%endif
-
-%if %{build_telepathy}
+%{_datadir}/appdata/pidgin-sipe.metainfo.xml
 
 %files -n telepathy-plugin-sipe
 %defattr(-, root, root)
@@ -154,6 +127,5 @@
 
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
 %{_datadir}/empathy/
 %{_datadir}/telepathy/
-%endif}
 
 %changelog

++++++ pidgin-sipe-1.20.1.tar.xz -> pidgin-sipe-1.21.1.tar.xz ++++++
++++ 64808 lines of diff (skipped)


Reply via email to