commit debootstrap for openSUSE:Factory
Hello community, here is the log from the commit of package debootstrap for openSUSE:Factory checked in at 2015-11-02 12:55:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debootstrap (Old) and /work/SRC/openSUSE:Factory/.debootstrap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "debootstrap" Changes: -------- --- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes 2015-08-05 19:14:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 2015-11-02 12:55:36.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Oct 31 10:21:56 UTC 2015 - sor.alexei@meowr.ru + +- Update to 1.0.73: + * Generate a deburis file with (package, version, uri) tuples, + similar to the existing debpaths. + +------------------------------------------------------------------- Old: ---- debootstrap_1.0.72.tar.gz New: ---- debootstrap_1.0.73.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debootstrap.spec ++++++ --- /var/tmp/diff_new_pack.iIVM4j/_old 2015-11-02 12:55:36.000000000 +0100 +++ /var/tmp/diff_new_pack.iIVM4j/_new 2015-11-02 12:55:36.000000000 +0100 @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.72 +Version: 1.0.73 Release: 0 Summary: Bootstrap a basic Debian system License: MIT @@ -38,7 +38,7 @@ into. %prep -%setup -q +%setup -q -n %{name} %patch0 -p1 cp -f %{SOURCE1} . ++++++ debootstrap_1.0.72.tar.gz -> debootstrap_1.0.73.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.72/debian/changelog new/debootstrap/debian/changelog --- old/debootstrap-1.0.72/debian/changelog 2015-07-28 15:32:20.000000000 +0200 +++ new/debootstrap/debian/changelog 2015-10-22 12:43:36.000000000 +0200 @@ -1,3 +1,10 @@ +debootstrap (1.0.73) unstable; urgency=medium + + * Generate a deburis file with (package, version, uri) tuples, similar + to the existing debpaths. + + -- Cyril Brulebois <kibi@debian.org> Thu, 22 Oct 2015 12:43:35 +0200 + debootstrap (1.0.72) unstable; urgency=medium [ Iain Lane ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.72/functions new/debootstrap/functions --- old/debootstrap-1.0.72/functions 2015-07-28 15:17:18.000000000 +0200 +++ new/debootstrap/functions 2015-10-22 12:37:53.000000000 +0200 @@ -644,6 +644,7 @@ local debdest="$($DLDEST deb "$p" "$ver" "$arc" "$m" "$fil")" if get "$m/$fil" "$TARGET/$debdest" "$checksum" "$size"; then dloaddebs="$(($dloaddebs + $size))" + echo >>$TARGET/debootstrap/deburis "$p $ver $m/$fil" echo >>$TARGET/debootstrap/debpaths "$p $debdest" else warning COULDNTDL "Couldn't download package %s (ver %s arch %s)" "$p" "$ver" "$arc"
participants (1)
-
root@hilbert.suse.de