]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rel 2; realy quiet vf_stat auto/th/poldek-0_30-1_rc5_2
authorBartłomiej Zimoń <cactus@pld-linux.org>
Tue, 20 Mar 2012 23:00:32 +0000 (23:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-git.patch -> 1.2
    poldek.spec -> 1.438

poldek-git.patch
poldek.spec

index 69a34ea2bc1319f1f0bea58686f2b811e00843f9..771de387b8aa5b12623765a5c6349e031f19b655 100644 (file)
@@ -1,20 +1,22 @@
-commit f18bedfa368995550e231f382718029bdc2300df
-Author: Marcin Banasiak <marcin.banasiak@gmail.com>
-Date:   Sun Feb 19 16:55:35 2012 +0100
+commit 3c90766404683407368cab9526d13b0aa8036469
+Author: Bartlomiej Zimon <uzi18@o2.pl>
+Date:   Wed Mar 21 01:48:26 2012 +0100
 
-    Fix types in tndb_get_all
+    - pndir update: realy keep quiet
+    
+    Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
 
-diff --git a/read.c b/read.c
-index b57bb50..d560799 100644
---- a/tndb/read.c
-+++ b/tndb/read.c
-@@ -497,7 +497,8 @@ size_t tndb_get_all(struct tndb *db, const void *key, size_t klen,
-                   void **val)
- {
-     off_t  voffs;
--    size_t nread = 0, vlen;
-+    size_t nread = 0;
-+    unsigned int vlen;
+diff --git a/pkgdir/pndir/update.c b/pkgdir/pndir/update.c
+index 830356a..c26fe9f 100644
+--- a/pkgdir/pndir/update.c
++++ b/pkgdir/pndir/update.c
+@@ -289,8 +289,7 @@ int pndir_m_update(struct pkgdir *pkgdir, enum pkgdir_uprc *uprc)
+     pidxpath += 6;
+     // to keep quiet vf_stat
+-    if (poldek_VERBOSE < 2)
+-        vfile_configure(VFILE_CONF_VERBOSE, &poldek_VERBOSE);
++    vfile_configure(VFILE_CONF_VERBOSE, 0);
      
-     if (tndb_get_voff(db, key, klen, &voffs, &vlen)) {
-       *val = n_malloc(vlen + 1); /* extra byte for \0 */
+     snprintf(path, sizeof(path), "%s.ndir.%s",
+            pkgdir->idxpath, pidxpath);
index b25c8f3316f30c7c7b890e3e9d0295e992bbda36..0984a74651ea1d5273677ba94199b0bd1edcdba2 100644 (file)
@@ -17,7 +17,7 @@
 %define        ver_rpm 4.5-49
 
 %define                snap    rc5
-%define                rel     1
+%define                rel     2
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -205,6 +205,7 @@ Moduły języka Python dla poldka.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -f m4/libtool.m4 m4/lt*.m4
 
This page took 0.24717 seconds and 4 git commands to generate.