Author: wiget Date: Sun Nov 2 17:02:46 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - added subprocess.patch (fix building with python 2.6 - from quodlibet issue #27)
---- Files affected: SPECS: quodlibet.spec (1.57 -> 1.57.2.1) ---- Diffs: ================================================================ Index: SPECS/quodlibet.spec diff -u SPECS/quodlibet.spec:1.57 SPECS/quodlibet.spec:1.57.2.1 --- SPECS/quodlibet.spec:1.57 Sun Oct 5 15:26:01 2008 +++ SPECS/quodlibet.spec Sun Nov 2 18:02:41 2008 @@ -13,7 +13,8 @@ Source0: http://quodlibet.googlecode.com/files/quodlibet-%{version}.tar.gz # Source0-md5: 4ec9703b3ef7ecf5c6ecf1b8ac7773f4 Patch0: %{name}-home_etc.patch -Patch2: %{name}-paned.patch +Patch1: %{name}-paned.patch +patch2: %{name}-subprocess.patch URL: http://code.google.com/p/quodlibet/ BuildRequires: gtk+2-devel >= 2:2.6.0 BuildRequires: intltool @@ -62,6 +63,7 @@ %prep %setup -q %{?with_home_etc:%patch0 -p1} +%patch2 -p1 mv po/gl_ES.po po/gl.po %build @@ -136,6 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.57.2.1 2008/11/02 17:02:41 wiget +- added subprocess.patch (fix building with python 2.6 - from quodlibet issue #27) + Revision 1.57 2008/10/05 13:26:01 wiget - more work with 2.0 -- install in corect place ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/quodlibet.spec?r1=1.57&r2=1.57.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
