From 15a0b066370fdcf8a7915a3b928eff33d35570a86715bff959774342e90bf1de Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 4 Jul 2011 10:37:48 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/python-Pygments revision 2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=6c72329999b718015b772032a1c7b880 From bd79a113bdfcadb1f23325d8d7928af45ff2b9770adffece6cb252fb7e9aa615 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sun, 11 Sep 2011 15:58:21 +0000 Subject: [PATCH 2/4] - Change license to BSD-3-Clause (SPDX style) - Removed %clean section (has sane default) - Added python-distribute requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=4 --- python-Pygments.changes | 7 +++++++ python-Pygments.spec | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 3fc73b7..75c21ce 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 11 15:57:31 UTC 2011 - saschpe@gmx.de + +- Change license to BSD-3-Clause (SPDX style) +- Removed %clean section (has sane default) +- Added python-distribute requirement + ------------------------------------------------------------------- Sun Jul 3 11:06:36 UTC 2011 - saschpe@gmx.de diff --git a/python-Pygments.spec b/python-Pygments.spec index cd8f14c..d6afd80 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -22,12 +22,13 @@ Version: 1.4 Release: 1 Url: http://pygments.org Summary: Pygments is a syntax highlighting package written in Python -License: BSD +License: BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +Requires: python-distribute %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 @@ -64,9 +65,6 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc AUTHORS CHANGES TODO docs/build From 1fe3836453c296a7d244a1c4533e4f187582ea78951f2d6ebf70f5605272d3d2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 12:51:20 +0000 Subject: [PATCH 3/4] - Fixed license to BSD-2-Clause OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=5 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 75c21ce..72f9c0e 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 22 12:47:50 UTC 2011 - saschpe@suse.de + +- Fixed license to BSD-2-Clause + ------------------------------------------------------------------- Sun Sep 11 15:57:31 UTC 2011 - saschpe@gmx.de diff --git a/python-Pygments.spec b/python-Pygments.spec index d6afd80..3349ba4 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -19,15 +19,16 @@ Name: python-Pygments Version: 1.4 -Release: 1 +Release: 0 Url: http://pygments.org Summary: Pygments is a syntax highlighting package written in Python -License: BSD-3-Clause +License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: python-nose Requires: python-distribute %if 0%{?suse_version} %py_requires @@ -65,6 +66,9 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 +%check +nosetests + %files %defattr(-,root,root,-) %doc AUTHORS CHANGES TODO docs/build From b0994783cf3589134b7f134be04a53693f623628213e21f86afbd758470d07d6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 23 Sep 2011 08:09:38 +0000 Subject: [PATCH 4/4] - Disable tests again, breaks i586 build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=6 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 72f9c0e..72aac7f 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 07:23:34 UTC 2011 - saschpe@suse.de + +- Disable tests again, breaks i586 build + ------------------------------------------------------------------- Thu Sep 22 12:47:50 UTC 2011 - saschpe@suse.de diff --git a/python-Pygments.spec b/python-Pygments.spec index 3349ba4..a2006a8 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -28,7 +28,7 @@ Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%{ver BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute -BuildRequires: python-nose +#BuildRequires: python-nose Requires: python-distribute %if 0%{?suse_version} %py_requires @@ -66,8 +66,8 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 -%check -nosetests +#%%check +#nosetests %files %defattr(-,root,root,-)