Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package devscripts for openSUSE:Factory checked in at 2026-06-04 18:53:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devscripts (Old) and /work/SRC/openSUSE:Factory/.devscripts.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devscripts" Thu Jun 4 18:53:35 2026 rev:15 rq:1356898 version:2.26.9 Changes: -------- --- /work/SRC/openSUSE:Factory/devscripts/devscripts.changes 2024-06-22 13:23:28.066764264 +0200 +++ /work/SRC/openSUSE:Factory/.devscripts.new.2375/devscripts.changes 2026-06-04 18:55:29.051768025 +0200 @@ -1,0 +2,10 @@ +Wed Jun 3 05:49:57 UTC 2026 - Petr Gajdos <[email protected]> + +- version update to 2.26.9: + * various fixes, see /usr/share/doc/packages/devscripts/changelog +- modified patches + * devscripts-debcommit-hg16.patch (refreshed) + * devscripts-fix-build.patch (refreshed) + * devscripts-fix-python-install-layout.patch (refreshed) + +------------------------------------------------------------------- Old: ---- devscripts-v2.22.2.tar.bz2 New: ---- devscripts-v2.26.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devscripts.spec ++++++ --- /var/tmp/diff_new_pack.WiHuRn/_old 2026-06-04 18:55:30.367822383 +0200 +++ /var/tmp/diff_new_pack.WiHuRn/_new 2026-06-04 18:55:30.371822547 +0200 @@ -1,7 +1,7 @@ # # spec file for package devscripts # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define _xsl_stylesheet %{_datadir}/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl Name: devscripts%{?name_suffix} -Version: 2.22.2 +Version: 2.26.9 Release: 0 Summary: Scripts to make the life of a Debian Package maintainer easier 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 @@ -141,7 +141,7 @@ %if "%{flavor}" == "" while read target link; do - if [ -d $(dirname "%{buildroot}$link") ]; then + if [ -n "$link" -a -d $(dirname "%{buildroot}$link") ]; then ln -sf "$target" "%{buildroot}$link" fi done < debian/links ++++++ devscripts-debcommit-hg16.patch ++++++ --- /var/tmp/diff_new_pack.WiHuRn/_old 2026-06-04 18:55:30.407824035 +0200 +++ /var/tmp/diff_new_pack.WiHuRn/_new 2026-06-04 18:55:30.411824200 +0200 @@ -1,6 +1,8 @@ ---- a/scripts/debcommit.pl -+++ b/scripts/debcommit.pl -@@ -663,7 +663,9 @@ sub commit { +Index: devscripts-v2.26.9/scripts/debcommit.pl +=================================================================== +--- devscripts-v2.26.9.orig/scripts/debcommit.pl ++++ devscripts-v2.26.9/scripts/debcommit.pl +@@ -686,7 +686,9 @@ sub commit { } else { die "debcommit: unknown program $prog"; } ++++++ devscripts-fix-build.patch ++++++ --- /var/tmp/diff_new_pack.WiHuRn/_old 2026-06-04 18:55:30.431825026 +0200 +++ /var/tmp/diff_new_pack.WiHuRn/_new 2026-06-04 18:55:30.435825191 +0200 @@ -1,7 +1,7 @@ -Index: devscripts-v2.22.2/Makefile +Index: devscripts-v2.26.9/Makefile =================================================================== ---- devscripts-v2.22.2.orig/Makefile -+++ devscripts-v2.22.2/Makefile +--- devscripts-v2.26.9.orig/Makefile ++++ devscripts-v2.26.9/Makefile @@ -4,7 +4,7 @@ include Makefile.common DESTDIR = @@ -11,37 +11,37 @@ version: rm -f version -Index: devscripts-v2.22.2/Makefile.common +Index: devscripts-v2.26.9/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 ' +--- devscripts-v2.26.9.orig/Makefile.common ++++ devscripts-v2.26.9/Makefile.common +@@ -16,3 +16,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 -Index: devscripts-v2.22.2/po4a/Makefile +Index: devscripts-v2.26.9/po4a/Makefile =================================================================== ---- devscripts-v2.22.2.orig/po4a/Makefile -+++ devscripts-v2.22.2/po4a/Makefile -@@ -33,8 +33,7 @@ clean: ../doc/devscripts.1 - -podchecker $< +--- devscripts-v2.26.9.orig/po4a/Makefile ++++ devscripts-v2.26.9/po4a/Makefile +@@ -35,8 +35,7 @@ clean: ../doc/devscripts.7 pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@ %.1:: %.dbk translate -- xsltproc --nonet \ + mkdir -p $(LANGS) +- xsltproc --nonet -o $@ \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< -+ xsltproc --nonet -o $@ $(XSL_STYLESHEET) $< - # /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 ++ xsltproc --nonet -o $@ -o $@ $(XSL_STYLESHEET) $< + %.5:: %.pl translate + -podchecker $< + pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@ +Index: devscripts-v2.26.9/scripts/Makefile =================================================================== ---- devscripts-v2.22.2.orig/scripts/Makefile -+++ devscripts-v2.22.2/scripts/Makefile -@@ -87,8 +87,7 @@ endif +--- devscripts-v2.26.9.orig/scripts/Makefile ++++ devscripts-v2.26.9/scripts/Makefile +@@ -98,8 +98,7 @@ endif podchecker $< - pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@ + pod2man --utf8 --center=" " --release="Debian Utilities" --section=5 $< > $@ %.1: %.dbk - xsltproc --nonet -o $@ \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< @@ -49,4 +49,16 @@ # Syntax checker test_sh: $(SH_CHECKS) +Index: devscripts-v2.26.9/doc/Makefile +=================================================================== +--- devscripts-v2.26.9.orig/doc/Makefile ++++ devscripts-v2.26.9/doc/Makefile +@@ -24,6 +24,6 @@ install_man1: *.1 + install_man5: *.5 + install -d "$(DESTDIR)$(MAN5DIR)" + install -m0644 -t "$(DESTDIR)$(MAN5DIR)" $^ +-install_man7: *.7 devscripts.7 ++install_man7: $(wildcard *.7) devscripts.7 + install -d "$(DESTDIR)$(MAN7DIR)" + install -m0644 -t "$(DESTDIR)$(MAN7DIR)" $^ ++++++ devscripts-fix-python-install-layout.patch ++++++ --- /var/tmp/diff_new_pack.WiHuRn/_old 2026-06-04 18:55:30.451825852 +0200 +++ /var/tmp/diff_new_pack.WiHuRn/_new 2026-06-04 18:55:30.455826017 +0200 @@ -1,6 +1,8 @@ ---- a/scripts/Makefile -+++ b/scripts/Makefile -@@ -121,7 +120,7 @@ clean: +Index: devscripts-v2.26.9/scripts/Makefile +=================================================================== +--- devscripts-v2.26.9.orig/scripts/Makefile ++++ devscripts-v2.26.9/scripts/Makefile +@@ -173,7 +173,7 @@ clean: test: test_pl test_sh test_py install: all ++++++ devscripts-v2.22.2.tar.bz2 -> devscripts-v2.26.9.tar.bz2 ++++++ ++++ 180954 lines of diff (skipped)
