Author: bdefreese Date: 2009-03-08 02:44:21 +0000 (Sun, 08 Mar 2009) New Revision: 9066
Added: packages/trunk/libphysfs/debian/patches/02_soname.diff Modified: packages/trunk/libphysfs/debian/changelog packages/trunk/libphysfs/debian/patches/series Log: * 02_soname.diff - Fix *_AGE in configure and configure.in. Modified: packages/trunk/libphysfs/debian/changelog =================================================================== --- packages/trunk/libphysfs/debian/changelog 2009-03-08 01:02:16 UTC (rev 9065) +++ packages/trunk/libphysfs/debian/changelog 2009-03-08 02:44:21 UTC (rev 9066) @@ -1,3 +1,10 @@ +libphysfs (1.0.1-2.1) unstable; urgency=low + + [ Barry deFreese ] + * 02_soname.diff - Fix *_AGE in configure and configure.in. + + -- Barry deFreese <[email protected]> Sat, 07 Mar 2009 21:43:12 -0500 + libphysfs (1.0.1-2) unstable; urgency=low [ Patrick Matthäi ] Added: packages/trunk/libphysfs/debian/patches/02_soname.diff =================================================================== --- packages/trunk/libphysfs/debian/patches/02_soname.diff (rev 0) +++ packages/trunk/libphysfs/debian/patches/02_soname.diff 2009-03-08 02:44:21 UTC (rev 9066) @@ -0,0 +1,31 @@ +#Change AGE to give appropriate soname version. +Index: libphysfs-1.0.1/configure.in +=================================================================== +--- libphysfs-1.0.1.orig/configure.in 2009-03-07 18:48:26.000000000 -0500 ++++ libphysfs-1.0.1/configure.in 2009-03-07 18:49:01.000000000 -0500 +@@ -16,8 +16,8 @@ + MAJOR_VERSION=1 + MINOR_VERSION=0 + MICRO_VERSION=1 +-INTERFACE_AGE=0 +-BINARY_AGE=0 ++INTERFACE_AGE=1 ++BINARY_AGE=1 + VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION + + AC_SUBST(MAJOR_VERSION) +Index: libphysfs-1.0.1/configure +=================================================================== +--- libphysfs-1.0.1.orig/configure 2009-03-07 18:49:24.000000000 -0500 ++++ libphysfs-1.0.1/configure 2009-03-07 18:49:42.000000000 -0500 +@@ -1506,8 +1506,8 @@ + MAJOR_VERSION=1 + MINOR_VERSION=0 + MICRO_VERSION=1 +-INTERFACE_AGE=0 +-BINARY_AGE=0 ++INTERFACE_AGE=1 ++BINARY_AGE=1 + VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION + + Modified: packages/trunk/libphysfs/debian/patches/series =================================================================== --- packages/trunk/libphysfs/debian/patches/series 2009-03-08 01:02:16 UTC (rev 9065) +++ packages/trunk/libphysfs/debian/patches/series 2009-03-08 02:44:21 UTC (rev 9066) @@ -1 +1,2 @@ 01_manpages.diff +02_soname.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

