From 3363983d2a0f17c75e6676165c94774ea4accedc75b9f03f856bdffa1925055b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 26 Jan 2024 15:43:47 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jurand?expand=0&rev=7 --- jurand.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jurand.spec b/jurand.spec index 303050b..68a15f6 100644 --- a/jurand.spec +++ b/jurand.spec @@ -1,7 +1,7 @@ # # spec file for package jurand # -# 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 @@ -30,10 +30,10 @@ Group: Development/Languages/Java URL: https://github.com/fedora-java/jurand Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: jurand-cxx20.patch -BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor BuildRequires: diffutils BuildRequires: make BuildRequires: xmlto +BuildRequires: rubygem(asciidoctor) %if 0%{?with_gcc:1} BuildRequires: gcc%{with_gcc}-c++ %else From bcb3e9a43bf674c35f639ed8e190618fa43a4edcb62ee23edd5e59415efc3d4d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 26 Jan 2024 15:44:43 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jurand?expand=0&rev=8 --- jurand.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jurand.changes b/jurand.changes index 036fe0c..cb80b5a 100644 --- a/jurand.changes +++ b/jurand.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 26 15:44:07 UTC 2024 - Fridrich Strba + +- Make asciidoctor requirement more generic to avoid unresolved + builds + ------------------------------------------------------------------- Thu Dec 14 08:51:29 UTC 2023 - Wang Jun From 4628b3749d90e582ea66dcc205f46a46f90c8ce3da0dfbcccc0e2663fc689240 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 28 Jan 2024 13:11:11 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jurand?expand=0&rev=9 --- jurand.changes | 6 ------ jurand.spec | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/jurand.changes b/jurand.changes index cb80b5a..036fe0c 100644 --- a/jurand.changes +++ b/jurand.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Fri Jan 26 15:44:07 UTC 2024 - Fridrich Strba - -- Make asciidoctor requirement more generic to avoid unresolved - builds - ------------------------------------------------------------------- Thu Dec 14 08:51:29 UTC 2023 - Wang Jun diff --git a/jurand.spec b/jurand.spec index 68a15f6..303050b 100644 --- a/jurand.spec +++ b/jurand.spec @@ -1,7 +1,7 @@ # # spec file for package jurand # -# Copyright (c) 2024 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 @@ -30,10 +30,10 @@ Group: Development/Languages/Java URL: https://github.com/fedora-java/jurand Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: jurand-cxx20.patch +BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor BuildRequires: diffutils BuildRequires: make BuildRequires: xmlto -BuildRequires: rubygem(asciidoctor) %if 0%{?with_gcc:1} BuildRequires: gcc%{with_gcc}-c++ %else From 053bc37e6a598f779d63549e13cdabc4cc990c8b2ac9d7787175174a91626042 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 14:01:34 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jurand?expand=0&rev=10 --- jurand.changes | 5 +++++ jurand.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/jurand.changes b/jurand.changes index 036fe0c..5c3d804 100644 --- a/jurand.changes +++ b/jurand.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 14:01:27 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Dec 14 08:51:29 UTC 2023 - Wang Jun diff --git a/jurand.spec b/jurand.spec index 303050b..a896a36 100644 --- a/jurand.spec +++ b/jurand.spec @@ -1,7 +1,7 @@ # # spec file for package jurand # -# 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 @@ -47,7 +47,7 @@ rather than applying simple regular expressions on the source code. %prep %setup -q -%patch0 -p1 +%patch -P 0 -p1 %build