Hello community,

here is the log from the commit of package libzrtpcpp for openSUSE:Factory 
checked in at 2015-03-25 21:05:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzrtpcpp (Old)
 and      /work/SRC/openSUSE:Factory/.libzrtpcpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzrtpcpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzrtpcpp/libzrtpcpp.changes    2014-10-29 
21:09:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzrtpcpp.new/libzrtpcpp.changes       
2015-03-25 21:32:50.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar 17 19:57:23 UTC 2015 - [email protected]
+
+- Update to new upstream release 4.3.1
+* This version adds some new API that provide to set retry timer 
+  values and to get some retry counters.
+* Application may now set some values of the retry counters during 
+  the discovery (Hello) and the negotiation phase. Applications may
+  increase the number of retries or modify the capping to support 
+  slow or bad networks.
+
+-------------------------------------------------------------------

Old:
----
  libzrtpcpp-4.2.4.tar.xz

New:
----
  V4.3.1.tar.gz

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

Other differences:
------------------
++++++ libzrtpcpp.spec ++++++
--- /var/tmp/diff_new_pack.j05IgZ/_old  2015-03-25 21:32:51.000000000 +0100
+++ /var/tmp/diff_new_pack.j05IgZ/_new  2015-03-25 21:32:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzrtpcpp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 Name:           libzrtpcpp
 %define lname  libzrtpcpp4
-Version:        4.2.4
+Version:        4.3.1
 Release:        0
 Summary:        A ccrtp extension for ZRTP support
 License:        GPL-3.0+
@@ -26,15 +26,13 @@
 Url:            http://www.gnutelephony.org/index.php/GNU_ZRTP
 
 #Git-Clone:    git://github.com/wernerd/ZRTPCPP
-#Snapshot:     V4.2.4
-# No longer produces release tarballs since 3.x.
-Source:         %name-%version.tar.xz
+#Git-Web:      https://github.com/wernerd/ZRTPCPP
+Source:         https://github.com/wernerd/ZRTPCPP/archive/V%version.tar.gz
 Source2:        %name.keyring
 Patch1:         0001-pkg-config-add-includedir-libzrtcpp-to-CFLAGS.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.7
-BuildRequires:  pkgconfig
-BuildRequires:  xz
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libccrtp) >= 2
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.8
 BuildRequires:  pkgconfig(sqlite3) >= 3.7
@@ -59,7 +57,7 @@
 %package devel
 Summary:        Headers and link library for libzrtpcpp
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %lname = %version
 Requires:       ccrtp-devel >= 2.0.0
 
 %description devel
@@ -67,46 +65,49 @@
 documentation for building applications that use libzrtpcpp.
 
 %prep
-%setup -qn ZRTPCPP
+%setup -qn ZRTPCPP-%version
 %patch -P 1 -p1
+chmod a-x NEWS
 
 %build
 mkdir build
-cd build
+pushd build/
 
 # libzrtpcpp changed its API (apparently - can't tell whether aes_init
 # was meant to be exported or not), but failed to bump the SO version.
 # So now, add explicit symbol versions to ensure programs with wrong
 # ABI combinations are caught.
 echo "V_%version { global: *; };" >version.map
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DCMAKE_C_FLAGS:STRING="%{optflags}" \
-      -DCMAKE_CXX_FLAGS:STRING="%{optflags}" \
-      -DCMAKE_LD_FLAGS:STRING="-Wl,--version-script=$PWD/version.map" \
-      -DCRYPTO_STANDALONE:BOOL=false \
-%if "%{_lib}" == "lib64"
+cmake -DCMAKE_INSTALL_PREFIX=%_prefix \
+-DCMAKE_C_FLAGS:STRING="%optflags" \
+-DCMAKE_CXX_FLAGS:STRING="%optflags" \
+-DCMAKE_LD_FLAGS:STRING="-Wl,--version-script=$PWD/version.map" \
+-DCRYPTO_STANDALONE:BOOL=false \
+%if "%_lib" == "lib64"
       -DLIB_SUFFIX=64 \
 %endif
       ..
 
 make %{?_smp_mflags} VERBOSE=1
+popd
 
 %install
-cd build
-make install DESTDIR="%buildroot"
+pushd build/
+%make_install
+popd
 
 %post   -p /sbin/ldconfig -n %lname
 %postun -p /sbin/ldconfig -n %lname
 
 %files -n %lname
 %defattr(-,root,root,0755)
-%doc AUTHORS COPYING README.md
+%doc AUTHORS COPYING NEWS README.md
 %_libdir/libzrtpcpp.so.4*
 
 %files devel
 %defattr(-,root,root,0755)
-%{_libdir}/libzrtpcpp.so
-%{_libdir}/pkgconfig/libzrtpcpp.pc
-%{_includedir}/libzrtpcpp/
+%_libdir/libzrtpcpp.so
+%_libdir/pkgconfig/libzrtpcpp.pc
+%_includedir/libzrtpcpp/
 
 %changelog

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

Reply via email to