Fridrich Strba 2024-05-03 16:54:50 +00:00 committed by Git OBS Bridge
parent df652cbc55
commit 28d142266c
5 changed files with 1865 additions and 0 deletions

1845
0003-Fix-Snakeyaml.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 3 16:50:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* 0003-Fix-Snakeyaml.patch
+ patch to fix the modello-plugin-snakeyaml with SnakeYaml 2.2
+ https://github.com/codehaus-plexus/modello/pull/439
-------------------------------------------------------------------
Wed May 1 12:22:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -29,6 +29,7 @@ Source0: https://repo1.maven.org/maven2/org/codehaus/%{parent}/%{parent}/
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
Patch0: 0001-Fix-ModelloCli-after-moving-from-Plexus-to-JSR330.patch
Patch1: 0002-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch
Patch2: 0003-Fix-Snakeyaml.patch
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: unzip
@ -84,6 +85,7 @@ API documentation for %{name}.
%setup -q -n %{parent}-%{version}
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
cp -p %{SOURCE1} LICENSE
%pom_remove_plugin :maven-site-plugin

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 3 16:50:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* 0003-Fix-Snakeyaml.patch
+ patch to fix the modello-plugin-snakeyaml with SnakeYaml 2.2
+ https://github.com/codehaus-plexus/modello/pull/439
-------------------------------------------------------------------
Wed May 1 12:22:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -28,6 +28,7 @@ Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
Source100: %{name}-build.tar.xz
Patch0: 0001-Fix-ModelloCli-after-moving-from-Plexus-to-JSR330.patch
Patch1: 0002-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch
Patch2: 0003-Fix-Snakeyaml.patch
BuildRequires: ant
BuildRequires: atinject
BuildRequires: fdupes
@ -97,6 +98,7 @@ API documentation for %{name}.
%setup -q -a100
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
cp -p %{SOURCE1} LICENSE
%pom_remove_plugin :maven-site-plugin