[libnice] Update to 0.1.1. Drop ppc64 patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Wed Dec 7 02:31:00 UTC 2011


commit 063e541757809bce154c68471d4805fc75e01931
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Dec 6 21:30:49 2011 -0500

    Update to 0.1.1.
    Drop ppc64 patch. Fixed upstream.

 .gitignore                                  |    1 +
 0001-Fix-check-symbols-test-for-PPC64.patch |   69 ---------------------------
 libnice.spec                                |   10 ++--
 sources                                     |    2 +-
 4 files changed, 8 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4559fa..79ef148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libnice-0.0.12.tar.gz
 libnice-0.0.13.tar.gz
 /libnice-0.1.0.tar.gz
+/libnice-0.1.1.tar.gz
diff --git a/libnice.spec b/libnice.spec
index 528aa2c..7b3fc8c 100644
--- a/libnice.spec
+++ b/libnice.spec
@@ -1,13 +1,12 @@
 Name:           libnice
-Version:        0.1.0
-Release:        5%{?dist}
+Version:        0.1.11
+Release:        1%{?dist}
 Summary:        GLib ICE implementation
 
 Group:          System Environment/Libraries
 License:        LGPLv2 and MPLv1.1
 URL:            http://nice.freedesktop.org/wiki/
 Source0:        http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
-Patch1:         0001-Fix-check-symbols-test-for-PPC64.patch
 
 BuildRequires:	glib2-devel
 BuildRequires:  gstreamer-devel
@@ -39,7 +38,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch1 -p1
 
 
 %check
@@ -83,6 +81,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Wed Dec  7 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.1.11-1
+- Update to 0.1.1.
+- Drop ppc64 patch. Fixed upstream.
+
 * Tue Aug 16 2011 David Woodhouse <dwmw2 at infradead.org> - 0.1.0-5
 - Apply portability patch to nice/Makefile.in too. I hate autocrap.
 
diff --git a/sources b/sources
index a72ef93..193d363 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c077e2aa74c9afb4b4e157efc8a6ad9d  libnice-0.1.0.tar.gz
+0906c3523eb78cb3caad170cc75af4b0  libnice-0.1.1.tar.gz


More information about the scm-commits mailing list