[gupnp-igd] Update to 0.2.2. Drop define attribute. No longer needed. Update url and source url.

Brian Pepple bpepple at fedoraproject.org
Wed Mar 27 18:38:08 UTC 2013


commit 5c2f1632929da8c0caadd2b01746357fd6e9932b
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Mar 27 14:38:05 2013 -0400

    Update to 0.2.2.
    Drop define attribute. No longer needed.
    Update url and source url.

 .gitignore     |    1 +
 gupnp-igd.spec |   16 +++++++++-------
 sources        |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d12f099..3b5c627 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gupnp-igd-0.1.7.tar.gz
 /gupnp-igd-0.2.1.tar.gz
+/gupnp-igd-0.2.2.tar.xz
diff --git a/gupnp-igd.spec b/gupnp-igd.spec
index b590a19..c224da9 100644
--- a/gupnp-igd.spec
+++ b/gupnp-igd.spec
@@ -1,14 +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.2.1
-Release:        3%{?dist}
+Version:        0.2.2
+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
+URL:            http://live.gnome.org/GUPnP
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.xz
 
 BuildRequires:  glib2-devel
 BuildRequires:  gupnp-devel
@@ -65,20 +65,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING
 %{_libdir}/*.so.*
 
 
 %files python
-%defattr(-,root,root,-)
 %dir %{python_sitearch}/gupnp
 %{python_sitearch}/gupnp/*.py*
 %{python_sitearch}/gupnp/igd.so
 
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}-1.0*.pc
@@ -86,6 +83,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Wed Mar 27 2013 Brian Pepple <bpepple at fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2.
+- Drop define attribute. No longer needed.
+- Update url and source url.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index bbccaba..291e5b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03be8a80e2862cf72b2c50d65043828c  gupnp-igd-0.2.1.tar.gz
+f881323304185c02634034e3bda714ba  gupnp-igd-0.2.2.tar.xz


More information about the scm-commits mailing list