Hello community,

here is the log from the commit of package libsrtp for openSUSE:Factory checked 
in at 2014-08-30 16:03:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsrtp (Old)
 and      /work/SRC/openSUSE:Factory/.libsrtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsrtp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsrtp/libsrtp.changes  2013-10-17 
17:41:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsrtp.new/libsrtp.changes     2014-08-30 
16:04:27.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Aug 28 06:03:05 UTC 2014 - [email protected]
+
+- Relax build restrictions for SLE11 (needs BuildRequires xz to
+  even start, and we can drop dist-xz from the suggestive patch
+  so that automake ~1.10)
+
+-------------------------------------------------------------------
+Tue Aug 26 21:16:21 UTC 2014 - [email protected]
+
+- Update project metadata, and patch description
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsrtp.spec ++++++
--- /var/tmp/diff_new_pack.TILR5R/_old  2014-08-30 16:04:28.000000000 +0200
+++ /var/tmp/diff_new_pack.TILR5R/_new  2014-08-30 16:04:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsrtp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,15 +25,18 @@
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://srtp.sourceforge.net/srtp.html
+
+#Git-Clone:    git://github.com/cisco/libsrtp
 Source:         %{name}-git%{git_snapshot}.tar.xz
-# PATCH-FEATURE-OPENSUSE libsrtp-automake.patch [email protected] -- Support 
for automake to easily build shared library.
+# PATCH-FEATURE-OPENSUSE libsrtp-automake.patch [email protected] -- Support for 
automake to easily build shared library.
 Patch:          %{name}-automake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
-BuildRequires:  automake >= 1.11
+BuildRequires:  automake
 BuildRequires:  dos2unix
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  xz
 Provides:       srtp = %{version}-%{release}
 Obsoletes:      srtp < %{version}
 
@@ -130,13 +133,13 @@
 %postun -n %{library_name} -p /sbin/ldconfig
 
 %files -n %{library_name}
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/libsrtp.so.2*
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
-%{_includedir}/srtp
+%{_includedir}/srtp/
 %{_libdir}/libsrtp.so
 %{_libdir}/pkgconfig/libsrtp.pc
 

++++++ libsrtp-automake.patch ++++++
--- /var/tmp/diff_new_pack.TILR5R/_old  2014-08-30 16:04:28.000000000 +0200
+++ /var/tmp/diff_new_pack.TILR5R/_new  2014-08-30 16:04:28.000000000 +0200
@@ -5,6 +5,14 @@
 Also add a pkgconfig file for easy detection of presence and paths
 by secondary projects.
 
+As libsrtp 1.4.5 has not yet officially been released (as a tarball,
+on sf.net) and the API is still changing, using -release
+${PACKAGE_VERSION} won't be of help. We really need to count ABI
+versions ourselves. So far,
+
+       libsrtp.so.1: srtp 1.4.4
+       libsrtp.so.2: srtp 1.4.5-pre (7db9eb2c67ec8da7c016b7422885)
+
 ---
  Makefile.am                |   99 
+++++++++++++++++++++++++++++++++++++++++++++
  configure.in               |   13 ++++-
@@ -136,7 +144,7 @@
  
  dnl Checks for programs.
 -AC_PROG_RANLIB
-+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects no-dist-gzip dist-xz tar-pax])
++AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
  AC_PROG_CC
 +AM_PROG_CC_C_O
  AC_PROG_INSTALL

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to