Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velocity-engine for openSUSE:Factory
checked in at 2023-09-20 13:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velocity-engine (Old)
and /work/SRC/openSUSE:Factory/.velocity-engine.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velocity-engine"
Wed Sep 20 13:29:44 2023 rev:5 rq:1112258 version:2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/velocity-engine/velocity-engine.changes
2022-05-05 23:07:48.905663782 +0200
+++
/work/SRC/openSUSE:Factory/.velocity-engine.new.16627/velocity-engine.changes
2023-09-20 13:32:47.422385388 +0200
@@ -1,0 +2,5 @@
+Sat Sep 16 08:27:27 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ velocity-engine.spec ++++++
--- /var/tmp/diff_new_pack.xlWsgo/_old 2023-09-20 13:32:48.830435833 +0200
+++ /var/tmp/diff_new_pack.xlWsgo/_new 2023-09-20 13:32:48.834435975 +0200
@@ -1,7 +1,7 @@
#
# spec file for package velocity-engine
#
-# Copyright (c) 2021 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
@@ -50,8 +50,8 @@
BuildRequires: junit
BuildRequires: maven-local
%if 0%{?rhel} >=9
-BuildRequires: xmvn-tools
BuildRequires: xmvn-minimal
+BuildRequires: xmvn-tools
%endif
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
BuildRequires: mvn(commons-io:commons-io)
@@ -131,10 +131,8 @@
%pom_remove_plugin org.codehaus.mojo:templating-maven-plugin
velocity-engine-core
%pom_remove_plugin com.google.code.maven-replacer-plugin:replacer
velocity-engine-core
%pom_remove_plugin :maven-clean-plugin velocity-custom-parser-example
-%if 0%{?rhel}
%pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin
%pom_remove_parent
-%endif
%pom_xpath_inject '/pom:project' '<groupId>org.apache.velocity</groupId>'
%pom_xpath_inject
'pom:plugins/pom:plugin[pom:artifactId/text()="maven-compiler-plugin"]'
'<version>3.8.1</version>'
@@ -146,7 +144,9 @@
velocity-engine-core/src/main/parser/Parser.jjt
%build
-%{mvn_build} -f -s -- -Dsource=8
+%{mvn_build} -f -s -- \
+ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+ -Dsource=8
%install
%mvn_install