Author: cactus Date: Tue Mar 20 23:00:37 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; realy quiet vf_stat
---- Files affected: packages/poldek: poldek-git.patch (1.1 -> 1.2) , poldek.spec (1.437 -> 1.438) ---- Diffs: ================================================================ Index: packages/poldek/poldek-git.patch diff -u packages/poldek/poldek-git.patch:1.1 packages/poldek/poldek-git.patch:1.2 --- packages/poldek/poldek-git.patch:1.1 Sun Feb 19 17:07:52 2012 +++ packages/poldek/poldek-git.patch Wed Mar 21 00:00:32 2012 @@ -1,20 +1,22 @@ -commit f18bedfa368995550e231f382718029bdc2300df -Author: Marcin Banasiak <[email protected]> -Date: Sun Feb 19 16:55:35 2012 +0100 +commit 3c90766404683407368cab9526d13b0aa8036469 +Author: Bartlomiej Zimon <[email protected]> +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 <[email protected]> -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: packages/poldek/poldek.spec diff -u packages/poldek/poldek.spec:1.437 packages/poldek/poldek.spec:1.438 --- packages/poldek/poldek.spec:1.437 Tue Mar 20 22:17:42 2012 +++ packages/poldek/poldek.spec Wed Mar 21 00:00:32 2012 @@ -18,7 +18,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 @@ -206,6 +206,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 rm -f m4/libtool.m4 m4/lt*.m4 @@ -495,6 +496,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.438 2012/03/20 23:00:32 cactus +- rel 2; realy quiet vf_stat + Revision 1.437 2012/03/20 21:17:42 cactus - up to 0.30 rc5; up to upa autoswich, gzip fix, aria2 support ================================================================ ---- CVS-web: http://cvs.pld-linux.org//packages/poldek/poldek-git.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org//packages/poldek/poldek.spec?r1=1.437&r2=1.438&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
