Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package eclipse-swtchart for
openSUSE:Factory checked in at 2022-04-11 23:49:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse-swtchart (Old)
and /work/SRC/openSUSE:Factory/.eclipse-swtchart.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-swtchart"
Mon Apr 11 23:49:45 2022 rev:4 rq:969265 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse-swtchart/eclipse-swtchart.changes
2022-03-29 21:06:54.513111978 +0200
+++
/work/SRC/openSUSE:Factory/.eclipse-swtchart.new.1900/eclipse-swtchart.changes
2022-04-11 23:51:05.713802946 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 18:51:01 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Derive the context qualifier from the date of the source tarball
+ instead of from the current build time (bsc#1198345)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ eclipse-swtchart.spec ++++++
--- /var/tmp/diff_new_pack.UQeJfp/_old 2022-04-11 23:51:06.337795827 +0200
+++ /var/tmp/diff_new_pack.UQeJfp/_new 2022-04-11 23:51:06.345795735 +0200
@@ -23,7 +23,7 @@
License: EPL-2.0
Group: Development/Languages/Java
URL: https://projects.eclipse.org/projects/science.swtchart
-Source: %{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.xz
BuildRequires: tycho
BuildConflicts: java >= 12
BuildConflicts: java-devel >= 12
@@ -61,7 +61,9 @@
%{mvn_package} "::pom::" __noinstall
%build
-%{mvn_build} -j -f -- -f org.eclipse.swtchart.cbi/pom.xml
+# Qualifier generated from last modification time of source tarball
+QUALIFIER=$(date -u -d"$(stat --format=%%y %{SOURCE0})" +v%%Y%%m%%d-%%H%%M)
+%{mvn_build} -j -f -- -f org.eclipse.swtchart.cbi/pom.xml
-DforceContextQualifier=$QUALIFIER
%install
%mvn_install