14
0
OBS User unknown
2008-09-26 13:10:02 +00:00
committed by Git OBS Bridge
parent 4be2c5ac51
commit 8ae7d47813
2 changed files with 18 additions and 4 deletions

View File

@@ -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 Tue Feb 19 16:01:09 CET 2008 - cthiel@suse.de

View File

@@ -2,9 +2,16 @@
# spec file for package python-urlgrabber (Version 3.1.0) # spec file for package python-urlgrabber (Version 3.1.0)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@@ -12,9 +19,9 @@
Name: python-urlgrabber Name: python-urlgrabber
BuildRequires: python-devel BuildRequires: python python-devel
Version: 3.1.0 Version: 3.1.0
Release: 121 Release: 178
Summary: A high-level cross-protocol url-grabber Summary: A high-level cross-protocol url-grabber
Group: Development/Libraries/Python Group: Development/Libraries/Python
License: LGPL v2.1 or later License: LGPL v2.1 or later
@@ -62,6 +69,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Sep 26 2008 cthiel@suse.de
- add python to BuildRequires to fix build
* Tue Feb 19 2008 cthiel@suse.de * Tue Feb 19 2008 cthiel@suse.de
- fix url parsing error in grabber.py (bnc #362937) - fix url parsing error in grabber.py (bnc #362937)
* Mon Oct 02 2006 cthiel@suse.de * Mon Oct 02 2006 cthiel@suse.de