diff --git a/python-urlgrabber.changes b/python-urlgrabber.changes index c30129e..19fd3d9 100644 --- a/python-urlgrabber.changes +++ b/python-urlgrabber.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 26 11:11:32 CEST 2008 - cthiel@suse.de + +- add python to BuildRequires to fix build + ------------------------------------------------------------------- Tue Feb 19 16:01:09 CET 2008 - cthiel@suse.de diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 200a7be..f47e24e 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -2,9 +2,16 @@ # spec file for package python-urlgrabber (Version 3.1.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# 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/ # @@ -12,9 +19,9 @@ Name: python-urlgrabber -BuildRequires: python-devel +BuildRequires: python python-devel Version: 3.1.0 -Release: 121 +Release: 178 Summary: A high-level cross-protocol url-grabber Group: Development/Libraries/Python License: LGPL v2.1 or later @@ -62,6 +69,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Sep 26 2008 cthiel@suse.de +- add python to BuildRequires to fix build * Tue Feb 19 2008 cthiel@suse.de - fix url parsing error in grabber.py (bnc #362937) * Mon Oct 02 2006 cthiel@suse.de