diff --git a/.gitignore b/.gitignore index 100a2b2..966624f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ physfs-1.0.2.tar.gz /physfs-2.0.2.tar.gz +/physfs-2.0.3.tar.bz2 diff --git a/physfs.spec b/physfs.spec index 8dfb3cd..7dc9864 100644 --- a/physfs.spec +++ b/physfs.spec @@ -1,15 +1,16 @@ Name: physfs -Version: 2.0.2 -Release: 4%{?dist} +Version: 2.0.3 +Release: 1%{?dist} License: zlib Group: System Environment/Libraries Summary: Library to provide abstract access to various archives URL: http://www.icculus.org/physfs/ -Source0: http://www.icculus.org/physfs/downloads/physfs-%{version}.tar.gz -Patch0: physfs-2.0.2-unused.patch +Source0: http://www.icculus.org/physfs/downloads/physfs-%{version}.tar.bz2 Patch1: physfs-2.0.2-system-lzma-sdk.patch BuildRequires: doxygen, zlib-devel, readline-devel, libtool, cmake -BuildRequires: wxGTK-devel, lzma-sdk457-devel +# Only needed to build a test program. +# BuildRequires: wxGTK-devel +BuildRequires: lzma-sdk457-devel %description PhysicsFS is a library to provide abstract access to various archives. It is @@ -39,7 +40,6 @@ packages with physfs functionality. %prep %setup -q -%patch0 -p1 -b .unused %patch1 -p1 -b .system-lzmasdk rm -rf lzma @@ -86,12 +86,14 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a %files devel %doc docs/html/ %{_bindir}/test_physfs -%{_bindir}/wxtest_physfs %{_includedir}/physfs.h %{_libdir}/*.so %{_mandir}/man3/* %changelog +* Fri Feb 22 2013 Tom Callaway - 2.0.3-1 +- update to 2.0.3 + * Thu Feb 14 2013 Fedora Release Engineering - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 99596e3..f366c28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e8927c3d30279b03e2592106eb9184a physfs-2.0.2.tar.gz +c2c727a8a8deb623b521b52d0080f613 physfs-2.0.3.tar.bz2