rpms/itext/devel .cvsignore, 1.3, 1.4 itext.spec, 1.11, 1.12 sources, 1.4, 1.5

Orcan Ogetbil oget at fedoraproject.org
Sun Nov 30 08:09:52 UTC 2008


Author: oget

Update of /cvs/pkgs/rpms/itext/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17007

Modified Files:
	.cvsignore itext.spec sources 
Log Message:
* Sun Nov 30 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.4-1
- Updated to 2.1.4.
- Set debug="on" on javac part of the build script to compile the aot-bits
  correctly. (bug#472292)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Oct 2008 17:28:24 -0000	1.3
+++ .cvsignore	30 Nov 2008 08:09:19 -0000	1.4
@@ -1 +1 @@
-iText-src-2.1.3.tar.gz
+iText-src-2.1.4.tar.gz


Index: itext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/itext.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- itext.spec	13 Oct 2008 17:28:24 -0000	1.11
+++ itext.spec	30 Nov 2008 08:09:19 -0000	1.12
@@ -3,8 +3,8 @@
 
 Summary:        A Free Java-PDF library
 Name:           itext
-Version:        2.1.3
-Release:        4%{?dist}
+Version:        2.1.4
+Release:        1%{?dist}
 License:        (LGPLv2+ or MPLv1.1) and ASL 2.0 and BSD and MIT and LGPLv2+ and CC-BY
 URL:            http://www.lowagie.com/iText/
 Group:          Development/Libraries
@@ -59,7 +59,9 @@
 
 # Fix encoding issues
 find src/rtf/com/lowagie/text/rtf/parser/destinations/ -name "*.java" -exec native2ascii {} {} \;
-sed -i 's/\r//' src/rups/com/lowagie/rups/view/icons/copyright_notice.txt
+sed 's/\r//' src/rups/com/lowagie/rups/view/icons/copyright_notice.txt > tmpfile
+touch -r src/rups/com/lowagie/rups/view/icons/copyright_notice.txt tmpfile
+mv -f tmpfile src/rups/com/lowagie/rups/view/icons/copyright_notice.txt
 
 mkdir lib
 build-jar-repository -s -p lib bcprov bcmail pdf-renderer dom4j
@@ -75,6 +77,10 @@
 sed -i 's|<attribute name="Class-Path" value="iText-toolbox.jar iText-toolbox-${releasenumber}.jar ${lib.bcmail} ${lib.bcprov}"/>||' src/ant/compile.xml
 sed -i 's|<attribute name="Class-Path" value="iText.jar iText-${releasenumber}.jar ${lib.bcmail} ${lib.bcprov}"/>||' src/ant/compile.xml
 
+# Setting debug="on" on javac part of the build script.
+sed -i 's|destdir|debug="on" destdir|g' src/ant/compile.xml
+sed -i 's|debug="true"||g' src/ant/compile.xml
+
 %build
 export CLASSPATH=$(build-classpath bcprov bcmail pdf-renderer dom4j)
 pushd src
@@ -135,6 +141,11 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Sun Nov 30 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.4-1
+- Updated to 2.1.4.
+- Set debug="on" on javac part of the build script to compile the aot-bits
+  correctly. (bug#472292)
+
 * Sat Oct 11 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.3-4
 - Fix more encoding issues.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Oct 2008 17:28:24 -0000	1.4
+++ sources	30 Nov 2008 08:09:19 -0000	1.5
@@ -1 +1 @@
-9754123c30ef2e03c91046d0289aefc9  iText-src-2.1.3.tar.gz
+ae115ff488c8e3a27c4e3aa6a465b174  iText-src-2.1.4.tar.gz




More information about the fedora-extras-commits mailing list