public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Avoid timestamp conflicts when updating jar manifest
@ 2026-07-22 19:37 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 1bd1be6d48155196587a0725463486c81e8b1284
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2014-10-31T01:44:28-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/1bd1be6d48155196587a0725463486c81e8b1284?branch=epel10
Log:
Avoid timestamp conflicts when updating jar manifest
---
diff --git a/antlr3.spec b/antlr3.spec
index 076abdc..e1bf834 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -4,7 +4,7 @@
%global c_runtime_version 3.4
#%global python_runtime_version 3.1.3
%global javascript_runtime_version 3.1
-%global baserelease 3
+%global baserelease 4
Summary: ANother Tool for Language Recognition
Name: antlr3
@@ -191,7 +191,7 @@ popd
mkdir -p META-INF
cp -p %{SOURCE9} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
-zip -u runtime/Java/target/antlr-runtime-%{antlr_version}.jar META-INF/MANIFEST.MF
+zip runtime/Java/target/antlr-runtime-%{antlr_version}.jar META-INF/MANIFEST.MF
%install
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
@@ -272,6 +272,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
+* Fri Oct 31 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1:3.5.2-4
+- Avoid timestamp conflicts when updating jar manifest
+
* Sun Aug 31 2014 Till Maas <opensource@till.name> - 1:3.5.2-3
- Add missing dist tags for subpackages
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: Avoid timestamp conflicts when updating jar manifest Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox