From 088201f573827c43a3500ce1a63872486cc5beca3be9ca492b5d872659a99ade Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 4 Nov 2011 11:07:50 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=5 --- python-pycurl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 35d0e49..baaa44f 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -11,10 +11,12 @@ # 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/ # + + Name: python-pycurl Version: 7.19.0 Release: 0 From 019dafbc219ef27cb64ca7c0c642b59c37fdd7b3b1305626205c02f117160166 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 20 Jan 2012 08:25:21 +0000 Subject: [PATCH 2/2] Accepting request 100004 from devel:openSUSE:Factory:for-legal-lhf patching license field to be in spdx.org format, for legal team to review before forward OBS-URL: https://build.opensuse.org/request/show/100004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=7 --- python-pycurl.changes | 5 +++++ python-pycurl.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-pycurl.changes b/python-pycurl.changes index 8927c23..4bc306b 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 12 11:31:10 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + ------------------------------------------------------------------- Tue Sep 20 11:54:25 UTC 2011 - saschpe@suse.de diff --git a/python-pycurl.spec b/python-pycurl.spec index baaa44f..35da18c 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycurl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: python-pycurl Version: 7.19.0 Release: 0 Url: http://pycurl.sourceforge.net/ Summary: PycURL -- cURL library module -License: LGPL and MIT +License: LGPL-2.1+ and MIT Group: Development/Languages/Python Source: pycurl-%{version}.tar.gz Patch0: pycurl-7.18.1-nostaticlibs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: libcurl-devel >= 7.19.0 BuildRequires: openssl-devel +BuildRequires: python-devel %if 0%{?suse_version} %py_requires %endif