Author: lisu Date: Mon Oct 26 13:38:18 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.2.5 - xscreensaver.patch is now obsolete, but there is still bogus entry in configure.ac, so we need to run sed to fix that typo
---- Files affected: packages/matrixgl: matrixgl.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/matrixgl/matrixgl.spec diff -u packages/matrixgl/matrixgl.spec:1.4 packages/matrixgl/matrixgl.spec:1.5 --- packages/matrixgl/matrixgl.spec:1.4 Mon Jul 20 10:41:44 2009 +++ packages/matrixgl/matrixgl.spec Mon Oct 26 14:38:12 2009 @@ -2,18 +2,18 @@ Summary: 3D screensaver Summary(pl.UTF-8): Trójwymiarowy wygaszacz ekranu Name: matrixgl -Version: 2.2.4 +Version: 2.2.5 Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/matrixgl/%{name}-%{version}-src.tar.gz -# Source0-md5: 1e9de11d7cde444d98915426d5f00cda -Patch0: %{name}-xscreensaver.patch +# Source0-md5: be09b8a0456ac162c3e10b5be0965344 URL: http://sourceforge.net/projects/matrixgl/ BuildRequires: OpenGL-GLU-devel BuildRequires: OpenGL-devel BuildRequires: autoconf BuildRequires: automake +BuildRequires: sed >= 4.0 BuildRequires: xscreensaver BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,7 +28,7 @@ %prep %setup -q -n %{name} -%patch0 -p1 +%{__sed} -i 's,xscreesaver,xscreensaver,' configure.ac %build %{__aclocal} -I m4 @@ -60,6 +60,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2009/10/26 13:38:12 lisu +- up to 2.2.5 +- xscreensaver.patch is now obsolete, but there is still bogus entry in configure.ac, so we need to run sed to fix that typo + Revision 1.4 2009/07/20 08:41:44 lisu - updated to 2.2.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/matrixgl/matrixgl.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
