Hello community, here is the log from the commit of package python-reportlab for openSUSE:Factory checked in at Mon May 30 17:03:31 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ python-reportlab/python-reportlab.changes 2011-04-12 20:44:17.000000000 +0200 @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 12 13:53:36 UTC 2011 - [email protected] + +- Update to 2.5: + - Please readme CHANGES.txt. +- Regenerate spec file with py2pack; +- Add CHANGES.txt and README.txt files as documentation; +- Bzip2 source code. + +------------------------------------------------------------------- +Thu Jan 21 17:22:43 UTC 2010 - [email protected] + +- Update to 2.4. + +------------------------------------------------------------------- +Mon Dec 28 15:14:17 UTC 2009 - [email protected] + +- New ReportLab package (2.3) for openSUSE, now in d:l:py. calling whatdependson for head-i586 New: ---- python-reportlab.changes python-reportlab.spec reportlab-2.5.tar.bz2 reportlab-missing-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-reportlab.spec ++++++ # # spec file for package python-reportlab # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name reportlab Name: python-%{mod_name} Version: 2.5 Release: 1 Url: http://www.reportlab.com/ Summary: The Reportlab Toolkit License: BSD Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.bz2 Patch0: reportlab-missing-includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: freetype2-devel BuildRequires: python-devel BuildRequires: python-imaging BuildRequires: python-xml Requires: python-imaging %if 0%{?suse_version} %py_requires %endif %description The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics. %prep %setup -q -n %{mod_name}-%{version} %patch0 %build export CFLAGS="%{optflags}" python setup.py tests-preinstall python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check python setup.py tests %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES.txt README.txt %python_sitearch/%{mod_name}* %python_sitearch/_rl_accel.so %python_sitearch/pyHnj.so %python_sitearch/sgmlop.so %python_sitearch/_renderPM.so %changelog ++++++ reportlab-missing-includes.patch ++++++ Index: src/rl_addons/renderPM/gt1/gt1-namecontext.c =================================================================== --- src/rl_addons/renderPM/gt1/gt1-namecontext.c.orig +++ src/rl_addons/renderPM/gt1/gt1-namecontext.c @@ -1,6 +1,10 @@ /* A module for a simple "name context", i.e. lisp-style atoms */ #include "gt1-misc.h" +#include <string.h> +#include <stdio.h> +#include <unistd.h> +#include <sys/socket.h> #include "gt1-namecontext.h" #if defined(_WIN32) || defined(macintosh) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
