Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package devscripts for openSUSE:Factory checked in at 2022-07-14 16:33:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devscripts (Old) and /work/SRC/openSUSE:Factory/.devscripts.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devscripts" Thu Jul 14 16:33:08 2022 rev:12 rq:988744 version:2.22.2 Changes: -------- --- /work/SRC/openSUSE:Factory/devscripts/devscripts.changes 2020-12-02 13:57:27.569752968 +0100 +++ /work/SRC/openSUSE:Factory/.devscripts.new.1523/devscripts.changes 2022-07-14 16:33:09.552565265 +0200 @@ -1,0 +2,67 @@ +Tue Jul 12 09:38:54 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 2.22.2: + * who-permits-upload: + + Fix fingerprint lookup, so it actually finds the user id + * debsnap: + + Add a -l option as the short version of --list. Closes: #1006904 + * sadt: + + Run autodep8 when looking for autopkgtests to run. + * deprepro: + + Add new options, to make it easier to debrepro against arbitrary source + directories (i.e. not Debian packages): + - -B, --build-command: specify custom build command + - -a, --artifact-pattern: specify custom artifacts to be compared + across builds + - --no-copy: run commands against the source tree directly, i.e. don't + copy it to a temporary build directory. + * mk-origtargz: + + Apply patch from Vasyl Gello to make Files-Included-<component> work. + * Include the updated Portuguese translation. Closes: #1011316 + Thanks to Am??rico Monteiro <[email protected]>. + * Run perltidy with the newer 20220217. + * Bump Standards-Version to 4.6.1, no changes needed. + * mk-origtargz: + + Display compression/tar errors + * wrap-and-sort: + + Introduce an experimental mode using the RTS parser available with + python-debian >= 0.1.43. This will let wrap-and-sort retain comments. + This feature is opt-in with a new flag. MR: !237 + + Futher improvements to the RTS mode, now also supporting short indent + (-s) among others. MR: !263 + * deb-janitor: + + Add a new 'review' subcommand. MR: !261 + * wnpp-check: + + Replace HTTP URLs with HTTPS. Closes: #1002311, #902242; MR: !256 + * rc-alert, wnpp-alert, wnpp-check: + + Allow curl to follow HTTP redirections. MR: !257 + * wnpp-check: + + Document -e,--exact in the --help output. Closes: #1003254 + * Make pristine-tar a Suggests in Ubuntu, as it's not in main so it can't be + a Recommends. LP: #1885766 + * Don't build-depend on subversion on i386, skipping the test_uscan_svn + test; this is to avoid a delta with Ubuntu, that doesn't have svn on i386. + * debrebuild: + + Use the new field_parse_binary_source() from libdpkg-perl >= 1.21.0 + if available. MR: !249 + * test_uscan_mangle: + + Use MGZREPACK to specify the expected file extension when necessary; + otherwise, use the default file extension. + + Add a workaround for testWatch4WebNonNativeMUT0(). MR: !258 + + Test use of filenamemangle with single and multiple upstream tarballs. + + Modify helperWatch() to accept filenamemangled filenames. + + Allow filenamemangling with multiple upstream tarballs. + * Fix some spelling errors in code comments. MR: !243 + * hardening-check: + + Handle emtpy symble table by returning an unknown result for the + stack-protector check. MR: !223 + * salsa: + + Add a new last_ci_status subcommand. MR: !226 +- drop devscripts-checkbashisms-early-fail.patch (upstream) + +------------------------------------------------------------------- +Mon May 2 11:42:50 UTC 2022 - Michal Hrusecky <[email protected]> + +- Add missing uscan dependencies perl-{File-HomeDir,IPC-Run,Moo} + +------------------------------------------------------------------- Old: ---- devscripts-checkbashisms-early-fail.patch devscripts-v2.19.5.tar.bz2 New: ---- devscripts-v2.22.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devscripts.spec ++++++ --- /var/tmp/diff_new_pack.mAOOzI/_old 2022-07-14 16:33:10.132565809 +0200 +++ /var/tmp/diff_new_pack.mAOOzI/_new 2022-07-14 16:33:10.136565812 +0200 @@ -1,7 +1,7 @@ # # spec file for package devscripts # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define _xsl_stylesheet %{_datadir}/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl Name: devscripts -Version: 2.19.5 +Version: 2.22.2 Release: 0 Summary: Scripts to make the life of a Debian Package maintainer easier -License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-3.0-only AND Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0) AND SUSE-Public-Domain AND ISC +License: (Artistic-1.0 OR GPL-1.0-or-later) AND Artistic-2.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND SUSE-Public-Domain AND ISC Group: Development/Tools/Building URL: https://salsa.debian.org/debian/devscripts Source: https://salsa.debian.org/debian/devscripts/-/archive/v%{version}/devscripts-v%{version}.tar.bz2 @@ -31,7 +31,6 @@ Patch1: devscripts-fix-python-install-layout.patch # PATCH-FEATURE-OPENSUSE devscripts-debcommit-hg16.patch -- Mercurial cannot commit empty, fix it. Patch2: devscripts-debcommit-hg16.patch -Patch3: devscripts-checkbashisms-early-fail.patch BuildRequires: bash-completion-devel BuildRequires: docbook-xsl-stylesheets BuildRequires: dpkg-devel >= 1.18.19 @@ -47,6 +46,9 @@ Requires: checkbashisms >= %{version} Requires: dpkg Requires: html2text +Requires: perl-File-HomeDir +Requires: perl-IPC-Run +Requires: perl-Moo # provides same %_bindir/hardening-check binary Conflicts: hardening-check Provides: deb:%{_bindir}/debchange @@ -90,7 +92,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build make %{?_smp_mflags} V=1 \ ++++++ devscripts-fix-build.patch ++++++ --- /var/tmp/diff_new_pack.mAOOzI/_old 2022-07-14 16:33:10.156565831 +0200 +++ /var/tmp/diff_new_pack.mAOOzI/_new 2022-07-14 16:33:10.160565835 +0200 @@ -1,6 +1,7 @@ -diff -paur a/Makefile b/Makefile ---- a/Makefile 2018-11-15 08:15:00.000000000 +0300 -+++ b/Makefile 2018-12-16 16:59:27.376872292 +0300 +Index: devscripts-v2.22.2/Makefile +=================================================================== +--- devscripts-v2.22.2.orig/Makefile ++++ devscripts-v2.22.2/Makefile @@ -4,7 +4,7 @@ include Makefile.common DESTDIR = @@ -10,37 +11,35 @@ version: rm -f version -diff -paur a/Makefile.common b/Makefile.common ---- a/Makefile.common 2018-11-15 08:15:00.000000000 +0300 -+++ b/Makefile.common 2018-12-16 17:00:29.077661251 +0300 -@@ -13,3 +13,5 @@ PERLMOD_DIR = $(shell perl -MConfig -e ' +Index: devscripts-v2.22.2/Makefile.common +=================================================================== +--- devscripts-v2.22.2.orig/Makefile.common ++++ devscripts-v2.22.2/Makefile.common +@@ -14,3 +14,5 @@ PERLMOD_DIR = $(shell perl -MConfig -e ' DATA_DIR = $(PREFIX)/share/devscripts TEMPLATES_DIR = $(DATA_DIR)/templates SYSCONFDIR = /etc + +XSL_STYLESHEET = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl -???????????? ?? b: Makefile.common.orig -???????????? ?? b: Makefile.common.rej -???????????? ?? b: Makefile.orig -???????????? ?? b: Makefile.rej -diff -paur a/po4a/Makefile b/po4a/Makefile ---- a/po4a/Makefile 2018-11-15 08:15:00.000000000 +0300 -+++ b/po4a/Makefile 2018-12-16 16:57:58.863740489 +0300 -@@ -40,8 +40,7 @@ fr/%.fr.1: fr/%.fr.pod translate - podchecker $< - pod2man --utf8 --center=" " --release="Utilitaires Debian" $< > $@ - fr/%.fr.1: fr/%.fr.dbk translate -- xsltproc --nonet -o $@ \ +Index: devscripts-v2.22.2/po4a/Makefile +=================================================================== +--- devscripts-v2.22.2.orig/po4a/Makefile ++++ devscripts-v2.22.2/po4a/Makefile +@@ -33,8 +33,7 @@ clean: ../doc/devscripts.1 + -podchecker $< + pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@ + %.1:: %.dbk translate +- xsltproc --nonet \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< + xsltproc --nonet -o $@ $(XSL_STYLESHEET) $< - # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have - # to rename the file after it's generated - mv fr/$*.1 $@ -???????????? ?? b/po4a: Makefile.orig -diff -paur a/scripts/Makefile b/scripts/Makefile ---- a/scripts/Makefile 2018-11-15 08:15:00.000000000 +0300 -+++ b/scripts/Makefile 2018-12-16 17:02:23.223120806 +0300 -@@ -81,8 +81,7 @@ endif + # /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/other.xsl + # (which is imported by the above stylesheet) insists in writing the output + # to where it wants to. we can only move the file ourselves. +Index: devscripts-v2.22.2/scripts/Makefile +=================================================================== +--- devscripts-v2.22.2.orig/scripts/Makefile ++++ devscripts-v2.22.2/scripts/Makefile +@@ -87,8 +87,7 @@ endif podchecker $< pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@ %.1: %.dbk @@ -50,6 +49,4 @@ # Syntax checker test_sh: $(SH_CHECKS) -???????????? ?? b/scripts: Makefile.orig -???????????? ?? b/scripts: Makefile.rej ++++++ devscripts-v2.19.5.tar.bz2 -> devscripts-v2.22.2.tar.bz2 ++++++ ++++ 96857 lines of diff (skipped)
