Author: qrczak Date: Thu Nov 24 21:38:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Fixed "extra qualification" errors from g++ - Release 2
---- Files affected: SPECS: p7zip.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/p7zip.spec diff -u SPECS/p7zip.spec:1.21 SPECS/p7zip.spec:1.22 --- SPECS/p7zip.spec:1.21 Tue Oct 25 17:52:34 2005 +++ SPECS/p7zip.spec Thu Nov 24 22:38:41 2005 @@ -3,12 +3,13 @@ Summary(pl): Paker plików z najwyższym stopniem kompresji Name: p7zip Version: 4.29 -Release: 1 +Release: 2 License: LGPL Group: Applications/Archiving Source0: http://dl.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2 # Source0-md5: 1ea12d7e91c9c67fb6512a6a144b8431 Patch0: %{name}-opt.patch +Patch1: %{name}-c++.patch URL: http://p7zip.sourceforge.net/ BuildRequires: libstdc++-devel BuildRequires: sed >= 4.0 @@ -57,6 +58,7 @@ %prep %setup -q -n %{name}_%{version} %patch0 -p1 +%patch1 -p1 cp -f makefile.linux_x86_ppc_alpha makefile.machine @@ -106,6 +108,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2005/11/24 21:38:41 qrczak +- Fixed "extra qualification" errors from g++ +- Release 2 + Revision 1.21 2005/10/25 15:52:34 qboosh - no macro in Obsoletes for old package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/p7zip.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
