[gssdp] 0.13.1

Peter Robinson pbrobinson at fedoraproject.org
Mon Oct 29 17:25:26 UTC 2012


commit 84788da694abd83c4e639e63cdd10c499108c696
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Oct 29 17:25:19 2012 +0000

    0.13.1

 .gitignore |    3 +--
 gssdp.spec |   12 ++++++------
 2 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46caf83..a0cb536 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/gssdp-0.12.*.tar.xz
-/gssdp-0.13.0.tar.xz
+/gssdp-0.*.tar.xz
diff --git a/gssdp.spec b/gssdp.spec
index b294ea6..c3a819f 100644
--- a/gssdp.spec
+++ b/gssdp.spec
@@ -1,12 +1,12 @@
 Name:          gssdp
-Version:       0.13.0
+Version:       0.13.1
 Release:       1%{?dist}
 Summary:       Resource discovery and announcement over SSDP
 
 Group:         System Environment/Libraries
 License:       LGPLv2+
 URL:           http://www.gupnp.org/
-Source0:       http://download.gnome.org/sources/%{name}/0.12/%{name}-%{version}.tar.xz
+Source0:       http://download.gnome.org/sources/%{name}/0.13/%{name}-%{version}.tar.xz
 
 BuildRequires: dbus-glib-devel
 BuildRequires: GConf2-devel
@@ -75,14 +75,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS
 %dir %{_datadir}/gssdp
 %{_libdir}/libgssdp-1.0.so.*
 %{_libdir}/girepository-1.0/GSSDP-1.0.typelib
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/libgssdp-1.0.so
 %{_libdir}/pkgconfig/gssdp-1.0.pc
 %{_includedir}/gssdp-1.0
@@ -90,15 +88,17 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/vala/vapi/gssdp*
 
 %files utils
-%defattr(-,root,root,-)
 %{_bindir}/gssdp-device-sniffer
 %{_datadir}/gssdp/gssdp-device-sniffer.ui
 
 %files docs
-%defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Oct 29 2012 Peter Robinson <pbrobinson at fedoraproject.org> 0.13.1-1
+- 0.13.1 release
+- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.1.news
+
 * Sun Oct  7 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.13.0-1
 - 0.13.0 release
 - http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.0.news


More information about the scm-commits mailing list