Skip to content

Commit

Permalink
Update antlr4 to version 4.13.0 / rev 9 via SR 1109939
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109939
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 18cd14b commit 5b522f3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file modified packages/a/antlr4/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/a/antlr4/.rev
Expand Up @@ -70,4 +70,12 @@
<comment>4.13.0</comment>
<requestid>1092296</requestid>
</revision>
<revision rev="9" vrev="2">
<srcmd5>29c4e4c846bd6443e0d4bab217894ae7</srcmd5>
<version>4.13.0</version>
<time>1694344218</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109939</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/a/antlr4/antlr4.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 09:10:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sat Jun 10 13:35:31 UTC 2023 - marec <marec@detebe.org>

Expand Down
4 changes: 3 additions & 1 deletion packages/a/antlr4/antlr4.spec
Expand Up @@ -159,7 +159,9 @@ perl -pi -e 's#\\>#>#g' tool/resources/org/antlr/v4/tool/templates/unicodedata.s
%{mvn_package} :antlr4-master antlr4-runtime

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

pushd runtime/Cpp
%if 0%{?suse_version} < 1500
Expand Down

0 comments on commit 5b522f3

Please sign in to comment.