8 Commits

Author SHA256 Message Date
868392844a Accepting request 1236864 from Java:packages
typo in changes

OBS-URL: https://build.opensuse.org/request/show/1236864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-commons?expand=0&rev=33
2025-01-12 10:08:51 +00:00
8c97692ea8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=68 2025-01-10 13:04:14 +00:00
d573837b44 Accepting request 1207475 from Java:packages
2.10 needed by bsc#1231428, CVE-2024-28168

OBS-URL: https://build.opensuse.org/request/show/1207475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-commons?expand=0&rev=32
2024-10-13 15:33:15 +00:00
114fefd090 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=66 2024-10-12 16:19:01 +00:00
753cf62a59 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=65 2024-10-11 23:31:23 +00:00
7e32b413d6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=64 2024-10-11 22:56:03 +00:00
5a9358894c OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=63 2024-10-11 22:55:06 +00:00
b7f8555f27 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=62 2024-10-11 18:07:35 +00:00
4 changed files with 36 additions and 13 deletions

BIN
xmlgraphics-commons-2.10-src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
xmlgraphics-commons-2.8-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Oct 12 16:14:58 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to 2.8
* Minor changes to support FOP 2.10 release
* Changes:
+ XGC-133: Fix test for Java 11
+ FOP-3127: Allow XMP at PDF page level
+ FOP-3135: Allow source resolution configuration
+ FOP-3144: Add new schema to handle pdf/a and pdfa/ua
+ XGC-127: Set an automatic module name
+ XGC-139: Switch to spotbugs
+ XGC-141: Do not use a singleton for ImageImplRegistry
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba <fstrba@suse.com> Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba <fstrba@suse.com>
@@ -8,6 +22,16 @@ Wed Dec 28 12:37:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.8: - update to 2.8:
* Minor changes to support FOP 2.8 release * Minor changes to support FOP 2.8 release
* Changes:
+ XGC-128: Remove image transparency for PS
+ FOP-3038: Allow sections which need security permissions
to be run when AllPermission denied in caller code
+ FOP-3032: Embed pdf into afp using unique type
+ FOP-3051: Upgrade to Commons IO 2.11
+ FOP-3055: Use a event for a draw image error
+ FOP-3091: Add transparency color support for PS
+ XGC-130: Allow subproperties in XMP
+ XGC-132: Fallback to raw png if ImageIO cannot read image
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 18 17:52:48 UTC 2022 - Fridrich Strba <fstrba@suse.com> Fri Mar 18 17:52:48 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package xmlgraphics-commons # spec file for package xmlgraphics-commons
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2000-2008, JPackage Project # Copyright (c) 2000-2008, JPackage Project
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: xmlgraphics-commons Name: xmlgraphics-commons
Version: 2.8 Version: 2.10
Release: 0 Release: 0
Summary: XML Graphics Commons Summary: XML Graphics Commons
License: Apache-2.0 License: Apache-2.0
@@ -58,9 +58,8 @@ Javadoc for package %{name}.
find . -name "*.jar" | xargs rm find . -name "*.jar" | xargs rm
%build %build
export CLASSPATH=
build-jar-repository -s lib commons-io commons-logging build-jar-repository -s lib commons-io commons-logging
ant -Djavac.source=1.8 -Djavac.target=1.8 package javadocs ant -Ddev=true -Djavac.source=1.8 -Djavac.target=1.8 package javadocs
%install %install
# jar # jar