8
0

11 Commits

Author SHA256 Message Date
316d66b44d Accepting request 1290526 from Java:packages
make modular

OBS-URL: https://build.opensuse.org/request/show/1290526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=21
2025-07-06 15:13:09 +00:00
de96a6f2c1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=42 2025-07-03 15:28:01 +00:00
cc68fb8d2e OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=41 2025-07-03 15:25:04 +00:00
6bc53247aa Accepting request 1282983 from Java:packages
sync with sle

OBS-URL: https://build.opensuse.org/request/show/1282983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=20
2025-06-05 18:34:12 +00:00
e47ab23ea5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=39 2025-06-05 06:41:55 +00:00
e93980f42b OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=38 2025-06-05 06:24:07 +00:00
acab2ae7d4 Accepting request 1281179 from Java:packages
bsc#1243793, CVE-2025-48734

OBS-URL: https://build.opensuse.org/request/show/1281179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=19
2025-05-30 12:38:14 +00:00
d48b1c4ed1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=36 2025-05-29 16:06:46 +00:00
ece037d2f7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=35 2025-05-29 16:03:04 +00:00
261f88fcbe Accepting request 1265174 from Java:packages
Update to 1.10.1

OBS-URL: https://build.opensuse.org/request/show/1265174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=18
2025-03-31 09:39:59 +00:00
0f05df4683 Upgrade to 1.10.1
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=33
2025-03-28 10:59:12 +00:00
3 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 3 15:21:54 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* jdk9.patch
+ Add Automatic-Module-Name commons.beanutils to be found
by modular artifacts
-------------------------------------------------------------------
Thu Jun 5 06:22:08 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Adapt the spec file, so that it can be used for building on
SLE12SP1 and Factory alike.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com> Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

@@ -16,6 +16,7 @@
# #
%{?!mvn_install_pom:%global mvn_install_pom install -pm 0644}
%define base_name beanutils %define base_name beanutils
%define short_name commons-%{base_name} %define short_name commons-%{base_name}
Name: apache-commons-beanutils Name: apache-commons-beanutils
@@ -32,8 +33,11 @@ BuildRequires: ant
BuildRequires: commons-collections BuildRequires: commons-collections
BuildRequires: commons-logging BuildRequires: commons-logging
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: javapackages-local >= 6 BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: xml-commons-apis BuildRequires: xml-commons-apis
Requires: commons-collections >= 2.0
Requires: commons-logging >= 1.0
Provides: %{short_name} = %{version}-%{release} Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release} Obsoletes: %{short_name} < %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release} Provides: jakarta-%{short_name} = %{version}-%{release}

View File

@@ -1,8 +1,6 @@
Index: commons-beanutils-1.9.3-src/build.xml --- commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:15:28.898719156 +0200
=================================================================== +++ commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:19:33.455675526 +0200
--- commons-beanutils-1.9.3-src.orig/build.xml @@ -61,10 +61,10 @@
+++ commons-beanutils-1.9.3-src/build.xml
@@ -62,10 +62,10 @@
<!-- Compiler source JDK version --> <!-- Compiler source JDK version -->
@@ -15,3 +13,12 @@ Index: commons-beanutils-1.9.3-src/build.xml
<!-- Should Java compilations set the 'debug' compiler option? --> <!-- Should Java compilations set the 'debug' compiler option? -->
<property name="compile.debug" value="true"/> <property name="compile.debug" value="true"/>
@@ -228,7 +228,7 @@
<jar jarfile="${dist.home}/commons-beanutils-${component.version}.jar">
<manifest>
- <attribute name="Built-By" value="${user.name}"/>
+ <attribute name="Automatic-Module-Name" value="commons.beanutils"/>
<attribute name="Specification-Title" value="Commons BeanUtils"/>
<attribute name="Specification-Version" value="${component.version}"/>
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>