-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded: apache-commons-lang3 from 3.8.1 to 3.14.0
- Loading branch information
Showing
4 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
SPECS/apache-commons-lang3/apache-commons-lang3.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"Signatures": { | ||
"build.xml": "1a5cf4b6fcd4d693689b2c85fc13257ef73501b94565bca443faebeea9631acb", | ||
"commons-lang3-3.8.1-src.tar.gz": "9682e67375b6f03700e5bbaa2acceac60bc2f9049e11cafae3ce411ccaf633fb", | ||
"default.properties": "d7592766094a4af568e2393695ad53c3a7ecb691869735801d0fde099eedddf7" | ||
"build.xml": "7673a50883da1387a0a9c2f339c34700e53103944233249b47146f7a0bf82b8a", | ||
"commons-lang3-3.14.0-src.tar.gz": "bc007577652f7cda7d5dc8801f218f88396ea1981cb4482679e839f5781e3b60", | ||
"default.properties": "c6dd1c0984b47371dcc7df5c8a24b92ec4215fc2c9a852fb5636882774bfc1cf" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,20 +17,23 @@ | |
%define short_name commons-%{base_name} | ||
Summary: Apache Commons Lang Package | ||
Name: apache-%{short_name} | ||
Version: 3.8.1 | ||
Release: 5%{?dist} | ||
Version: 3.14.0 | ||
Release: 1%{?dist} | ||
License: Apache-2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Group: Development/Libraries/Java | ||
URL: https://commons.apache.org/proper/commons-lang | ||
Source0: https://archive.apache.org/dist/commons/lang/source/%{short_name}-%{version}-src.tar.gz | ||
Source0: https://dlcdn.apache.org/commons/lang/source/%{short_name}-%{version}-src.tar.gz | ||
# maven is not being used here due to a circular dependency with this package. | ||
# Instead, ant is being used. ant relies on build.xml and default.properties. | ||
# Both files are used in other distributions like OpenSuse. | ||
Source1: build.xml | ||
Source2: default.properties | ||
BuildRequires: ant | ||
BuildRequires: ant-junit | ||
BuildRequires: fdupes | ||
BuildRequires: java-devel >= 1.7 | ||
BuildRequires: java-devel >= 1.8 | ||
BuildRequires: javapackages-local-bootstrap | ||
BuildRequires: junit | ||
Provides: %{short_name} = %{version}-%{release} | ||
|
@@ -69,7 +72,7 @@ sed -i 's/\r//' *.txt | |
export OPT_JAR_LIST=`cat %{_sysconfdir}/ant.d/junit` | ||
export CLASSPATH= | ||
ant \ | ||
-Dcompile.source=1.7 -Dcompile.target=1.7 \ | ||
-Dcompile.source=1.8 -Dcompile.target=1.8 \ | ||
-Dfinal.name=%{short_name} \ | ||
jar javadoc | ||
|
||
|
@@ -98,6 +101,9 @@ cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}/ | |
%{_javadocdir}/%{name} | ||
|
||
%changelog | ||
* Mon Feb 26 2024 George Mileka <[email protected]> - 3.14.0-1 | ||
- Updated to 3.14.0-1. | ||
|
||
* Fri Mar 17 2023 Mykhailo Bykhovtsev <[email protected]> - 3.8.1-5 | ||
- Moved from extended to core | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters