From e680dc065aeaa3ca03ba4f4730e81410da93d8a9 Mon Sep 17 00:00:00 2001 From: fstrba <> Date: Mon, 11 Sep 2023 19:22:42 +0000 Subject: [PATCH] Update xml-security to version 2.1.7 / rev 5 via SR 1110280 https://build.opensuse.org/request/show/1110280 by user fstrba + anag+factory reproducible --- packages/x/xml-security/.files | Bin 193 -> 193 bytes packages/x/xml-security/.rev | 8 ++++++++ packages/x/xml-security/xml-security.changes | 5 +++++ packages/x/xml-security/xml-security.spec | 6 ++++-- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/x/xml-security/.files b/packages/x/xml-security/.files index b03133650d53ed440163b1df94784382a284eb82..8fe319b4e04521defd099aa00a6e363eb280ac9c 100644 GIT binary patch delta 91 zcmV~$F%Ez*2mrtuk0HY2BhdH*V|V&2kjtGYDC zlyxg0*jpCxeF)^lp=F28+Z+H4SvAM!-6iGUciGPezi6E`<#U)=F-Ahd2xAnT0F;@A K(W{XDyXOr#=N_^E diff --git a/packages/x/xml-security/.rev b/packages/x/xml-security/.rev index 4d8067fa44e..6c887d18e91 100644 --- a/packages/x/xml-security/.rev +++ b/packages/x/xml-security/.rev @@ -31,4 +31,12 @@ Standalone JavaEE inconditionally 965956 + + d0faf8779db6f74809342a627cb636ba + 2.1.7 + + anag+factory + reproducible + 1110280 + diff --git a/packages/x/xml-security/xml-security.changes b/packages/x/xml-security/xml-security.changes index b0a677ff343..c0256384aec 100644 --- a/packages/x/xml-security/xml-security.changes +++ b/packages/x/xml-security/xml-security.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 10:50:10 UTC 2023 - Fridrich Strba + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + ------------------------------------------------------------------- Wed Mar 30 09:23:46 UTC 2022 - Fridrich Strba diff --git a/packages/x/xml-security/xml-security.spec b/packages/x/xml-security/xml-security.spec index 5448255090b..a0780a47a6f 100644 --- a/packages/x/xml-security/xml-security.spec +++ b/packages/x/xml-security/xml-security.spec @@ -1,7 +1,7 @@ # # spec file for package xml-security # -# 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 @@ -69,7 +69,9 @@ This package contains javadoc for %{name}. %{mvn_file} :%{oname} %{name} %{oname} %build -%{mvn_build} -f -- -Dsource=8 +%{mvn_build} -f -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install