rpms/libcompizconfig/devel libcompizconfig-gcc43-buildfix2.patch, NONE, 1.1 libcompizconfig.spec, 1.5, 1.6

Mohd Izhar Firdaus Ismail (izhar) fedora-extras-commits at redhat.com
Wed Jan 9 13:35:05 UTC 2008


Author: izhar

Update of /cvs/pkgs/rpms/libcompizconfig/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18501/devel

Modified Files:
	libcompizconfig.spec 
Added Files:
	libcompizconfig-gcc43-buildfix2.patch 
Log Message:


patched also the configure script


libcompizconfig-gcc43-buildfix2.patch:

--- NEW FILE libcompizconfig-gcc43-buildfix2.patch ---
--- old/configure	2008-01-09 21:28:45.000000000 +0800
+++ new/configure	2008-01-09 21:30:10.000000000 +0800
@@ -2004,9 +2004,6 @@
 
 
 
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
 
 
 #AC_CONFIG_AUX_DIR(config)
@@ -2356,9 +2353,6 @@
 _ACEOF
 
 
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
 
 # Some tools Automake needs.
 


Index: libcompizconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcompizconfig/devel/libcompizconfig.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcompizconfig.spec	8 Jan 2008 14:05:33 -0000	1.5
+++ libcompizconfig.spec	9 Jan 2008 13:34:24 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           libcompizconfig
 Version:        0.6.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Configuration backend for compiz
 
 Group:          System Environment/Libraries
@@ -12,6 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch100:        libcompizconfig-fix-weak-symbols.patch
 Patch101:        libcompizconfig-gcc43-buildfix.patch
+Patch102:        libcompizconfig-gcc43-buildfix2.patch
 
 # libdrm is not available on these arches
 ExcludeArch:    s390 s390x ppc64
@@ -42,6 +43,7 @@
 %setup -q
 %patch100 -p1 -b .fix-weak-symbols
 %patch101 -p1 -b .gcc43-buildfix
+%patch102 -p1 -b .gcc43-buildfix2
 
 %build
 %configure --disable-static 
@@ -84,6 +86,9 @@
 
 
 %changelog
+* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.6.0-5
+- patched also the configure script
+
 * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.6.0-4
 - applied gcc43 buildfix
 




More information about the fedora-extras-commits mailing list