From be74411f9f52ab2d81f3751c5e0e93f1b996bc6e29451ca068624a5583cf7acd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:06:35 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-newsfeed?expand=0&rev=7 --- python-sphinxcontrib-newsfeed.changes | 5 +++++ python-sphinxcontrib-newsfeed.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-newsfeed.changes b/python-sphinxcontrib-newsfeed.changes index 172d9f0..6f9f53e 100644 --- a/python-sphinxcontrib-newsfeed.changes +++ b/python-sphinxcontrib-newsfeed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:44 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com diff --git a/python-sphinxcontrib-newsfeed.spec b/python-sphinxcontrib-newsfeed.spec index 93866d5..9b34afb 100644 --- a/python-sphinxcontrib-newsfeed.spec +++ b/python-sphinxcontrib-newsfeed.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-newsfeed # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # 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 https://bugs.opensuse.org/ # @@ -27,7 +27,6 @@ License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/aio-libs/sphinxcontrib-newsfeed Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes From 345ce87e314495f29e905ee451f61a9772fcec543c18d724c893920723569098 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Dec 2018 21:05:59 +0000 Subject: [PATCH 2/3] Remove wrong BR on python-sphinxcontrib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-newsfeed?expand=0&rev=8 --- python-sphinxcontrib-newsfeed.changes | 5 +++++ python-sphinxcontrib-newsfeed.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-sphinxcontrib-newsfeed.changes b/python-sphinxcontrib-newsfeed.changes index 6f9f53e..f6e2e22 100644 --- a/python-sphinxcontrib-newsfeed.changes +++ b/python-sphinxcontrib-newsfeed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 21:05:52 UTC 2018 - Matej Cepl + +- Remove wrong BR on python-sphinxcontrib + ------------------------------------------------------------------- Tue Dec 4 12:54:44 UTC 2018 - Matej Cepl diff --git a/python-sphinxcontrib-newsfeed.spec b/python-sphinxcontrib-newsfeed.spec index 9b34afb..39d1b45 100644 --- a/python-sphinxcontrib-newsfeed.spec +++ b/python-sphinxcontrib-newsfeed.spec @@ -27,13 +27,10 @@ License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/aio-libs/sphinxcontrib-newsfeed Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz +BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module Sphinx} -%endif Requires: python-Sphinx Requires: python-sphinxcontrib BuildArch: noarch From 7734a095900d3a43b83736f3712acd2555dc8f0ee6a4ad5184a8aaa40d2bcc77 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Dec 2018 12:20:55 +0000 Subject: [PATCH 3/3] - Fix %pycache_only in %files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-newsfeed?expand=0&rev=9 --- python-sphinxcontrib-newsfeed.changes | 5 +++++ python-sphinxcontrib-newsfeed.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-newsfeed.changes b/python-sphinxcontrib-newsfeed.changes index f6e2e22..6263b88 100644 --- a/python-sphinxcontrib-newsfeed.changes +++ b/python-sphinxcontrib-newsfeed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 10 12:20:45 UTC 2018 - Matej Cepl + +- Fix %pycache_only in %files + ------------------------------------------------------------------- Fri Dec 7 21:05:52 UTC 2018 - Matej Cepl diff --git a/python-sphinxcontrib-newsfeed.spec b/python-sphinxcontrib-newsfeed.spec index 39d1b45..b6630e5 100644 --- a/python-sphinxcontrib-newsfeed.spec +++ b/python-sphinxcontrib-newsfeed.spec @@ -60,7 +60,7 @@ Features: %doc README %license LICENSE %{python_sitelib}/sphinxcontrib/newsfeed.py* -%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/newsfeed*.py* +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__ %{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*-nspkg.pth %{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*.egg-info