From 30250a237e399493570dfa72076c35be4f327f2bafcf9d63a180c8f8d932581c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:46:12 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=6 --- python-PySDL2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PySDL2.spec b/python-PySDL2.spec index c7dfe68..71158a8 100644 --- a/python-PySDL2.spec +++ b/python-PySDL2.spec @@ -1,7 +1,7 @@ # # spec file for package python-PySDL2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From f4a4d71537682810c50d314c742d917907d451f52b029aeba375afde38892c14 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:32:44 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=7 --- python-PySDL2.changes | 5 +++++ python-PySDL2.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-PySDL2.changes b/python-PySDL2.changes index a74abae..a37518f 100644 --- a/python-PySDL2.changes +++ b/python-PySDL2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:32:19 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:52:49 UTC 2018 - Matej Cepl diff --git a/python-PySDL2.spec b/python-PySDL2.spec index 71158a8..9dd5ae4 100644 --- a/python-PySDL2.spec +++ b/python-PySDL2.spec @@ -31,7 +31,6 @@ Version: 0.9.6 Release: 0 Summary: Python SDL2 bindings License: SUSE-Public-Domain -Group: Development/Languages/Python URL: https://github.com/marcusva/py-sdl2 Source: https://files.pythonhosted.org/packages/source/P/PySDL2/PySDL2-%{version}.tar.gz BuildRequires: %{python_module setuptools}