Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2024-10-31 16:08:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and      /work/SRC/openSUSE:Factory/.schily.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schily"

Thu Oct 31 16:08:48 2024 rev:50 rq:1219212 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/schily/schily.changes    2024-04-14 
11:54:05.906301933 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2020/schily.changes  2024-10-31 
16:08:52.109814644 +0100
@@ -1,0 +2,5 @@
+Tue Oct 29 06:00:12 UTC 2024 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add 81.patch to not store the build host kernel version (boo#1232434)
+
+-------------------------------------------------------------------

New:
----
  81.patch

BETA DEBUG BEGIN:
  New:
- Add 81.patch to not store the build host kernel version (boo#1232434)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ schily.spec ++++++
--- /var/tmp/diff_new_pack.6RslVA/_old  2024-10-31 16:08:52.869846358 +0100
+++ /var/tmp/diff_new_pack.6RslVA/_new  2024-10-31 16:08:52.873846524 +0100
@@ -40,6 +40,7 @@
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 Patch1:         iconv-name.diff
 Patch2:         schily-2018-05-25_star_configuration.patch
+Patch3:         81.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ 81.patch ++++++
>From 275c6bb242a12e9cfbc1a3b76ca447406b04858e Mon Sep 17 00:00:00 2001
From: "Bernhard M. Wiedemann" <bwiedem...@suse.de>
Date: Mon, 28 Oct 2024 12:06:27 +0100
Subject: [PATCH] Stop storing build host kernel version
References: https://codeberg.org/schilytools/schilytools/pulls/81
References: https://bugzilla.opensuse.org/show_bug.cgi?id=1232434

to make reproducible builds easier.
See https://reproducible-builds.org/ for why this is good.

This patch was done while working on reproducible builds for openSUSE, 
sponsored by the NLnet NGI0 fund.

---
 cdda2wav/local.cnf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdda2wav/local.cnf.in b/cdda2wav/local.cnf.in
index 0874731c..d325cfa3 100644
--- a/cdda2wav/local.cnf.in
+++ b/cdda2wav/local.cnf.in
@@ -151,5 +151,5 @@ $(WANT_INFOFILES) $(WANT_MD5) -DAUX_DEVICE=$(AUX_DEVICE)
 LIBS +=        @LIBS@
 
 #VERSION_OS=@CDRTOOLS_VERSION@_$(O_ARCH)_$(OSREL)_$(K_ARCH)_$(P_ARCH)
-VERSION_OS=_$(O_ARCH)_$(OSREL)_$(K_ARCH)_$(P_ARCH)
+VERSION_OS=_$(O_ARCH)_$(K_ARCH)_$(P_ARCH)
 CUR_VERSION='"$(VERSION_OS)"'
-- 
2.45.2

Reply via email to