rpms/itext/devel itext.spec,1.12,1.13

Orcan Ogetbil oget at fedoraproject.org
Thu Feb 12 18:44:15 UTC 2009


Author: oget

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

Modified Files:
	itext.spec 
Log Message:
* Thu Feb 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.4-2
- Pass the additional flag "-fno-indirect-classes" to aot-compile-rpm



Index: itext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/itext.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- itext.spec	30 Nov 2008 08:09:19 -0000	1.12
+++ itext.spec	12 Feb 2009 18:43:44 -0000	1.13
@@ -4,7 +4,7 @@
 Summary:        A Free Java-PDF library
 Name:           itext
 Version:        2.1.4
-Release:        1%{?dist}
+Release:        2%{?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
@@ -98,7 +98,7 @@
       ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
 
 %if %{with_gcj}
- %{_bindir}/aot-compile-rpm
+ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-indirect-classes" %{_bindir}/aot-compile-rpm
 %endif
 
 # javadoc
@@ -141,25 +141,28 @@
 # -----------------------------------------------------------------------------
 
 %changelog
-* Sun Nov 30 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.4-1
+* Thu Feb 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.4-2
+- Pass the additional flag "-fno-indirect-classes" to aot-compile-rpm
+
+* Sun Nov 30 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[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
+* Sat Oct 11 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.3-4
 - Fix more encoding issues.
 
-* Fri Oct 10 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.3-3
+* Fri Oct 10 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.3-3
 - Included the copyright notice (CC-BY) for the icons among the doc files.
 
-* Thu Oct 09 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.3-2
+* Thu Oct 09 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.3-2
 - Enabled compilation of rups library
 - Resorted dependencies (added: pdf-renderer, dom4j; removed bouncycastle)
 - Fixed java dependencies
 - License is (LGPLv2+ or MPLv1.1) and ASL 2.0 and BSD and MIT and LGPLv2+ and CC-BY
 - Minor improvements in the SPEC file
 
-* Thu Oct 02 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT].com> 2.1.3-1
+* Thu Oct 02 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.3-1
 - Repacked with version 2.1.3
 
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.3-3




More information about the scm-commits mailing list