public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/devscripts] rawhide: Update to 2.26.10
Date: Tue, 07 Jul 2026 10:00:48 GMT [thread overview]
Message-ID: <178341844873.1.13353323466829157058.rpms-devscripts-7962b35b88d1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/devscripts
Branch : rawhide
Commit : 7962b35b88d16112fb25286f16992d9a6be2399e
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-07-07T12:00:38+02:00
Stats : +15/-11 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/devscripts/c/7962b35b88d16112fb25286f16992d9a6be2399e?branch=rawhide
Log:
Update to 2.26.10
---
diff --git a/.gitignore b/.gitignore
index 5d9489d..3ae0085 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,3 +124,4 @@
/devscripts_2.26.7.tar.xz
/devscripts_2.26.8.tar.xz
/devscripts_2.26.9.tar.xz
+/devscripts_2.26.10.tar.xz
diff --git a/devscripts.spec b/devscripts.spec
index 12d570e..22673e6 100644
--- a/devscripts.spec
+++ b/devscripts.spec
@@ -1,6 +1,6 @@
Name: devscripts
-Version: 2.26.9
-Release: 2%{?dist}
+Version: 2.26.10
+Release: 1%{?dist}
Summary: Scripts for Debian Package maintainers
BuildArch: noarch
@@ -153,6 +153,9 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/bts
%changelog
+* Tue Jul 07 2026 Sandro Mani <manisandro@gmail.com> - 2.26.10-1
+- Update to 2.26.10
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2.26.9-2
- Rebuilt for Python 3.15
diff --git a/devscripts_docbook.patch b/devscripts_docbook.patch
index eaa9bdf..ba4e3f5 100644
--- a/devscripts_docbook.patch
+++ b/devscripts_docbook.patch
@@ -1,6 +1,6 @@
diff -rupN --no-dereference work/po4a/Makefile work-new/po4a/Makefile
---- work/po4a/Makefile 2026-05-17 16:33:30.000000000 +0200
-+++ work-new/po4a/Makefile 2026-05-18 10:38:01.802481498 +0200
+--- work/po4a/Makefile 2026-07-06 12:19:08.000000000 +0200
++++ work-new/po4a/Makefile 2026-07-07 12:00:30.008464442 +0200
@@ -36,7 +36,7 @@ clean: ../doc/devscripts.7
%.1:: %.dbk translate
mkdir -p $(LANGS)
@@ -17,8 +17,8 @@ diff -rupN --no-dereference work/po4a/Makefile work-new/po4a/Makefile
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
+ /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
diff -rupN --no-dereference work/scripts/Makefile work-new/scripts/Makefile
---- work/scripts/Makefile 2026-05-17 16:33:30.000000000 +0200
-+++ work-new/scripts/Makefile 2026-05-18 10:38:01.803365678 +0200
+--- work/scripts/Makefile 2026-07-06 12:19:08.000000000 +0200
++++ work-new/scripts/Makefile 2026-07-07 12:00:30.009013646 +0200
@@ -99,7 +99,7 @@ endif
pod2man --utf8 --center=" " --release="Debian Utilities" --section=5 $< > $@
%.1: %.dbk
diff --git a/devscripts_install-layout.patch b/devscripts_install-layout.patch
index 82a37ef..ee9d6f6 100644
--- a/devscripts_install-layout.patch
+++ b/devscripts_install-layout.patch
@@ -1,6 +1,6 @@
diff -rupN --no-dereference work/scripts/Makefile work-new/scripts/Makefile
---- work/scripts/Makefile 2026-05-18 10:38:01.847040361 +0200
-+++ work-new/scripts/Makefile 2026-05-18 10:38:01.850452550 +0200
+--- work/scripts/Makefile 2026-07-07 12:00:30.065781407 +0200
++++ work-new/scripts/Makefile 2026-07-07 12:00:30.070967228 +0200
@@ -174,7 +174,7 @@ clean:
test: test_pl test_sh test_py
diff --git a/devscripts_install-man.patch b/devscripts_install-man.patch
index e119b83..99ab362 100644
--- a/devscripts_install-man.patch
+++ b/devscripts_install-man.patch
@@ -1,6 +1,6 @@
diff -rupN --no-dereference work/scripts/Makefile work-new/scripts/Makefile
---- work/scripts/Makefile 2026-05-18 10:38:01.893578246 +0200
-+++ work-new/scripts/Makefile 2026-05-18 10:38:01.896987182 +0200
+--- work/scripts/Makefile 2026-07-07 12:00:30.129843283 +0200
++++ work-new/scripts/Makefile 2026-07-07 12:00:30.134192086 +0200
@@ -188,5 +188,7 @@ install: all
install -d $(DESTDIR)$(DATA_DIR)/scripts
mv $(DESTDIR)$(BINDIR)/run_bisect $(DESTDIR)$(DATA_DIR)/scripts
diff --git a/sources b/sources
index d46392e..a019804 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (devscripts_2.26.9.tar.xz) = 453e91b648500adf4de16097630f737aed3779243886dd1220e3ca154c6169044e64033b234e9ecd331d2bbca886371c456c6c0d40d1cc916aa32cb73dbc2e2a
+SHA512 (devscripts_2.26.10.tar.xz) = 1758b0109a3422867705716a46d861ac3a0b18b5799719deb12d13645f757365f44fb9c189601e163365e246cfdebe764caa0c32d0098e7ec9825085c4aa0814
reply other threads:[~2026-07-07 10:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178341844873.1.13353323466829157058.rpms-devscripts-7962b35b88d1@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox