Hello community, here is the log from the commit of package python-cups for openSUSE:Factory checked in at Fri Jun 10 09:37:22 CEST 2011.
-------- --- python-cups/python-cups.changes 2011-06-03 14:34:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-cups/python-cups.changes 2011-06-09 16:39:08.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 9 16:37:58 CEST 2011 - [email protected] + +- Update to version 1.9.57: + + Fixed rpm provides script for newer versions of rpm. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pycups-1.9.56.tar.bz2 New: ---- pycups-1.9.57.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cups.spec ++++++ --- /var/tmp/diff_new_pack.jJNJBL/_old 2011-06-10 09:36:13.000000000 +0200 +++ /var/tmp/diff_new_pack.jJNJBL/_new 2011-06-10 09:36:13.000000000 +0200 @@ -21,7 +21,7 @@ Name: python-cups %define _name pycups BuildRequires: cups-devel python-devel -Version: 1.9.56 +Version: 1.9.57 Release: 1 Group: Development/Libraries/Python License: GPLv2+ ++++++ pycups-1.9.56.tar.bz2 -> pycups-1.9.57.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycups-1.9.56/ChangeLog new/pycups-1.9.57/ChangeLog --- old/pycups-1.9.56/ChangeLog 2011-06-02 10:57:43.000000000 +0200 +++ new/pycups-1.9.57/ChangeLog 2011-06-09 14:25:49.000000000 +0200 @@ -1,3 +1,10 @@ +2011-06-09 Tim Waugh <[email protected]> + + * setup.py: Version 1.9.57. + + * postscriptdriver.prov: Get RPM_BUILD_ROOT from environment + if not provided on command line (bug #712027). + 2011-06-02 Tim Waugh <[email protected]> * setup.py: Version 1.9.56. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycups-1.9.56/NEWS new/pycups-1.9.57/NEWS --- old/pycups-1.9.56/NEWS 2011-06-02 10:58:07.000000000 +0200 +++ new/pycups-1.9.57/NEWS 2011-06-09 14:26:38.000000000 +0200 @@ -1,6 +1,10 @@ NEWS ---- +New in 1.9.57: + +* Fixed rpm provides script for newer versions of rpm. + New in 1.9.56: * Builds against older versions of CUPS again. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycups-1.9.56/postscriptdriver.prov new/pycups-1.9.57/postscriptdriver.prov --- old/pycups-1.9.56/postscriptdriver.prov 2011-02-23 10:52:56.000000000 +0100 +++ new/pycups-1.9.57/postscriptdriver.prov 2011-06-09 14:03:11.000000000 +0200 @@ -39,7 +39,7 @@ if len (sys.argv) > 1: RPM_BUILD_ROOT = sys.argv[1] else: - RPM_BUILD_ROOT = None + RPM_BUILD_ROOT = os.environ.get ("RPM_BUILD_ROOT") class TimedOut(Exception): def __init__ (self): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycups-1.9.56/setup.py new/pycups-1.9.57/setup.py --- old/pycups-1.9.56/setup.py 2011-06-02 10:57:31.000000000 +0200 +++ new/pycups-1.9.57/setup.py 2011-06-09 14:25:25.000000000 +0200 @@ -1,5 +1,5 @@ from distutils.core import setup, Extension -VERSION="1.9.56" +VERSION="1.9.57" setup (name="pycups", version=VERSION, ext_modules=[Extension("cups", ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
