Sync from SUSE:SLFO:Main apache-commons-beanutils revision aab16f5ffe8c01d5391335d85e8e7f99

This commit is contained in:
Adrian Schröter 2024-05-31 14:26:00 +02:00
parent 975bb08a65
commit 68a1af5ff8
2 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 22 07:14:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Fix build with SLE12
-------------------------------------------------------------------
Tue Feb 20 10:24:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 31 08:36:54 UTC 2023 - Fridrich Strba <fstrba@suse.com> Tue Oct 31 08:36:54 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package apache-commons-beanutils # spec file for package apache-commons-beanutils
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -59,9 +59,9 @@ This package contains the javadoc documentation for the Jakarta Commons
BeanUtils Package. BeanUtils Package.
%prep %prep
%setup -q -n %{short_name}-%{version}-src %autosetup -p1 -n %{short_name}-%{version}-src
%patch0 -p1
%patch1 -p1 # The previous empty line needs to be maintained for sle12 compatibility
sed -i 's/\r//' *.txt sed -i 's/\r//' *.txt
# bug in ant build # bug in ant build
touch README.txt touch README.txt