Skip to content

Commit

Permalink
Update felix-gogo-shell to version 1.1.4 / rev 5 via SR 1109945
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109945
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent c2b7f0d commit a115b7e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
Binary file modified packages/f/felix-gogo-shell/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/f/felix-gogo-shell/.rev
Expand Up @@ -31,4 +31,12 @@
<comment></comment>
<requestid>1058902</requestid>
</revision>
<revision rev="5" vrev="2">
<srcmd5>78607765209f48259eb59237b9f97666</srcmd5>
<version>1.1.4</version>
<time>1694344223</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109945</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/f/felix-gogo-shell/felix-gogo-shell.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:25:10 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Thu Dec 29 18:56:02 UTC 2022 - Dirk Müller <dmueller@suse.com>

Expand Down
7 changes: 4 additions & 3 deletions packages/f/felix-gogo-shell/felix-gogo-shell.spec
@@ -1,7 +1,7 @@
#
# spec file for package felix-gogo-shell
#
# 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 @@ -54,10 +54,11 @@ This package contains the API documentation for %{name}.
%{mvn_file} : felix/%{bundle}

%build
%{mvn_build} -f \
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-- -Dmaven.compiler.release=8
-Dmaven.compiler.release=8 \
%endif
-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 a115b7e

Please sign in to comment.