packages: poldek/poldek.spec - rel 32 - patch25 - adds option --source-rpm ...
cactus
cactus at pld-linux.org
Mon Oct 26 17:29:00 CET 2009
Author: cactus Date: Mon Oct 26 16:29:00 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 32
- patch25 - adds option --source-rpm (-s) to ls command (LP#392984)
- patch26 - adds arch match to hold/ignore (LP#408036)
- patch27 - adds multiarch upgrade(-dist) support and pkgs migration from/to noarch (LP#408034)
---- Files affected:
packages/poldek:
poldek.spec (1.386 -> 1.387)
---- Diffs:
================================================================
Index: packages/poldek/poldek.spec
diff -u packages/poldek/poldek.spec:1.386 packages/poldek/poldek.spec:1.387
--- packages/poldek/poldek.spec:1.386 Tue Jun 23 02:13:36 2009
+++ packages/poldek/poldek.spec Mon Oct 26 17:28:54 2009
@@ -16,7 +16,7 @@
%define ver_rpm 4.5-5
#
%define snap 20080820.23
-%define rel 31
+%define rel 32
Summary: RPM packages management helper tool
Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
Name: poldek
@@ -62,6 +62,9 @@
Patch22: %{name}-refcnt.patch
Patch23: %{name}-assertion-failed.patch
Patch24: %{name}-unescape-urlencoded-strings.patch
+Patch25: %{name}-ls-source-rpm.patch
+Patch26: %{name}-add-arch-match.patch
+Patch27: %{name}-multilib-upgrade.patch
URL: http://poldek.pld-linux.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -212,6 +215,12 @@
%patch22 -p0
%patch23 -p1
%patch24 -p1
+# LP#392984
+%patch25 -p1
+# LP#408036
+%patch26 -p1
+# LP#408034
+%patch27 -p1
# cleanup backups after patching
find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -230,6 +239,7 @@
--enable-nls \
%{?with_python:--with-python}
%{__make}
+# --enable-trace
%install
rm -rf $RPM_BUILD_ROOT
@@ -490,6 +500,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.387 2009/10/26 16:28:54 cactus
+- rel 32
+- patch25 - adds option --source-rpm (-s) to ls command (LP#392984)
+- patch26 - adds arch match to hold/ignore (LP#408036)
+- patch27 - adds multiarch upgrade(-dist) support and pkgs migration from/to noarch (LP#408034)
+
Revision 1.386 2009/06/23 00:13:36 tommat
- rel 31
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek.spec?r1=1.386&r2=1.387&f=u
More information about the pld-cvs-commit
mailing list