1
0

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
This commit is contained in:
Jan Matejek 2017-06-21 13:59:23 +00:00 committed by Git OBS Bridge
parent 063020faf6
commit 8efb361daa
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03b68c6027ed30ad932ae4275f37e8fcfddbd06499f81e8f91ac941a6206f4e9
size 12643

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca535265529c8322489276029726768adc6e9c982fe03b334ceb663423cb099b
size 13596

View File

@ -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

View File

@ -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.