From e5fe30145b454d7f54b5c153443a23fea7fc06f3f4b301938d3a3b1f73a0eb65 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 13 Feb 2017 14:53:41 +0000 Subject: [PATCH] - update service, use repository and tarball name "python-rpm-macros" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=26 --- _service | 5 ++--- multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 | 3 --- python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 | 3 +++ python-rpm-macros.changes | 5 +++++ python-rpm-macros.spec | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 create mode 100644 python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 diff --git a/_service b/_service index b307e17..e13ed99 100644 --- a/_service +++ b/_service @@ -2,10 +2,9 @@ git - - https://github.com/openSUSE/multipython-macros.git + https://github.com/openSUSE/python-rpm-macros.git - multipython-macros + python-rpm-macros 1.0.git diff --git a/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 b/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 deleted file mode 100644 index 6f3e309..0000000 --- a/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e317a1b11c411641c081af535fa651345a461e2fd620db17d56c7b4f1d0f15 -size 10757 diff --git a/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 b/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 new file mode 100644 index 0000000..ff883b5 --- /dev/null +++ b/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b24f2bf4442047400dd1f2f10a8c56227ec0362929ef9f79d879442ae2be9f +size 10778 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 46a8369..001f873 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 14:46:25 UTC 2017 - jmatejek@suse.com + +- update service, use repository and tarball name "python-rpm-macros" + ------------------------------------------------------------------- Tue Feb 7 16:31:04 UTC 2017 - jmatejek@suse.com diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 3c1ee74..0ac2b2b 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,13 +17,13 @@ Name: python-rpm-macros -Version: 1.0.git.1486390382.fb829ad +Version: 1.0.git.1486997542.e9fcc29 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL Group: Development/Tools/Other Url: https://github.com/opensuse/multipython-macros -Source: multipython-macros-%{version}.tar.bz2 +Source: python-rpm-macros-%{version}.tar.bz2 # Fedora compatibility Provides: python2-rpm-macros Provides: python3-rpm-macros @@ -36,7 +36,7 @@ You should BuildRequire this package unless you are sure that you are only building for distros newer than Leap 42.2 %prep -%setup -q -n multipython-macros-%{version} +%setup -q %if 0%{?suse_version} < 1330 mv macros-default-pythons macros/035-default-pythons %endif