Accepting request 1061912 from Java:packages
- version 2.8 * Changes: + FOP-2839: Links to pdf files with no scheme should open in pdf viewer + FOP-2860: Add light weight line breaking option + FOP-2861: Allow resource loading from jar + FOP-2865: Stroke-opacity is not honored on svg:text while conveting svg to pdf + FOP-2897: Skip OOM during font OS scanning + FOP-2910: Remove cidset for PDF/A-2 + FOP-2969: Reorder glyphs with no width + FOP-2977: Array index out of bounds with glyph position adjustments and surrogate pairs + FOP-3015: Set text color for simulate-style + FOP-3023: Simulated bold error in Adobe Reader + FOP-3048: Resolve links across IF files + FOP-3049: Align AFP SVG text in the middle + FOP-3051: Upgrade to Commons IO 2.11 + FOP-3053: Remove Xerces + FOP-3055: Use a event for a draw image error + FOP-3057: Allow fallback to non svg glyphs + FOP-3061: AFP invoke-medium-map missing when using page-group=false + FOP-3062: AssertionError with SFArabic.ttf + FOP-3067: README file still refers to bugzilla + FOP-3068: NPE when reading a invalid TTC file + FOP-3070: Batik is setting load-external-dtd to false so this example doesnt work + FOP-3071: Write mediummap before pagegroup + FOP-3072: Empty link url gives NPE OBS-URL: https://build.opensuse.org/request/show/1061912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-fop?expand=0&rev=49
This commit is contained in:
commit
dc83bad2b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4f1a5212989cebc7d17c7275fbd23de73cc57259d9288c01436556254ad86d4
|
||||
size 26799877
|
BIN
fop-2.8-src.tar.gz
(Stored with Git LFS)
Normal file
BIN
fop-2.8-src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
--- fop-2.7/fop-core/src/main/java/org/apache/fop/render/afp/AFPImageHandlerRawStream.java
|
||||
+++ fop-2.7/fop-core/src/main/java/org/apache/fop/render/afp/AFPImageHandlerRawStream.java
|
||||
@@ -44,7 +44,6 @@
|
||||
ImageFlavor.RAW_JPEG,
|
||||
ImageFlavor.RAW_TIFF,
|
||||
ImageFlavor.RAW_EPS,
|
||||
- ImageFlavor.RAW_PDF
|
||||
};
|
||||
|
||||
/** logging instance */
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 08:27:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- version 2.8
|
||||
* Changes:
|
||||
+ FOP-2839: Links to pdf files with no scheme should open in pdf
|
||||
viewer
|
||||
+ FOP-2860: Add light weight line breaking option
|
||||
+ FOP-2861: Allow resource loading from jar
|
||||
+ FOP-2865: Stroke-opacity is not honored on svg:text while
|
||||
conveting svg to pdf
|
||||
+ FOP-2897: Skip OOM during font OS scanning
|
||||
+ FOP-2910: Remove cidset for PDF/A-2
|
||||
+ FOP-2969: Reorder glyphs with no width
|
||||
+ FOP-2977: Array index out of bounds with glyph position
|
||||
adjustments and surrogate pairs
|
||||
+ FOP-3015: Set text color for simulate-style
|
||||
+ FOP-3023: Simulated bold error in Adobe Reader
|
||||
+ FOP-3048: Resolve links across IF files
|
||||
+ FOP-3049: Align AFP SVG text in the middle
|
||||
+ FOP-3051: Upgrade to Commons IO 2.11
|
||||
+ FOP-3053: Remove Xerces
|
||||
+ FOP-3055: Use a event for a draw image error
|
||||
+ FOP-3057: Allow fallback to non svg glyphs
|
||||
+ FOP-3061: AFP invoke-medium-map missing when using
|
||||
page-group=false
|
||||
+ FOP-3062: AssertionError with SFArabic.ttf
|
||||
+ FOP-3067: README file still refers to bugzilla
|
||||
+ FOP-3068: NPE when reading a invalid TTC file
|
||||
+ FOP-3070: Batik is setting load-external-dtd to false so this
|
||||
example doesnt work
|
||||
+ FOP-3071: Write mediummap before pagegroup
|
||||
+ FOP-3072: Empty link url gives NPE
|
||||
+ FOP-3074: Reorder glyphs based on gpa value
|
||||
+ FOP-3077: Use all rulesets for glyph substitution
|
||||
+ FOP-3078: Fix position of macron glyph
|
||||
+ FOP-3080: Allow removing empty table elements from structure
|
||||
tree
|
||||
+ FOP-3081: Fix change ipd for linefeed-treatment=preserve
|
||||
+ FOP-3082: NPE when using a link in a span with accessibility
|
||||
+ FOP-3085: Remove Xalan
|
||||
+ FOP-3091: Add transparency color support
|
||||
+ FOP-3092: PDF/UA NPE when using external pdf
|
||||
+ FOP-3093: Stop reading ttf if we hit last offset
|
||||
+ FOP-3094: Allow bookmarks before declarations
|
||||
+ FOP-3101: Don't break with hangul syllables
|
||||
+ FOP-3102: Move composite glyphs to the end
|
||||
+ FOP-3103: NPE when using a footnote on redo of layout
|
||||
+ FOP-3105: Infinite loop when using page break with changing
|
||||
ipd
|
||||
+ XGC-130: Allow subproperties in XMP
|
||||
+ XGC-132: Fallback to raw png if ImageIO cannot read image
|
||||
- Removed patch:
|
||||
* update-2.7.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 12:52:15 UTC 2022 - Quang Tran <quang.tran@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmlgraphics-fop
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2000-2008, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
%define bname fop
|
||||
Name: xmlgraphics-fop
|
||||
Version: 2.7
|
||||
Version: 2.8
|
||||
Release: 0
|
||||
Summary: Formatter for Printing XSLT Processed XML Files
|
||||
License: Apache-2.0
|
||||
@ -43,7 +43,6 @@ Patch4: java8-compatibility.patch
|
||||
Patch5: reproducible-build-manifest.patch
|
||||
Patch6: fop-2.5-QDox-2.0.patch
|
||||
Patch7: reproducible.patch
|
||||
Patch8: update-2.7.patch
|
||||
BuildRequires: ant >= 1.9.15
|
||||
BuildRequires: apache-pdfbox >= 2.0.23
|
||||
BuildRequires: commons-io >= 2.4
|
||||
@ -96,7 +95,6 @@ find -name "*.jar" | xargs -t rm
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
# Replace keyword "VERSION" in XML files with the real one:
|
||||
for x in %{SOURCE10} %{SOURCE11} %{SOURCE12}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user