!3 Upgrade version to 3.14.0
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
00235580b9
@ -1,8 +1,8 @@
|
||||
Name: apache-commons-lang3
|
||||
Version: 3.9
|
||||
Release: 3
|
||||
Version: 3.14.0
|
||||
Release: 1
|
||||
Summary: Apache Commons Lang version 3.0
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: http://commons.apache.org/lang
|
||||
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
||||
|
||||
@ -36,8 +36,16 @@ The apache-commons-lang3-help package contains related documents.
|
||||
|
||||
%prep
|
||||
%autosetup -n commons-lang3-%{version}-src -p1
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
%pom_remove_dep org.openjdk.jmh:jmh-core
|
||||
%pom_remove_dep org.openjdk.jmh:jmh-generator-annprocess
|
||||
%pom_remove_dep org.apache.commons:commons-text
|
||||
%mvn_file : %{name} commons-lang3
|
||||
sed -i 's/\s*public void testParseSync().*/@org.junit.jupiter.api.Disabled\n&/' \
|
||||
src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
|
||||
rm src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
|
||||
rm src/test/java/org/apache/commons/lang3/HashSetvBitSetTest.java
|
||||
sed -i '/<argLine>/d' pom.xml
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
@ -52,5 +60,8 @@ The apache-commons-lang3-help package contains related documents.
|
||||
%doc RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Thu Dec 05 2019 Jiangping Hu <hujiangping@huawei.com> - 3.9.3
|
||||
* Tue Jan 16 2024 xu_ping <707078654@qq.com> - 3.14.0-1
|
||||
- Upgrade version to 3.14.0
|
||||
|
||||
* Thu Dec 05 2019 Jiangping Hu <hujiangping@huawei.com> - 3.9.3-3
|
||||
- Package init
|
||||
|
||||
BIN
commons-lang3-3.14.0-src.tar.gz
Normal file
BIN
commons-lang3-3.14.0-src.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user