]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rel .40; one more zlib fix auto/th/poldek-0_30-0_20080820_23_40 auto/ti/poldek-0_30-0_20080820_23_40
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Feb 2010 08:53:21 +0000 (08:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-zlib.patch -> 1.5
    poldek.spec -> 1.396

poldek-zlib.patch
poldek.spec

index 1d19d99d479506095050872e6f2552cbe75ade3d..a8d91741035c9ada109c27c84cbffb1bf817f865 100644 (file)
@@ -164,3 +164,14 @@ diff -u -u -r1.11 -r1.12
              else if (vfmode & VFM_RW)
                  mode = "w";
                        else
+--- vfile/vfile.c~     2010-02-23 17:47:55.496578466 +0100
++++ vfile/vfile.c      2010-02-28 09:50:39.839991093 +0100
+@@ -288,7 +288,7 @@
+             char *mode = NULL;
+             
+             if ((vfmode & VFM_APPEND) == VFM_APPEND)
+-                              mode = "a+";
++                              mode = "a";
+             else if (vfmode & VFM_RW)
+                 mode = "w";
+                       else
index 94491dc9cf2ef311097754e40a05053988aa0c10..e4b1c707b8bb7ab9cb565b557a2343f928563ef8 100644 (file)
@@ -15,7 +15,7 @@
 %define        ver_rpm 4.5-5
 #
 %define                snap    20080820.23
-%define                rel             39
+%define                rel             40
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
This page took 0.142167 seconds and 4 git commands to generate.