Accepting request 402708 from Java:packages

Didn't change much except for the version number, but an update is an update.

OBS-URL: https://build.opensuse.org/request/show/402708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-pdfbox?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-06-19 08:49:49 +00:00 committed by Git OBS Bridge
commit 64a781f901
7 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 16 08:43:53 UTC 2016 - fvogt@suse.com
- Update to version 1.8.12
- CVE-2016-2175 (pdfbox only, which isn't build by this spec)
-------------------------------------------------------------------
Mon Mar 7 12:32:36 UTC 2016 - fvogt@suse.com

View File

@ -19,7 +19,7 @@
# Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
Name: apache-pdfbox
Version: 1.8.11
Version: 1.8.12
Release: 0
Summary: Java PDF Library
License: Apache-2.0

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>1.8.11</version>
<version>1.8.12</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>1.8.11</version>
<version>1.8.12</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:160a2d058325845234eaa6b5ae23535b9226aadb4e570a1a76f7106a00653b1b
size 11026359

3
pdfbox-1.8.12-src.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3365b395564d40e0f5e77e96a88dc9dd452634f912e400aac8422d51f660cd0
size 11055835

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>1.8.11</version>
<version>1.8.12</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@ -178,6 +178,9 @@
<exclude>src/main/resources/META-INF/services/*</exclude>
<exclude>src/test/resources/input/rendering/*.ai</exclude>
<exclude>src/test/resources/input/*.txt</exclude>
<exclude>src/test/resources/org/apache/pdfbox/filter/*.bin</exclude>
<exclude>src/test/resources/org/apache/pdfbox/encryption/*.der</exclude>
<exclude>src/test/resources/org/apache/pdfbox/encryption/*.pfx</exclude>
<exclude>download/glyphlist.txt</exclude>
<exclude>release.properties</exclude>
</excludes>