]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- color bugfix for not picking pkg updates for c=2 pkg if new is c=0. LP#299685;...
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Nov 2008 00:58:12 +0000 (00:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.315.2.12

poldek.spec

index e5ca40b15d63df5b2ba907fbe3943fbdca7b26b8..d13ba72edebf9974a7c029a788484962de8b0534 100644 (file)
@@ -9,7 +9,7 @@
 %define        ver_rpm 4.4.9-1
 #
 %define                snap    20080820.23
-%define                rel             0.1
+%define                rel             0.5
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -32,6 +32,7 @@ Patch2:               %{name}-abort-on-upgrade.patch
 Patch3:                %{name}-inline.patch
 Patch4:                %{name}-ls-llu.patch
 Patch5:                %{name}-op-ldalldesc.patch
+Patch6:                %{name}-nocolor-upgrade.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -164,6 +165,7 @@ Moduły języka Python dla poldka.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p0
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.041335 seconds and 4 git commands to generate.