remove unuse files

This commit is contained in:
cherry530 2022-01-25 16:29:51 +08:00
parent c5b014b097
commit 132050d4a7
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: pdfbox Name: pdfbox
Version: 2.0.24 Version: 2.0.25
Release: 2 Release: 1
Summary: A Java PDF Library Summary: A Java PDF Library
License: ASL 2.0 License: ASL 2.0
URL: http://pdfbox.apache.org/ URL: http://pdfbox.apache.org/
@ -162,6 +162,9 @@ xmvn test --batch-mode --offline -Dmaven.test.failure.ignore=true verify
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%changelog %changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.0.25-1
- Upgrade to version 2.0.25
* Fri Jul 09 2021 lingsheng <lingsheng@huawei.com> - 2.0.24-2 * Fri Jul 09 2021 lingsheng <lingsheng@huawei.com> - 2.0.24-2
- Remove tests which require net connectivity to avoid build stuck - Remove tests which require net connectivity to avoid build stuck
- Move tests to check stage - Move tests to check stage