Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-11-22 11:00:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and      /work/SRC/openSUSE:Factory/.belle-sip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belle-sip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes      2015-07-22 
09:20:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-11-22 
11:00:14.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov  6 19:00:45 UTC 2015 - [email protected]
+
+- Update to 1.4.2:
+  * Support of Accept, Content-Disposition and Supported headers.
+  * Bug fixes.
+- Add baselibs.conf.
+
+-------------------------------------------------------------------

Old:
----
  belle-sip-1.4.1.tar.gz

New:
----
  baselibs.conf
  belle-sip-1.4.2.tar.gz

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

Other differences:
------------------
++++++ belle-sip.spec ++++++
--- /var/tmp/diff_new_pack.DOSSn9/_old  2015-11-22 11:00:15.000000000 +0100
+++ /var/tmp/diff_new_pack.DOSSn9/_new  2015-11-22 11:00:15.000000000 +0100
@@ -17,9 +17,10 @@
 #
 
 
-%define lname libbellesip0
+%define soname  libbellesip
+%define sover   0
 Name:           belle-sip
-Version:        1.4.1
+Version:        1.4.2
 Release:        0
 Summary:        C object oriented SIP Stack
 License:        GPL-2.0+
@@ -27,6 +28,7 @@
 Url:            http://linphone.org/technical-corner/belle-sip/overview
 Source:         
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
 Source1:        http://antlr3.org/download/antlr-3.4-complete.jar
+Source2:        baselibs.conf
 BuildRequires:  antlr3c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,17 +41,17 @@
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
-%package -n %{lname}
+%package -n %{soname}%{sover}
 Summary:        C object oriented SIP Stack
 Group:          System/Libraries
 
-%description -n %{lname}
+%description -n %{soname}%{sover}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
 %package devel
 Summary:        Headers and libraries for the belle-sip library
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %{soname}%{sover} = %{version}
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -72,20 +74,20 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n %{soname}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n %{soname}%{sover}
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/libbellesip.so.*
+%{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%{_includedir}/belle-sip/
-%{_libdir}/libbellesip.so
-%{_libdir}/pkgconfig/belle-sip.pc
+%{_includedir}/%{name}/
+%{_libdir}/%{soname}.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


++++++ baselibs.conf ++++++
libbellesip0
++++++ belle-sip-1.4.1.tar.gz -> belle-sip-1.4.2.tar.gz ++++++
++++ 10393 lines of diff (skipped)


Reply via email to