[sofia-sip] Update to 1.12.11. Drop non-weak symbol patch. Fixed upstream. Drop buildroot and clean section. No

Brian Pepple bpepple at fedoraproject.org
Tue Sep 27 17:24:58 UTC 2011


commit 2b69536462dbf926e25e164dfd0fd53b95ea52ca
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Sep 27 13:27:07 2011 -0400

    Update to 1.12.11.
    Drop non-weak symbol patch. Fixed upstream.
    Drop buildroot and clean section. No longer necessary.

 .gitignore                                        |    1 +
 sofia-sip-1.12.10-undefined-non-weak-symbol.patch |   11 -------
 sofia-sip.spec                                    |   31 ++++++++++-----------
 sources                                           |    2 +-
 4 files changed, 17 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c10086..0103d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sofia-sip-1.12.10.tar.gz
+/sofia-sip-1.12.11.tar.gz
diff --git a/sofia-sip.spec b/sofia-sip.spec
index a147765..4a1966b 100644
--- a/sofia-sip.spec
+++ b/sofia-sip.spec
@@ -1,14 +1,12 @@
 Name:           sofia-sip
-Version:        1.12.10
-Release:        6%{?dist}
+Version:        1.12.11
+Release:        1%{?dist}
 Summary:        Sofia SIP User-Agent library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://sofia-sip.sourceforge.net/
 Source0:        http://dl.sourceforge.net/sofia-sip/%{name}-%{version}.tar.gz
-Patch0:         sofia-sip-1.12.10-undefined-non-weak-symbol.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #BuildRequires:  doxygen >= 1.3
 #BuildRequires:  graphviz
@@ -16,9 +14,9 @@ BuildRequires:  openssl-devel >= 0.9.7
 BuildRequires:  glib2-devel >=  2.4
 BuildRequires:  lksctp-tools-devel
 
-BuildRequires:  libtool
-BuildRequires:  autoconf
-BuildRequires:  automake
+#BuildRequires:  libtool
+#BuildRequires:  autoconf
+#BuildRequires:  automake
 
 %description
 Sofia SIP is a RFC-3261-compliant library for SIP user agents and
@@ -67,14 +65,13 @@ Command line utilities for the Sofia SIP UA library.
 
 %prep
 %setup0 -q -n sofia-sip-%{version}%{?work:work%{work}}
-%patch0 -p0
 
 %build
-libtoolize --automake --force
-aclocal -I m4 --force
-autoheader --force
-autoconf --force
-automake --gnu --force-missing --add-missing
+#libtoolize --automake --force
+#aclocal -I m4 --force
+#autoheader --force
+#autoconf --force
+#automake --gnu --force-missing --add-missing
 %configure --disable-rpath --disable-static --enable-sctp
 make %{?_smp_mflags}
 #make doxygen
@@ -89,9 +86,6 @@ find %{buildroot} -name \*.la -delete
 find %{buildroot} -name \*.h.in -delete
 find . -name installdox -delete
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -145,6 +139,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*.1*
 
 %changelog
+* Tue Sep 27 2011 Brian Pepple <bpepple at fedoraproject.org> - 1.12.11-1
+- Update to 1.12.11.
+- Drop non-weak symbol patch. Fixed upstream.
+- Drop buildroot and clean section. No longer necessary.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index cec3af3..1c88b31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e07fde3ad2009e44d1100ca3950d02b  sofia-sip-1.12.10.tar.gz
+f3582c62080eeecd3fa4cd5d4ccb4225  sofia-sip-1.12.11.tar.gz


More information about the scm-commits mailing list