]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- up to rel 41 with zlib fixes
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Apr 2010 21:26:35 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.315.2.22

poldek.spec

index 23efcf41b5e22bc5025637d9582c67af7fb37150..ec8d14c4293e6c18eb37860fda9d68ccdd0b8f03 100644 (file)
@@ -9,7 +9,7 @@
 %define        ver_rpm 4.4.9-1
 
 %define                snap    20080820.23
-%define                rel             36
+%define                rel             41
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -61,6 +61,7 @@ Patch31:      %{name}-ls-queryfmt.patch
 Patch32:       %{name}-prepare_url_fix.patch
 Patch33:       %{name}-noloop_on_terminal_loos.patch
 Patch34:       %{name}-show_only_relative_used_space.patch
+Patch35:       %{name}-zlib.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -231,6 +232,8 @@ Moduły języka Python dla poldka.
 %patch33 -p1
 # do not info. about amount of transaction space req. but relative to already installed
 %patch34 -p1
+# fixes failures with zlib >= 1.2.3.7
+%patch35 -p0
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.907188 seconds and 4 git commands to generate.