Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2016-09-30 15:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ortp (Old)
 and      /work/SRC/openSUSE:Factory/.ortp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ortp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ortp/ortp.changes        2016-01-28 
22:49:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes   2016-09-30 
15:23:02.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Aug 16 06:57:29 UTC 2016 - [email protected]
+
+- Update to version 0.27.0:
+  * bctoolbox added as dependency
+- Update download url (use github)
+- Enable tests
+- Switch to cmake build
+
+-------------------------------------------------------------------

Old:
----
  ortp-0.25.0.tar.gz
  ortp-0.25.0.tar.gz.sig
  ortp.keyring

New:
----
  ortp-0.27.0.tar.gz

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

Other differences:
------------------
++++++ ortp.spec ++++++
--- /var/tmp/diff_new_pack.GCHcY4/_old  2016-09-30 15:23:03.000000000 +0200
+++ /var/tmp/diff_new_pack.GCHcY4/_new  2016-09-30 15:23:03.000000000 +0200
@@ -18,22 +18,20 @@
 
 
 %define soname  libortp
-%define sover   10
+%define sover   12
 Name:           ortp
-Version:        0.25.0
+Version:        0.27.0
 Release:        0
 Summary:        Real-time Transport Protocol Stack
 License:        LGPL-2.1+
-Group:          Productivity/Telephony
+Group:          Productivity/Telephony/Utilities
 Url:            http://linphone.org/eng/documentation/dev/ortp.html
-Source:         
http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
-Source2:        
http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz.sig
-Source3:               %{name}.keyring
+Source:         
https://github.com/BelledonneCommunications/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source4:        baselibs.conf
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  make
-BuildRequires:  pkg-config
+BuildRequires:  cmake >= 3.0
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(bctoolbox)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +50,7 @@
 Summary:        Headers, libraries and docs for the oRTP library
 Group:          Development/Libraries/C and C++
 Requires:       %{soname}%{sover} = %{version}
+Requires:       cmake
 Provides:       %{soname}-devel = %{version}
 Obsoletes:      %{soname}-devel < %{version}
 
@@ -66,21 +65,31 @@
 %setup -q
 
 %build
-%configure \
-%if %{?_lib} == lib64
-  --enable-mode64bit \
-%endif
-  --disable-static
+%cmake \
+  -DENABLE_TESTS=yes \
+  -DENABLE_STATIC=no \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%cmake_install
+sed -i "s|%{_prefix}/lib|%{_libdir}|g" 
%{buildroot}%{_libdir}/pkgconfig/%{name}.pc
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%doc COPYING
+%{_bindir}/mrtprecv
+%{_bindir}/mrtpsend
+%{_bindir}/rtprecv
+%{_bindir}/rtpsend
+%{_bindir}/rtpsend_stupid
+%{_bindir}/test_timer
+%{_bindir}/tevrtprecv
+%{_bindir}/tevrtpsend
+
 %files -n %{soname}%{sover}
 %defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
@@ -88,8 +97,9 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
+%{_datadir}/oRTP/
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.GCHcY4/_old  2016-09-30 15:23:03.000000000 +0200
+++ /var/tmp/diff_new_pack.GCHcY4/_new  2016-09-30 15:23:03.000000000 +0200
@@ -1 +1 @@
-libortp10
+libortp12

++++++ ortp-0.25.0.tar.gz -> ortp-0.27.0.tar.gz ++++++
++++ 59443 lines of diff (skipped)


Reply via email to