From 8efb361daa91016146cf54ce601d31568b45f2e1563108a6120b65d55ce5c440 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 21 Jun 2017 13:59:23 +0000 Subject: [PATCH] Accepting request 505434 from home:matejcik:rpm-macros-build-test - version bump to 2017.06.21.6641889 - introduce smarter buildset support - fix %python_files on nonstandard build sets - introduce %python_for_executables in favor of magically taking "last python in %pythons" - fix %licence tag handling (gh#opensuse/python-rpm-macros#4) OBS-URL: https://build.opensuse.org/request/show/505434 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=41 --- python-rpm-macros-2017.05.09.fc237de.tar.bz2 | 3 --- python-rpm-macros-2017.06.21.6641889.tar.bz2 | 3 +++ python-rpm-macros.changes | 10 ++++++++++ python-rpm-macros.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-2017.05.09.fc237de.tar.bz2 create mode 100644 python-rpm-macros-2017.06.21.6641889.tar.bz2 diff --git a/python-rpm-macros-2017.05.09.fc237de.tar.bz2 b/python-rpm-macros-2017.05.09.fc237de.tar.bz2 deleted file mode 100644 index f036786..0000000 --- a/python-rpm-macros-2017.05.09.fc237de.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b68c6027ed30ad932ae4275f37e8fcfddbd06499f81e8f91ac941a6206f4e9 -size 12643 diff --git a/python-rpm-macros-2017.06.21.6641889.tar.bz2 b/python-rpm-macros-2017.06.21.6641889.tar.bz2 new file mode 100644 index 0000000..975e15d --- /dev/null +++ b/python-rpm-macros-2017.06.21.6641889.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca535265529c8322489276029726768adc6e9c982fe03b334ceb663423cb099b +size 13596 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 3885a89..d55e342 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 21 13:16:38 UTC 2017 - jmatejek@suse.com + +- version bump to 2017.06.21.6641889 +- introduce smarter buildset support +- fix %python_files on nonstandard build sets +- introduce %python_for_executables in favor of magically taking + "last python in %pythons" +- fix %licence tag handling (gh#opensuse/python-rpm-macros#4) + ------------------------------------------------------------------- Tue May 9 15:38:41 UTC 2017 - jmatejek@suse.com diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 0cd822e..3c615db 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 2017.05.09.fc237de +Version: 2017.06.21.6641889 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL @@ -29,9 +29,9 @@ Source101: update.sh # Fedora compatibility Provides: python2-rpm-macros Provides: python3-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build #!BuildIgnore: python-rpm-macros BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains SUSE RPM macros for Python build automation.