Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20013
Modified Files:
pdflib-lite.spec sources
Added Files:
pdflib-lite-7.0.4-gcc43.patch
Removed Files:
pdflib-lite-gcc43.patch
Log Message:
update to 7.0.4
pdflib-lite-7.0.4-gcc43.patch:
--- NEW FILE pdflib-lite-7.0.4-gcc43.patch ---
--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100
+++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100
@@ -22,6 +22,8 @@
#define PDFLIB_HPP
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "pdflib.h"
#if defined(_MSC_VER) && defined(_MANAGED)
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/pdflib-lite.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdflib-lite.spec 26 Jul 2008 10:25:53 -0000 1.1
+++ pdflib-lite.spec 21 Mar 2009 16:24:21 -0000 1.2
@@ -4,15 +4,15 @@
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.3
+Version: 7.0.4
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL:
http://www.pdflib.com/
-Source:
http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-%{version}.tar.gz
+Source:
http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
-Patch0: pdflib-lite-gcc43.patch
+Patch0: pdflib-lite-7.0.4-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -158,6 +158,7 @@
%defattr(-, root, root, -)
%doc readme.txt doc/pdflib/PDFlib-Lite-license.pdf
%{_bindir}/pdfimage
+%{_bindir}/text2pdf
%{_libdir}/*.so.*
@@ -184,6 +185,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4-1
+- update to 7.0.4
+
+* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7.0.3-3
+- rebuild for python 2.6
+
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 7.0.3-2
+- rebuild
+
* Fri Mar 28 2008 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.3-1
- update to 7.0.3
- fix CVE-2007-6561: PDFlib stack-based buffer overflows
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 10:25:53 -0000 1.2
+++ sources 21 Mar 2009 16:24:21 -0000 1.3
@@ -1 +1 @@
-97bcdd73206bae30b322f49d2c0d852b PDFlib-Lite-7.0.3.tar.gz
+c4b8b9a8951b69090c6215eecc823e17 PDFlib-Lite-7.0.4.tar.gz
--- pdflib-lite-gcc43.patch DELETED ---