rpms/directfb/F-10 DirectFB-1.2.9-revert.patch, NONE, 1.1 directfb.spec, 1.24, 1.25

Nicolas Chauvet kwizart at fedoraproject.org
Tue Sep 1 08:12:27 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/directfb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26247

Modified Files:
	directfb.spec 
Added Files:
	DirectFB-1.2.9-revert.patch 
Log Message:
Revert wrong ABI bump


DirectFB-1.2.9-revert.patch:
 configure.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE DirectFB-1.2.9-revert.patch ---
diff -up DirectFB-1.2.9/configure.in.revert DirectFB-1.2.9/configure.in
--- DirectFB-1.2.9/configure.in.revert	2009-09-01 09:51:46.029744708 +0200
+++ DirectFB-1.2.9/configure.in	2009-09-01 10:00:14.011744423 +0200
@@ -32,10 +32,10 @@ AC_DEFINE_UNQUOTED(DIRECTFB_VERSION,"$DI
 
 # libtool versioning
 LT_RELEASE=$DIRECTFB_MAJOR_VERSION.$DIRECTFB_MINOR_VERSION
-LT_CURRENT=`expr $DIRECTFB_MICRO_VERSION - $DIRECTFB_INTERFACE_AGE`
-LT_BINARY=`expr $DIRECTFB_MICRO_VERSION - $DIRECTFB_BINARY_AGE`
+LT_CURRENT=$DIRECTFB_INTERFACE_AGE
+LT_BINARY=$DIRECTFB_BINARY_AGE
 LT_REVISION=$DIRECTFB_INTERFACE_AGE
-LT_AGE=`expr $DIRECTFB_BINARY_AGE - $DIRECTFB_INTERFACE_AGE`
+LT_AGE=$DIRECTFB_INTERFACE_AGE
 
 AC_SUBST(LT_RELEASE)
 AC_SUBST(LT_CURRENT)


Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/F-10/directfb.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- directfb.spec	31 Aug 2009 13:03:51 -0000	1.24
+++ directfb.spec	1 Sep 2009 08:12:27 -0000	1.25
@@ -1,13 +1,14 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: 1.2.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
 Source0: http://www.directfb.org/downloads/Core/DirectFB-%{version}.tar.gz
 Patch0: DirectFB-1.2.7-libv4l2.patch
 Patch1: DirectFB-1.2.8-tweak.patch
+Patch2: DirectFB-1.2.9-revert.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libtool
@@ -58,6 +59,7 @@ Development files for DirectFB.
 %setup -q -n DirectFB-%{version}
 %patch0 -p1 -b .libv4l2
 %patch1 -p1 -b .tweak
+%patch2 -p1 -b .revert
 
 #Disable ppc asm since compilation fails (and it seems better to use glibc)
 sed -i.noppcasm -e 's/want_ppcasm=yes/want_ppcasm=no/'g configure.in configure
@@ -142,7 +144,7 @@ make check
 %{_libdir}/libdirect-*.so.*
 %{_libdir}/libfusion-*.so.*
 %{_libdir}/libuniquewm*.so.*
-%{_libdir}/directfb-1.2-9/
+%{_libdir}/directfb-1.2-0/
 %{_datadir}/directfb-%{version}/
 %{_mandir}/man1/dfbg.1*
 %{_mandir}/man5/directfbrc.5*
@@ -166,6 +168,9 @@ make check
 
 
 %changelog
+* Tue Sep  1 2009 kwizart < kwizart at gmail.com > - 1.2.9-2
+- Revert soversion bump without an ABI break.
+
 * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.2.9-1
 - Update to 1.2.9
 




More information about the fedora-extras-commits mailing list