Author: baggins Date: Sat Aug 28 00:04:12 2010 GMT Module: packages Tag: HEAD ---- Log message: - requires_releq due to very unique ids in packages built with ghc 6.12+
---- Files affected: packages/ghc-binary: ghc-binary.spec (1.6 -> 1.7) packages/ghc-dataenc: ghc-dataenc.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/ghc-binary/ghc-binary.spec diff -u packages/ghc-binary/ghc-binary.spec:1.6 packages/ghc-binary/ghc-binary.spec:1.7 --- packages/ghc-binary/ghc-binary.spec:1.6 Fri Aug 27 22:56:04 2010 +++ packages/ghc-binary/ghc-binary.spec Sat Aug 28 02:04:04 2010 @@ -10,7 +10,7 @@ # Source0-md5: 6bf8f3d1441602c9ab09a75e3bd6e926 URL: http://hackage.haskell.org/package/%{pkgname}/ BuildRequires: ghc >= 6.12.3 -%requires_eq ghc +%requires_releq ghc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define ghcdir ghc-%(/usr/bin/ghc --numeric-version) @@ -70,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2010/08/28 00:04:04 baggins +- requires_releq due to very unique ids in packages built with ghc 6.12+ + Revision 1.6 2010/08/27 20:56:04 baggins - rel 2 ================================================================ Index: packages/ghc-dataenc/ghc-dataenc.spec diff -u packages/ghc-dataenc/ghc-dataenc.spec:1.3 packages/ghc-dataenc/ghc-dataenc.spec:1.4 --- packages/ghc-dataenc/ghc-dataenc.spec:1.3 Fri Aug 27 22:33:29 2010 +++ packages/ghc-dataenc/ghc-dataenc.spec Sat Aug 28 02:04:08 2010 @@ -10,7 +10,7 @@ # Source0-md5: e141fb21140627776c3a8f52fa8d7513 URL: http://hackage.haskell.org/package/%{pkgname}/ BuildRequires: ghc >= 6.12.3 -%requires_eq ghc +%requires_releq ghc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define ghcdir ghc-%(/usr/bin/ghc --numeric-version) @@ -67,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/08/28 00:04:08 baggins +- requires_releq due to very unique ids in packages built with ghc 6.12+ + Revision 1.3 2010/08/27 20:33:29 baggins - 0.13.0.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-binary/ghc-binary.spec?r1=1.6&r2=1.7&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-dataenc/ghc-dataenc.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
