Skip to content

Commit

Permalink
Update uncommons-maths to version 1.2.3 / rev 2 via SR 1110003
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1110003
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 5056f98 commit c1ab0df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
Binary file modified packages/u/uncommons-maths/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/u/uncommons-maths/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>new package</comment>
<requestid>781085</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>c8fb078363f5855f9f21dc35e86c85c8</srcmd5>
<version>1.2.3</version>
<time>1694344270</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1110003</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/u/uncommons-maths/.servicemark

This file was deleted.

5 changes: 5 additions & 0 deletions packages/u/uncommons-maths/uncommons-maths.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:57:28 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Mon Mar 2 11:26:45 UTC 2020 - Fridrich Strba <fstrba@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/u/uncommons-maths/uncommons-maths.spec
@@ -1,7 +1,7 @@
#
# spec file for package uncommons-maths
#
# Copyright (c) 2020 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 @@ -53,7 +53,8 @@ sed -i "s|<version>@VERSION@</version>|<version>%{version}</version>|" core/pom.
cd core
%{mvn_file} : %{name}

%{mvn_build} -f
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)

%install

Expand Down

0 comments on commit c1ab0df

Please sign in to comment.