Skip to content

Commit

Permalink
Update jeromq to version 0.5.2 / rev 2 via SR 1109971
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109971
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 69909e9 commit 9bfb36d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/j/jeromq/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jeromq/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>new package</comment>
<requestid>983190</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>0acdf2415c93036f2639e685769b3e5b</srcmd5>
<version>0.5.2</version>
<time>1694344242</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109971</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jeromq/jeromq.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:22:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Wed Jun 15 16:40:36 UTC 2022 - Fridrich Strba <fstrba@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/j/jeromq/jeromq.spec
@@ -1,7 +1,7 @@
#
# spec file for package jeromq
#
# 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 @@ -48,7 +48,8 @@ This package contains the API documentation for %{name}.
%pom_remove_plugin :nexus-staging-maven-plugin

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

%install
%mvn_install
Expand Down

0 comments on commit 9bfb36d

Please sign in to comment.