[ortp] ortp-0.18.0 drop patches for issues fixed in upstream (retval and unused vars)

nucleo nucleo at fedoraproject.org
Mon Dec 26 03:26:54 UTC 2011


commit ccab610ad8dbe7604583732008b0c8a2dfb2ad51
Author: nucleo <nucleo at fedoraproject.org>
Date:   Mon Dec 26 05:26:50 2011 +0200

    ortp-0.18.0
    drop patches for issues fixed in upstream (retval and unused vars)

 .gitignore                     |    1 +
 ortp-0.16.5-gcc-warnings.patch |   81 ----------------------------------------
 ortp.spec                      |   17 ++++----
 sources                        |    2 +-
 4 files changed, 11 insertions(+), 90 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e6e9ca..3f1f59d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ortp-0.16.1.tar.gz
 /ortp-0.16.5.tar.gz
+/ortp-0.18.0.tar.gz
diff --git a/ortp.spec b/ortp.spec
index de69ec9..34c15e7 100644
--- a/ortp.spec
+++ b/ortp.spec
@@ -1,6 +1,6 @@
 Name:           ortp
-Version:        0.16.5
-Release:        2%{?dist}
+Version:        0.18.0
+Release:        0%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 Epoch:          1
 
@@ -8,8 +8,6 @@ Group:          System Environment/Libraries
 License:        LGPLv2+ and VSL
 URL:            http://www.linphone.org/eng/documentation/dev/ortp.html
 Source:         http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
-# fixes for unused var, unused return value
-Patch0:         %{name}-0.16.5-gcc-warnings.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -37,12 +35,11 @@ Libraries and headers required to develop software with ortp.
 
 %prep
 %setup0 -q
-%patch0 -p1 -b .gcc-warnings
 
 %{__perl} -pi.dot  -e 's/^(HAVE_DOT\s+=)\s+NO$/\1 YES/;s/^(CALL_GRAPH\s+=)\s+NO$/\1 YES/;s/^(CALLER_GRAPH\s+=)\s+NO$/\1 YES/' ortp.doxygen.in
 
 %build
-%configure --disable-static --enable-ipv6
+%configure --disable-static --enable-ipv6 --enable-ssl-hmac
 make %{?_smp_mflags}
 
 %install
@@ -61,16 +58,20 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog TODO
-%{_libdir}/*.so.*
+%{_libdir}/libortp.so.8*
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/html
 %{_includedir}/%{name}
-%{_libdir}/*.so
+%{_libdir}/libortp.so
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Mon Dec 26 2011 Alexey Kurov <nucleo at fedoraproject.org> - 0.18.0-0
+- ortp-0.18.0
+- drop patches for issues fixed in upstream (retval and unused vars)
+
 * Tue Sep 27 2011 Dan HorĂ¡k <dan[at]danny.cz> - 1:0.16.5-2
 - fix another gcc warning and move all fixes to one patch
 
diff --git a/sources b/sources
index c976276..4c8f70f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94546901d14b85f97342f4ecf39489b1  ortp-0.16.5.tar.gz
+3eaaeb602f6ab67280c9972e58b3e354  ortp-0.18.0.tar.gz


More information about the scm-commits mailing list