Hello community,

here is the log from the commit of package bzrtp for openSUSE:Factory checked 
in at 2017-08-29 11:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzrtp (Old)
 and      /work/SRC/openSUSE:Factory/.bzrtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzrtp"

Tue Aug 29 11:38:28 2017 rev:6 rq:511961 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes      2017-06-28 
10:34:46.508205310 +0200
+++ /work/SRC/openSUSE:Factory/.bzrtp.new/bzrtp.changes 2017-08-29 
11:38:29.383569217 +0200
@@ -1,0 +2,6 @@
+Fri Jul 21 12:20:04 UTC 2017 - [email protected]
+
+- Update to version 1.0.6:
+  * Bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  bzrtp-1.0.5.tar.gz

New:
----
  bzrtp-1.0.6.tar.gz

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

Other differences:
------------------
++++++ bzrtp.spec ++++++
--- /var/tmp/diff_new_pack.AlIOBd/_old  2017-08-29 11:38:30.515410193 +0200
+++ /var/tmp/diff_new_pack.AlIOBd/_new  2017-08-29 11:38:30.531407946 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define lname  libbzrtp0
+%define sover   0
 Name:           bzrtp
-Version:        1.0.5
+Version:        1.0.6
 Release:        0
 Summary:        ZRTP keys exchange protocol implementation
 License:        GPL-2.0+
@@ -31,19 +31,20 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 0.5.0
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(sqlite3)
 
 %description
 bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
 The library written in C 89, is fully portable, and can be executed
 on many platforms including x86 and ARM processors.
 
-%package -n %{lname}
+%package -n lib%{name}%{sover}
 Summary:        ZRTP keys exchange protocol implementation
 Group:          System/Libraries
 
-%description -n %{lname}
+%description -n lib%{name}%{sover}
 bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
 The library written in C 89, is fully portable, and can be executed
 on many platforms including x86 and ARM processors.
@@ -51,7 +52,7 @@
 %package devel
 Summary:        Development files of libbzrtp
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       lib%{name}%{sover} = %{version}
 
 %description devel
 The libbzrtp development package includes the header files,
@@ -71,20 +72,18 @@
 %install
 %cmake_install
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n lib%{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{lname}
-%defattr(-,root,root)
+%files -n lib%{name}%{sover}
 %doc AUTHORS COPYING NEWS README.md
-%{_libdir}/lib%{name}.so.*
+%{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
-%{_datadir}/%{name}/
 %{_libdir}/lib%{name}.so
+%{_datadir}/%{name}/
 %{_libdir}/pkgconfig/lib%{name}.pc
 
 %changelog

++++++ bzrtp-1.0.5.tar.gz -> bzrtp-1.0.6.tar.gz ++++++
++++ 4815 lines of diff (skipped)


Reply via email to