From 791200923a77479f25b9db9448e40c0236427abf Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 16 Oct 2012 17:20:09 -0400 Subject: [PATCH] libupnp 1.6.17 --- .gitignore | 1 + libupnp.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 11094cb..1aa230f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libupnp-1.6.6.tar.bz2 /libupnp-1.6.13.tar.bz2 +/libupnp-1.6.17.tar.bz2 diff --git a/libupnp.spec b/libupnp.spec index 57505f0..2a9add6 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,11 +1,11 @@ -Version: 1.6.13 +Version: 1.6.17 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 4%{?dist} +Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ -Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2 %define docdeveldir %{_docdir}/%{name}-devel-%{version} %define docdir %{_docdir}/%{name}-%{version} @@ -57,9 +57,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{docdir} -%{_libdir}/libixml.so.* -%{_libdir}/libthreadutil.so.* -%{_libdir}/libupnp.so.* +%{_libdir}/libixml.so.2* +%{_libdir}/libthreadutil.so.6* +%{_libdir}/libupnp.so.6* %files devel %defattr(0644,root,root,0755) @@ -74,6 +74,9 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf %{buildroot} %changelog +* Tue Oct 16 2012 Adam Jackson 1.6.17-1 +- libupnp 1.6.17 + * Thu Jul 19 2012 Fedora Release Engineering - 1.6.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 33171c2..88cd5c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71476b1781ad179bfc9bead640be5f54 libupnp-1.6.13.tar.bz2 +efbf0d470ce7157bc0e6ca836e246de5 libupnp-1.6.17.tar.bz2