Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package palo for openSUSE:Factory checked in at 2026-07-07 21:02:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/palo (Old) and /work/SRC/openSUSE:Factory/.palo.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "palo" Tue Jul 7 21:02:01 2026 rev:5 rq:1364115 version:2.30 Changes: -------- --- /work/SRC/openSUSE:Factory/palo/palo.changes 2026-03-31 15:23:37.891675454 +0200 +++ /work/SRC/openSUSE:Factory/.palo.new.1982/palo.changes 2026-07-07 21:03:52.675665777 +0200 @@ -1,0 +2,7 @@ +Mon Jul 6 06:36:18 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 2.30 + * Avoid usage of dh_movetousr (Closes: #1122767). + * ipl: Enhance comment about PDC version. + +------------------------------------------------------------------- Old: ---- palo-2.29.tar.gz New: ---- palo-2.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ palo.spec ++++++ --- /var/tmp/diff_new_pack.hyBEzn/_old 2026-07-07 21:03:53.427691815 +0200 +++ /var/tmp/diff_new_pack.hyBEzn/_new 2026-07-07 21:03:53.431691954 +0200 @@ -2,7 +2,7 @@ # spec file for package palo # # Copyright (c) 2026 SUSE LLC and contributors -# Copyright (c) 2024-2025, Martin Hauke <[email protected]> +# Copyright (c) 2024-2026, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: palo -Version: 2.29 +Version: 2.30 Release: 0 Summary: Linux boot loader for HP PA-RISC License: GPL-2.0-only ++++++ palo-2.29.tar.gz -> palo-2.30.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/debian/README.source new/palo-2.30/debian/README.source --- old/palo-2.29/debian/README.source 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/debian/README.source 2026-07-05 13:45:25.000000000 +0200 @@ -6,7 +6,7 @@ to live, the upstream git repository found a new home at kernel.org where it is now maintained by Helge Deller at: - https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git + https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git The current Debian package of palo is now based on Helge's work and the Debian changelog tracks the source version history diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/debian/changelog new/palo-2.30/debian/changelog --- old/palo-2.29/debian/changelog 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/debian/changelog 2026-07-05 13:45:25.000000000 +0200 @@ -1,3 +1,12 @@ +palo (2.30) UNRELEASED; urgency=medium + + [ Helge Deller ] + * control: Update web links to palo git repository (Closes #1132660) + * Avoid usage of dh_movetousr (Closes: #1122767) + * ipl: Enhance comment about PDC version + + -- Helge Deller <[email protected]> Sun, 05 Jul 2026 11:24:20 +0000 + palo (2.29) unstable; urgency=medium [ Helge Deller ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/debian/control new/palo-2.30/debian/control --- old/palo-2.29/debian/control 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/debian/control 2026-07-05 13:45:25.000000000 +0200 @@ -2,10 +2,10 @@ Section: admin Priority: optional Maintainer: Helge Deller <[email protected]> -Build-Depends: debhelper-compat (= 13), lynx, gcc-hppa-linux-gnu [!hppa], libc6-dev-hppa-cross [!hppa], help2man, dh-sequence-movetousr +Build-Depends: debhelper-compat (= 13), lynx, gcc-hppa-linux-gnu [!hppa], libc6-dev-hppa-cross [!hppa], help2man Standards-Version: 4.5.0 -Homepage: https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git -Vcs-Browser: https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git +Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git +Vcs-Browser: https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git Package: palo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/debian/copyright new/palo-2.30/debian/copyright --- old/palo-2.29/debian/copyright 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/debian/copyright 2026-07-05 13:45:25.000000000 +0200 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: palo -Source: https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git +Source: https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git Files: * Copyright: 1999-2005 Paul Bame <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/debian/rules new/palo-2.30/debian/rules --- old/palo-2.29/debian/rules 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/debian/rules 2026-07-05 13:45:25.000000000 +0200 @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export SBINDIR = /usr/sbin override_dh_auto_build: echo "Regenerating iplboot." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/ipl/ipl.c new/palo-2.30/ipl/ipl.c --- old/palo-2.29/ipl/ipl.c 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/ipl/ipl.c 2026-07-05 13:45:25.000000000 +0200 @@ -363,7 +363,7 @@ uint64_t tables[2]; } nvram_table_mapping[] = { { "9000/785/C8000", { 0xfffffff0f0416848, 0xfffffff0f0416860 } }, // PDC 2.13 - { "9000/800/rp34", { 0xfffffff0f04151f8, 0xfffffff0f0415210 } }, // PDC 46.34 and 50.40 + { "9000/800/rp34", { 0xfffffff0f04151f8, 0xfffffff0f0415210 } }, // PDC 45.44, 46.34 and 50.40 { "9000/800/rp44", { 0xfffffff0f0420498, 0xfffffff0f04204b0 } }, // PDC 46.34 }; Binary files old/palo-2.29/iplboot and new/palo-2.30/iplboot differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/lib/common.h new/palo-2.30/lib/common.h --- old/palo-2.29/lib/common.h 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/lib/common.h 2026-07-05 13:45:25.000000000 +0200 @@ -9,7 +9,7 @@ */ #define PALOMAGIC "PALO" -#define PALOVERSION "2.29" +#define PALOVERSION "2.30" #ifndef __ASSEMBLY__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/palo.8 new/palo-2.30/palo.8 --- old/palo-2.29/palo.8 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/palo.8 2026-07-05 13:45:25.000000000 +0200 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH PALO "8" "September 2025" "palo 2.28 - boot media management tool for PA-RISC/HPPA." "System Administration Utilities" +.TH PALO "8" "July 2026" "palo 2.30 - boot media management tool for PA-RISC/HPPA." "System Administration Utilities" .SH NAME palo \- boot media management tool for PA-RISC/HPPA. .SH SYNOPSIS .B palo [\fI\,options\/\fR] .SH DESCRIPTION -palo 2.28 \- boot media management tool for PA\-RISC/HPPA. +palo 2.30 \- boot media management tool for PA\-RISC/HPPA. .TP \-?, \fB\-\-help\fR Print this information @@ -93,8 +93,8 @@ When more than one of \fB\-I\fR, \fB\-U\fR, \fB\-s\fR and \fB\-C\fR are used, only the last one is effective. .PP -palo version 2.28 -https://parisc.docs.kernel.org \- Sat, 06 Sep 2025 10:01:23 +0000 +palo version 2.30 +https://parisc.docs.kernel.org \- Sun, 05 Jul 2026 11:24:20 +0000 palo is the installation and management tool for the parisc bootloader, called iplboot. The size required for the iplboot binary diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palo-2.29/palo.spec new/palo-2.30/palo.spec --- old/palo-2.29/palo.spec 2026-01-11 19:21:35.000000000 +0100 +++ new/palo-2.30/palo.spec 2026-07-05 13:45:25.000000000 +0200 @@ -1,11 +1,11 @@ Name: palo -Version: 2.29 +Version: 2.30 Release: 1%{?dist} Summary: PALO - PA-RISC Boot Loader Packager: Helge Deller <[email protected]> Group: System Environment/Base License: GPL -URL: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git/ +URL: https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git Source: %{name}.tgz BuildRequires: gcc lynx gzip binutils-hppa-linux-gnu gcc-hppa-linux-gnu # Requires:
