[jasperreports] fix commmons-codec and jcommons in PATCH7

gil gil at fedoraproject.org
Tue Jul 17 16:13:13 UTC 2012


commit b126f81d39febf5ab11f371dcf98abf96193ed1a
Author: gil <puntogil at libero.it>
Date:   Tue Jul 17 18:12:58 2012 +0200

    fix commmons-codec and jcommons in PATCH7

 jasperreports-4.0.2-pom.patch |   13 +++++++++++--
 jasperreports.spec            |    5 ++++-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/jasperreports-4.0.2-pom.patch b/jasperreports-4.0.2-pom.patch
index 643f3cf..8d41828 100644
--- a/jasperreports-4.0.2-pom.patch
+++ b/jasperreports-4.0.2-pom.patch
@@ -1,10 +1,10 @@
 --- pom.xml	2011-04-12 18:50:43.000000000 +0200
-+++ pom.xml-gil	2012-05-10 09:08:41.274794173 +0200
++++ pom.xml-gil	2012-07-17 17:39:49.098709299 +0200
 @@ -164,6 +164,18 @@
  			<scope>compile</scope>
  		</dependency>
  		<dependency>
-+			<groupId>org.apache.commons</groupId>
++			<groupId>commons-codec</groupId>
 +			<artifactId>commons-codec</artifactId>
 +			<version>1.4</version>
 +			<scope>compile</scope>
@@ -19,6 +19,15 @@
  			<groupId>org.hibernate</groupId>
  			<artifactId>hibernate</artifactId>
  			<version>3.0.5</version>
+@@ -183,7 +195,7 @@
+ 			<scope>compile</scope>
+ 		</dependency>
+ 		<dependency>
+-			<groupId>jfree</groupId>
++			<groupId>org.jfree</groupId>
+ 			<artifactId>jcommon</artifactId>
+ 			<version>1.0.15</version>
+ 			<scope>compile</scope>
 @@ -234,14 +246,14 @@
  			<scope>compile</scope>
  		</dependency>
diff --git a/jasperreports.spec b/jasperreports.spec
index 27f643d..5ae798b 100644
--- a/jasperreports.spec
+++ b/jasperreports.spec
@@ -3,7 +3,7 @@ Name:          jasperreports
 # xmlbeans >= 2.5.0
 # castor-xml modules see also https://bugzilla.redhat.com/show_bug.cgi?id=820676
 Version:       4.0.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Report-generating tool
 Group:         Development/Libraries
 License:       LGPLv3+
@@ -224,6 +224,9 @@ rm -rf dist/docs/api
 %doc license.txt
 
 %changelog
+* Tue Jul 17 2012 gil cattaneo <puntogil at libero.it> 4.0.2-3
+- fix commmons-codec and jcommons gId in PATCH7
+
 * Mon Jul 09 2012 gil cattaneo <puntogil at libero.it> 4.0.2-2
 - fix license tag
 - repackaged source0


More information about the scm-commits mailing list