[gupnp-igd] Update to 0.2.1. Drop gcc patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Mon Jan 16 19:40:54 UTC 2012


commit 44bd967fe94a31c770a4668116b93c264dc2e1b6
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Jan 16 14:40:48 2012 -0500

    Update to 0.2.1.
    Drop gcc patch. Fixed upstream.

 .gitignore                 |    1 +
 gupnp-igd-0.1.7-make.patch |   22 ----------------------
 gupnp-igd-gcc.patch        |   27 ---------------------------
 gupnp-igd.spec             |   12 ++++++------
 sources                    |    2 +-
 5 files changed, 8 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d9e46a..d12f099 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gupnp-igd-0.1.7.tar.gz
+/gupnp-igd-0.2.1.tar.gz
diff --git a/gupnp-igd.spec b/gupnp-igd.spec
index 53d03ec..e090309 100644
--- a/gupnp-igd.spec
+++ b/gupnp-igd.spec
@@ -1,16 +1,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           gupnp-igd
-Version:        0.1.7
-Release:        7%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        Library to handle UPnP IGD port mapping        
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gupnp.org/
 Source0:        http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.1.7-make.patch
-Patch1:         gupnp-igd-gcc.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:  gupnp-devel
@@ -46,8 +44,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .make
-%patch1 -p1 -b .gcc
 
 
 %build
@@ -90,6 +86,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Mon Jan 16 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1.
+- Drop gcc patch. Fixed upstream.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index fa4035b..bbccaba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75aaca3361046ac42125f81d07c072ac  gupnp-igd-0.1.7.tar.gz
+03be8a80e2862cf72b2c50d65043828c  gupnp-igd-0.2.1.tar.gz


More information about the scm-commits mailing list