diff --git a/.cvsignore b/.cvsignore index 697d03b..d66e3a8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libupnp-1.6.1.tar.bz2 +libupnp-1.6.2.tar.bz2 diff --git a/libupnp.spec b/libupnp.spec index fa66ca7..406bf9a 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,4 +1,4 @@ -Version: 1.6.1 +Version: 1.6.2 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} @@ -6,7 +6,9 @@ License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.bz2 +#Patch0: open.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: gawk, gcc-gfortran %define docdeveldir %{_docdir}/%{name}-devel-%{version} %define docdir %{_docdir}/%{name}-%{version} @@ -27,6 +29,7 @@ the UPnP SDK libraries. %prep %setup -q +#%patch0 -p1 %build %configure --with-documentation @@ -78,6 +81,9 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf %{buildroot} %changelog +* Thu Dec 13 2007 Eric Tanguy - 1.6.2-1 +- Update to version 1.6.2 + * Sun Nov 18 2007 Eric Tanguy - 1.6.1-1 - Update to version 1.6.1 diff --git a/sources b/sources index 3e0b48f..7a509d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb7adc11f9d487b47f348be2895faa82 libupnp-1.6.1.tar.bz2 +7389ff8aad5461ef97361572e5fea92b libupnp-1.6.2.tar.bz2