Skip to content

Commit

Permalink
Update indriya to version 1.3 / rev 4 via SR 1109954
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109954
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent b6d647c commit ca9f70e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified packages/i/indriya/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/i/indriya/.rev
Expand Up @@ -23,4 +23,12 @@
<comment></comment>
<requestid>975142</requestid>
</revision>
<revision rev="4" vrev="4">
<srcmd5>e95f9c2bcaacd2ac6f7e5647a4a0f7cd</srcmd5>
<version>1.3</version>
<time>1694344230</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109954</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/i/indriya/indriya.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:39:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Thu May 5 09:59:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>

Expand Down
6 changes: 4 additions & 2 deletions packages/i/indriya/indriya.spec
@@ -1,7 +1,7 @@
#
# spec file for package indriya
#
# 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
Expand Down Expand Up @@ -61,7 +61,9 @@ Group: Documentation/HTML

find . -name "*.java" | xargs sed -i s,'tec.uom.lib.common','tech.uom.lib.common',g

%{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
Expand Down

0 comments on commit ca9f70e

Please sign in to comment.