From 7030f7431865ecdc21487855cf447e1525e3c45aeb2d79ffe581ed5a15d772f7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 12:57:10 +0000 Subject: [PATCH 1/3] Accepting request 1147808 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147808 OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=82 --- antlr.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/antlr.spec b/antlr.spec index bbaf572..8ca731c 100644 --- a/antlr.spec +++ b/antlr.spec @@ -115,12 +115,12 @@ find . -name "*.jar" -exec rm -f {} \; find . -name "*.exe" -exec rm -f {} \; find . -name "*.dll" -exec rm -f {} \; find . -name Makefile.in | xargs chmod 0644 -%patch0 +%patch -P 0 cp -p %{SOURCE1} build.xml #Fix the source so that it compiles with GCC 4.5 -%patch1 -p1 +%patch -P 1 -p1 #Ensure that the manuals are installed in the correct openSUSE docpath -%patch2 +%patch -P 2 # check for license problematic files: find | grep "\(ShowString.java$\|StreamConverter.java$\)" && exit 42 || : From 52465a5bdb1b06865c70b2fb47331e3772fa9064bfffed00c85b90c3671e6d11 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 12:57:37 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=83 --- antlr-bootstrap.spec | 2 +- antlr.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antlr-bootstrap.spec b/antlr-bootstrap.spec index a5f407e..c3913ea 100644 --- a/antlr-bootstrap.spec +++ b/antlr-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package antlr-bootstrap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/antlr.spec b/antlr.spec index 8ca731c..7f1c884 100644 --- a/antlr.spec +++ b/antlr.spec @@ -1,7 +1,7 @@ # # spec file for package antlr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From d077c808cd1a2392723e7379d2b24971645337dec0faec1e3ecb344a71c60439 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 13:28:16 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=84 --- antlr.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/antlr.changes b/antlr.changes index 3b4a2ac..d4ea0a4 100644 --- a/antlr.changes +++ b/antlr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 13:27:59 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Oct 17 11:07:22 UTC 2023 - Fridrich Strba