Hello community, here is the log from the commit of package pbuilder for openSUSE:Factory checked in at 2012-06-01 07:22:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pbuilder (Old) and /work/SRC/openSUSE:Factory/.pbuilder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pbuilder", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/pbuilder/pbuilder.changes 2012-05-29 14:14:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pbuilder.new/pbuilder.changes 2012-06-01 07:22:15.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 30 21:22:22 UTC 2012 - [email protected] + +- update to 0.211 +* Test suite fixes, obsoletes parts of test-suite.patch + +------------------------------------------------------------------- Old: ---- pbuilder_0.210.tar.gz New: ---- pbuilder_0.211.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pbuilder.spec ++++++ --- /var/tmp/diff_new_pack.fWx3l5/_old 2012-06-01 07:22:18.000000000 +0200 +++ /var/tmp/diff_new_pack.fWx3l5/_new 2012-06-01 07:22:18.000000000 +0200 @@ -1,6 +1,7 @@ # # spec file for package pbuilder # +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Frank Lichtenheld <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -17,7 +18,7 @@ Name: pbuilder -Version: 0.210 +Version: 0.211 Release: 0 Summary: Personal package builder for .deb packages License: GPL-2.0+ ++++++ pbuilder_0.210.tar.gz -> pbuilder_0.211.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/debian/changelog new/pbuilder-0.211/debian/changelog --- old/pbuilder-0.210/debian/changelog 2012-03-31 07:33:15.000000000 +0200 +++ new/pbuilder-0.211/debian/changelog 2012-05-30 12:01:34.000000000 +0200 @@ -1,3 +1,18 @@ +pbuilder (0.211) unstable; urgency=low + + [ Junichi Uekawa ] + * policy update: 3.9.1 + * For testsuite, do not depend on approx instance. It's not always + reliable and confusing. Just trust autoconfiguration result here. + * B90lintian requires bashism (closes: #604546) + + [ Sjoerd Simons ] + * Recognize armhf as an architecture on ubuntu-ports + * When testing mirror selection, force an architecture that we know is on that mirror + (closes: #671007) + + -- Junichi Uekawa <[email protected]> Wed, 30 May 2012 19:01:25 +0900 + pbuilder (0.210) unstable; urgency=low * move around echobacktime definition location. (closes: #666440) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/debian/control new/pbuilder-0.211/debian/control --- old/pbuilder-0.210/debian/control 2011-12-23 14:25:06.000000000 +0100 +++ new/pbuilder-0.211/debian/control 2012-04-24 00:27:33.000000000 +0200 @@ -14,7 +14,7 @@ debconf|debconf-2.0, po-debconf, po4a -Standards-Version: 3.8.3 +Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pbuilder/pbuilder.git Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/debian/pbuilder-test/01_pbuilder_create new/pbuilder-0.211/debian/pbuilder-test/01_pbuilder_create --- old/pbuilder-0.210/debian/pbuilder-test/01_pbuilder_create 2008-08-11 21:25:37.000000000 +0200 +++ new/pbuilder-0.211/debian/pbuilder-test/01_pbuilder_create 2012-05-28 00:12:08.000000000 +0200 @@ -1,4 +1,3 @@ #!/bin/bash env -u COWDANCER_REUSE -u COWDANCER_ILISTFILE -u LD_PRELOAD \ - pbuilder create --distribution sid --debootstrap debootstrap \ - --mirror http://localhost:9999/debian + pbuilder create --distribution sid --debootstrap debootstrap diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/examples/B90lintian new/pbuilder-0.211/examples/B90lintian --- old/pbuilder-0.210/examples/B90lintian 2010-07-05 15:10:20.000000000 +0200 +++ new/pbuilder-0.211/examples/B90lintian 2012-05-29 01:08:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/pbuilder-apt-config new/pbuilder-0.211/pbuilder-apt-config --- old/pbuilder-0.210/pbuilder-apt-config 2010-06-20 05:49:52.000000000 +0200 +++ new/pbuilder-0.211/pbuilder-apt-config 2012-05-29 01:16:48.000000000 +0200 @@ -67,7 +67,7 @@ amd64|i386) echo "ubuntu" ;; - armel|hppa|ia64|lpia|powerpc|sparc) + armel|armhf|hppa|ia64|lpia|powerpc|sparc) echo "ubuntu-ports" ;; *) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbuilder-0.210/test_pbuilder-apt-config new/pbuilder-0.211/test_pbuilder-apt-config --- old/pbuilder-0.210/test_pbuilder-apt-config 2011-08-02 00:37:12.000000000 +0200 +++ new/pbuilder-0.211/test_pbuilder-apt-config 2012-05-29 01:16:55.000000000 +0200 @@ -185,7 +185,7 @@ expect_output "sid" debootstrap_suite --profile sid expect_output "sid" debootstrap_suite --profile unstable -expect_output "ubuntu-mirror" debootstrap_mirror --profile lucid +expect_output "ubuntu-mirror" debootstrap_mirror --profile lucid --arch amd64 expect_output "ubuntu-ports-mirror" debootstrap_mirror --profile lucid --arch armel testlib_summary ++++++ test-suite.patch ++++++ --- /var/tmp/diff_new_pack.fWx3l5/_old 2012-06-01 07:22:18.000000000 +0200 +++ /var/tmp/diff_new_pack.fWx3l5/_new 2012-06-01 07:22:18.000000000 +0200 @@ -11,24 +11,3 @@ expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test [amd64 i386], test1, test2 [!i386 !amd64], test3 | test4, test5" \ test_get_build_deps "no" -Index: pbuilder-0.210/test_pbuilder-apt-config -=================================================================== ---- pbuilder-0.210.orig/test_pbuilder-apt-config -+++ pbuilder-0.210/test_pbuilder-apt-config -@@ -142,6 +142,16 @@ deb squeeze/volatile comp1 - deb squeeze-proposed-updates/volatile comp1" test_profile squeeze-proposed-updates/volatile - expect_output "deb bo comp1" test_profile bo - -+arch=$(dpkg --print-architecture) -+case $arch in -+ amd64|i386) ;; -+ *) -+ # tests do not work on all arches -+ testlib_summary -+ exit -+ ;; -+esac -+ - expect_output "deb lucid comp1" test_profile lucid - expect_output "deb lucid comp1 - deb lucid-security comp1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
