packages: matrixgl/matrixgl.spec - up to 2.3 - add new patches: -compiler...

lisu lisu at pld-linux.org
Thu Jun 24 14:02:29 CEST 2010


Author: lisu                         Date: Thu Jun 24 12:02:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.3
- add new patches: 
	-compiler.patch (checking for c++ compiler causes error)
	-Makefile.patch (remove bogus entry from Makefile.am)

---- Files affected:
packages/matrixgl:
   matrixgl.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/matrixgl/matrixgl.spec
diff -u packages/matrixgl/matrixgl.spec:1.10 packages/matrixgl/matrixgl.spec:1.11
--- packages/matrixgl/matrixgl.spec:1.10	Thu Apr 22 10:33:38 2010
+++ packages/matrixgl/matrixgl.spec	Thu Jun 24 14:02:21 2010
@@ -2,12 +2,14 @@
 Summary:	3D screensaver
 Summary(pl.UTF-8):	Trójwymiarowy wygaszacz ekranu
 Name:		matrixgl
-Version:	2.2.9
+Version:	2.3
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/matrixgl/%{name}-%{version}.tar.gz
-# Source0-md5:	f41f37c68abebedd669fcf2eea8974aa
+# Source0-md5:	13facd7c06a750d4e5de6850aeb58d0c
+Patch0:		%{name}-compiler.patch
+Patch1:		%{name}-Makefile.patch
 URL:		http://sourceforge.net/projects/matrixgl/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	OpenGL-devel
@@ -26,6 +28,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I m4
@@ -57,6 +61,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/06/24 12:02:21  lisu
+- up to 2.3
+- add new patches:
+	-compiler.patch (checking for c++ compiler causes error)
+	-Makefile.patch (remove bogus entry from Makefile.am)
+
 Revision 1.10  2010/04/22 08:33:38  lisu
 - fix cvs entry (0.2.8 -> 2.2.8)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/matrixgl/matrixgl.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list