rpms/compiz/devel compiz-0.8.4-linkfix.patch, NONE, 1.1 compiz.spec, 1.193, 1.194

drago01 drago01 at fedoraproject.org
Sat Feb 13 20:12:32 UTC 2010


Author: drago01

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

Modified Files:
	compiz.spec 
Added Files:
	compiz-0.8.4-linkfix.patch 
Log Message:
Fix FTBFS (RH #555429)

compiz-0.8.4-linkfix.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE compiz-0.8.4-linkfix.patch ---
diff -upNr compiz-0.8.4.orign/src/Makefile.am compiz-0.8.4/src/Makefile.am
--- compiz-0.8.4.orign/src/Makefile.am	2009-09-30 14:46:45.000000000 +0200
+++ compiz-0.8.4/src/Makefile.am	2010-02-13 20:51:38.164078071 +0100
@@ -9,7 +9,7 @@ INCLUDES =			     \
 
 bin_PROGRAMS = compiz
 
-compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm
+compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm -lX11 -lXext -ldl
 compiz_LDFLAGS = -export-dynamic -pthread
 compiz_SOURCES =   \
 	main.c	   \


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -p -r1.193 -r1.194
--- compiz.spec	8 Feb 2010 17:45:23 -0000	1.193
+++ compiz.spec	13 Feb 2010 20:12:31 -0000	1.194
@@ -13,7 +13,7 @@ URL:            http://www.go-compiz.org
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.8.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,9 +57,9 @@ Patch106: redhat-logo.patch
 Patch107: compiz-0.8.4-wall.patch
 #Patch110: scale-key.patch
 
-
 Patch127: unknown-key.patch
 Patch128: kde44-api.patch
+Patch129: compiz-0.8.4-linkfix.patch
 
 %description
 Compiz is one of the first OpenGL-accelerated compositing window
@@ -129,6 +129,7 @@ and other kde integration related stuff.
 %patch127 -p1 -b .unknown-key
 # http://bugs.opencompositing.org/show_bug.cgi?id=1249
 %patch128 -p1 -b .kde44-api
+%patch129 -p1 -b .linkfix
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -307,6 +308,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 13 2010 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.4-5
+- Fix FTBFS (RH #555429)
+
 * Mon Feb 08 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.8.4-4
 - rebuilt for new kde api
 - drop kde4_decorator_build patch



More information about the scm-commits mailing list