Author: glen Date: Mon Nov 21 21:28:08 2005 GMT Module: SPECS Tag: AC-branch ---- Log message: - fix when obsoletes matched later than requires
---- Files affected: SPECS: poldek.spec (1.197.2.58 -> 1.197.2.59) ---- Diffs: ================================================================ Index: SPECS/poldek.spec diff -u SPECS/poldek.spec:1.197.2.58 SPECS/poldek.spec:1.197.2.59 --- SPECS/poldek.spec:1.197.2.58 Sun Nov 6 20:44:34 2005 +++ SPECS/poldek.spec Mon Nov 21 22:28:01 2005 @@ -11,7 +11,7 @@ Summary(pl): Pomocnicze narzędzie do zarządzania pakietami RPM Name: poldek Version: 0.20 -Release: 2 +Release: 2.1 License: GPL v2 Group: Applications/System Source0: http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.bz2 @@ -21,6 +21,7 @@ Source3: %{name}-aliases.conf Patch0: %{name}-cvs-fixes.patch Patch1: %{name}-ask-abort.patch +Patch2: %{name}-obsoletes.patch URL: http://team.pld.org.pl/~mis/poldek/ BuildRequires: autoconf BuildRequires: automake @@ -129,6 +130,7 @@ %setup -q %patch0 -p2 %patch1 -p0 +%patch2 -p0 %build %{__autopoint} @@ -299,6 +301,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.197.2.59 2005/11/21 21:28:01 glen +- fix when obsoletes matched later than requires + Revision 1.197.2.58 2005/11/06 19:44:34 arekm - rel 2; upstream fixes in a sane form ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.197.2.58&r2=1.197.2.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
