[jfreechart/f20] Fix javadoc generation.

jerboaa jerboaa at fedoraproject.org
Thu Mar 12 17:36:53 UTC 2015


commit 68a984862318f00fc0e05c0bd7bc4af7c4b1e7f4
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Thu Mar 12 18:36:23 2015 +0100

    Fix javadoc generation.
    
    - Resolves RHBZ#1181395.

 fix_axis.patch  | 13 +++++++++++++
 jfreechart.spec |  8 +++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/fix_axis.patch b/fix_axis.patch
new file mode 100644
index 0000000..5e9de4a
--- /dev/null
+++ b/fix_axis.patch
@@ -0,0 +1,13 @@
+diff --git a/jfreechart-1.0.14/source/org/jfree/chart/axis/Axis.java b/jfreechart-1.0.14/source/org/jfree/chart/axis/Axis.java
+index db855e6..d421a1f 100644
+--- a/jfreechart-1.0.14/source/org/jfree/chart/axis/Axis.java
++++ b/jfreechart-1.0.14/source/org/jfree/chart/axis/Axis.java
+@@ -1073,7 +1073,7 @@ public abstract class Axis implements Cloneable, Serializable {
+             PlotRenderingInfo plotState) {
+ 
+         if (plotState == null || plotState.getOwner() == null) {
+-            return;  // no need to create entity if we canĀ“t save it anyways...
++            return;  // no need to create entity if we can't save it anyways...
+         }
+         Rectangle2D hotspot = null;
+         if (edge.equals(RectangleEdge.TOP)) {
diff --git a/jfreechart.spec b/jfreechart.spec
index 9595c60..e726038 100644
--- a/jfreechart.spec
+++ b/jfreechart.spec
@@ -2,7 +2,7 @@
 
 Name:           jfreechart
 Version:        1.0.14
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Java chart library
 
 Group:          Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:  aqute-bnd
 
 BuildArch:      noarch
 Patch0:         remove_itext_dep.patch
+Patch1:         fix_axis.patch
 
 %description
 JFreeChart is a free 100% Java chart library that makes it easy for
@@ -53,6 +54,7 @@ This package contains the API documentation for %{name}.
 # Erase prebuilt files
 find \( -name '*.jar' -o -name '*.class' \) -exec rm -f '{}' \;
 %patch0
+%patch1 -p2
 
 %build
 CLASSPATH=$(build-classpath jcommon servlet) \
@@ -107,6 +109,10 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-%{name}.pom
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Mar 12 2015 Severin Gehwolf <sgehwolf at redhat.com> 1.0.14-11
+- Fix javadoc generation.
+- Resolves RHBZ#1181395.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.14-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list