Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mockito for openSUSE:Factory checked in at 2023-09-13 20:45:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mockito (Old) and /work/SRC/openSUSE:Factory/.mockito.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mockito" Wed Sep 13 20:45:39 2023 rev:6 rq:1110831 version:1.10.19 Changes: -------- --- /work/SRC/openSUSE:Factory/mockito/mockito.changes 2022-06-13 13:03:38.661208653 +0200 +++ /work/SRC/openSUSE:Factory/.mockito.new.1766/mockito.changes 2023-09-13 20:47:53.805205859 +0200 @@ -1,0 +2,5 @@ +Wed Sep 13 05:04:17 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: produce reproducible manifest with bnd + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mockito.spec ++++++ --- /var/tmp/diff_new_pack.ERqA33/_old 2023-09-13 20:47:55.205255805 +0200 +++ /var/tmp/diff_new_pack.ERqA33/_new 2023-09-13 20:47:55.205255805 +0200 @@ -1,7 +1,7 @@ # # spec file for package mockito # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -80,6 +80,10 @@ build-jar-repository lib/compile objenesis cglib junit hamcrest/core ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 jar javadoc prepare.poms +echo "-reproducible: true" >> conf/%{name}-core.bnd +echo "-noextraheaders: true" >> conf/%{name}-core.bnd +echo "-snapshot: SNAPSHOT" >> conf/%{name}-core.bnd + # Convert to OSGi bundle bnd wrap \ --version %{version} \
