Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package IPAddress for openSUSE:Factory checked in at 2025-07-17 17:18:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/IPAddress (Old) and /work/SRC/openSUSE:Factory/.IPAddress.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "IPAddress" Thu Jul 17 17:18:50 2025 rev:3 rq:1293993 version:5.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/IPAddress/IPAddress.changes 2024-11-07 16:30:17.752908367 +0100 +++ /work/SRC/openSUSE:Factory/.IPAddress.new.8875/IPAddress.changes 2025-07-17 17:20:13.743407174 +0200 @@ -1,0 +2,7 @@ +Wed Jul 16 22:31:10 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * IPAddress-reproducible.patch + + make the bundle manifest reproducible + +------------------------------------------------------------------- New: ---- IPAddress-reproducible.patch ----------(New B)---------- New:- Added patch: * IPAddress-reproducible.patch + make the bundle manifest reproducible ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ IPAddress.spec ++++++ --- /var/tmp/diff_new_pack.hIP1DW/_old 2025-07-17 17:20:14.923456352 +0200 +++ /var/tmp/diff_new_pack.hIP1DW/_new 2025-07-17 17:20:14.927456518 +0200 @@ -1,7 +1,7 @@ # # spec file for package IPAddress # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Source0: https://github.com/seancfoley/IPAddress/archive/v%{version}.tar.gz Patch0: IPAddress-encoding.patch Patch1: IPAddress-doclet.patch +Patch2: IPAddress-reproducible.patch BuildRequires: ant BuildRequires: aqute-bnd BuildRequires: fdupes @@ -45,17 +46,14 @@ %setup -q %patch -P 0 -p1 %patch -P 1 -p1 +%patch -P 2 -p1 find -name \*.jar -delete find -name \*.class -delete -echo "-reproducible: true" >> IPAddress/ipaddress.bnd -echo "-noextraheaders: true" >> IPAddress/ipaddress.bnd -echo "-snapshot: SNAPSHOT" >> IPAddress/ipaddress.bnd - %build pushd IPAddress mkdir bin -%{ant} "create dist jar" "create javadoc" "create pom" +ant "create dist jar" "create javadoc" "create pom" %install # jar ++++++ IPAddress-reproducible.patch ++++++ diff -urEbwB IPAddress-5.5.1/IPAddress/build.xml IPAddress-5.5.1/IPAddress/build.xml --- IPAddress-5.5.1/IPAddress/build.xml 2025-07-17 00:23:22.955680951 +0200 +++ IPAddress-5.5.1/IPAddress/build.xml 2025-07-17 00:30:44.477386275 +0200 @@ -177,7 +177,10 @@ Bundle-SymbolicName: com.github.seancfoley.ipaddress ver: ${version} Bundle-Version: ${version} -Export-Package: *;version=${version}</concat> +Export-Package: *;version=${version} +-reproducible: true +-noextraheaders: true +-snapshot: SNAPSHOT</concat> <fixcrlf file="${bndfile}" eol="lf"/> <echo message="created ${bndfile}"/> </target>