Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package httpcomponents-asyncclient for
openSUSE:Factory checked in at 2023-09-11 21:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpcomponents-asyncclient (Old)
and /work/SRC/openSUSE:Factory/.httpcomponents-asyncclient.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "httpcomponents-asyncclient"
Mon Sep 11 21:22:25 2023 rev:4 rq:1110266 version:4.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/httpcomponents-asyncclient/httpcomponents-asyncclient.changes
2022-05-05 23:07:34.689646037 +0200
+++
/work/SRC/openSUSE:Factory/.httpcomponents-asyncclient.new.1766/httpcomponents-asyncclient.changes
2023-09-11 21:27:02.563769848 +0200
@@ -1,0 +2,5 @@
+Mon Sep 11 10:11:27 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ httpcomponents-asyncclient.spec ++++++
--- /var/tmp/diff_new_pack.blJbKc/_old 2023-09-11 21:27:03.551805070 +0200
+++ /var/tmp/diff_new_pack.blJbKc/_new 2023-09-11 21:27:03.555805213 +0200
@@ -1,7 +1,7 @@
#
# spec file for package httpcomponents-asyncclient
#
-# 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
@@ -28,8 +28,8 @@
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
%if 0%{?rhel} >= 9
-BuildRequires: xmvn-tools
BuildRequires: xmvn-minimal
+BuildRequires: xmvn-tools
%endif
BuildRequires: mvn(commons-logging:commons-logging)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
@@ -117,6 +117,7 @@
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
%endif
+ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8 -Dproject.build.sourceEncoding=UTF-8
%install