rpms/physfs/devel physfs-1.0.2-fix-soname-version.patch, NONE, 1.1 physfs.spec, 1.11, 1.12

Tom Callaway spot at fedoraproject.org
Thu Aug 20 15:10:52 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/physfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3072

Modified Files:
	physfs.spec 
Added Files:
	physfs-1.0.2-fix-soname-version.patch 
Log Message:
fix soname

physfs-1.0.2-fix-soname-version.patch:
 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE physfs-1.0.2-fix-soname-version.patch ---
diff -up physfs-1.0.2/configure.BAD physfs-1.0.2/configure
--- physfs-1.0.2/configure.BAD	2009-08-20 11:08:45.099180071 -0400
+++ physfs-1.0.2/configure	2009-08-20 11:08:48.295180874 -0400
@@ -1975,8 +1975,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 MAJOR_VERSION=1
 MINOR_VERSION=0
 MICRO_VERSION=2
-INTERFACE_AGE=2
-BINARY_AGE=2
+INTERFACE_AGE=1
+BINARY_AGE=1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 
 


Index: physfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/physfs/devel/physfs.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- physfs.spec	20 Aug 2009 01:47:03 -0000	1.11
+++ physfs.spec	20 Aug 2009 15:10:52 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		physfs
 Version:	1.0.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	zlib
 Group:		System Environment/Libraries
 Summary:	Library to provide abstract access to various archives
@@ -8,6 +8,7 @@ URL:		http://www.icculus.org/physfs/
 Source0:	http://www.icculus.org/physfs/downloads/physfs-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen, zlib-devel, readline-devel, libtool
+Patch0:		physfs-1.0.2-fix-soname-version.patch
 
 %description
 PhysicsFS is a library to provide abstract access to various archives. It is
@@ -37,6 +38,7 @@ packages with physfs functionality.
 
 %prep
 %setup -q
+%patch0 -p1 -b .soname
 
 %build
 %configure
@@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 20 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.2-2
+- fix soname to match 1.0.1 (upstream made it go from .1 to .0 ?)
+
 * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.2-1
 - update to 1.0.2 (last in 1.0 series)
 




More information about the fedora-extras-commits mailing list