!39 Update to 2.0.29

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-08-21 08:20:41 +00:00 committed by Gitee
commit 20b61151c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Name: pdfbox
Version: 2.0.25
Release: 2
Version: 2.0.29
Release: 1
Summary: A Java PDF Library
License: ASL 2.0
URL: http://pdfbox.apache.org/
Source0: http://www.apache.org/dyn/closer.lua/pdfbox/%{version}/pdfbox-%{version}-src.zip
Source0: http://archive.apache.org/dist/pdfbox/%{version}/pdfbox-%{version}-src.zip
BuildRequires: maven-local mvn(commons-io:commons-io)
BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit)
BuildRequires: mvn(org.apache.ant:ant) mvn(org.apache:apache:pom:)
@ -97,6 +97,9 @@ contents. It is mainly used by subproject preflight of Apache PDFBox.
%pom_remove_dep -r :jbig2-imageio
%pom_remove_dep :diffutils pdfbox
%pom_change_dep -r :bcmail-jdk15to18 :bcmail-jdk15on
%pom_change_dep -r :bcprov-jdk15to18 :bcmail-jdk15on
for fpath in tools/src/test/java/org/apache/pdfbox/tools/imageio/TestImageIOUtils.java \
pdfbox/src/test/java/org/apache/pdfbox/text/TestTextStripper.java \
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java
@ -161,6 +164,9 @@ xmvn test --batch-mode --offline -Dmaven.test.failure.ignore=true verify
%license LICENSE.txt NOTICE.txt
%changelog
* Wed Jul 26 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.29-1
- Update to 2.0.29
* Fri Nov 25 2022 yaoxin <yaoxin30@h-partners.com> - 2.0.25-2
- Fix build error