Hello community, here is the log from the commit of package python-imaging for openSUSE:Factory checked in at 2012-04-17 07:48:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imaging (Old) and /work/SRC/openSUSE:Factory/.python-imaging.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-imaging", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-imaging/python-imaging.changes 2012-03-20 11:33:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-imaging.new/python-imaging.changes 2012-04-17 07:49:01.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Mar 26 12:55:07 UTC 2012 - [email protected] + +- add lcms support +- spec file clean up + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imaging.spec ++++++ --- /var/tmp/diff_new_pack.2Xj2sS/_old 2012-04-17 07:49:02.000000000 +0200 +++ /var/tmp/diff_new_pack.2Xj2sS/_new 2012-04-17 07:49:02.000000000 +0200 @@ -15,11 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: python-imaging -BuildRequires: freetype2-devel giflib-devel libgphoto2-devel libpng-devel libtiff-devel netpbm python-devel python-tk tix tk-devel xorg-x11-devel +BuildRequires: freetype2-devel +BuildRequires: giflib-devel +BuildRequires: libgphoto2-devel +BuildRequires: liblcms-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: netpbm +BuildRequires: python-devel +BuildRequires: python-tk +BuildRequires: tix +BuildRequires: tk-devel +BuildRequires: xorg-x11-devel %if 0%{?suse_version} > 1210 BuildRequires: libjpeg8-devel %endif @@ -31,15 +40,20 @@ Url: http://www.pythonware.com/products/pil/index.htm %define pyver %(python -c 'import sys; print sys.version[:3]') Version: 1.1.7 -Release: 4 -License: Python-2.0 ; MIT -Group: Development/Libraries/Python -Provides: _imaging.so _imagingtk.so python_imaging_lib pyimglib -Requires: python >= %pyver, python < %{pyver}.99 -Requires: python-tk tk tix +Release: 0 +Provides: _imaging.so +Provides: _imagingtk.so +Provides: pyimglib +Provides: python_imaging_lib +Requires: python < %{pyver}.99 +Requires: python >= %pyver +Requires: python-tk +Requires: tix +Requires: tk Obsoletes: pyimglib -AutoReqProv: on Summary: The Python Imaging Library - PIL +License: Python-2.0 ; MIT +Group: Development/Libraries/Python Source: Imaging-%{version}.tar.bz2 Source1: pil-handbook.pdf Patch2: Imaging-1.1.7-64bit.patch @@ -58,11 +72,9 @@ [email protected] %package sane -License: Python-2.0 ; MIT Provides: python_imaging_sane Summary: Python SANE module Group: Development/Libraries/Python -AutoReqProv: on %description sane The SANE module provides an interface to the SANE scanner and frame -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
