From 85bb72cc17bd0f1aec7958dc63e7b0220ba371e169ff9e5d2e1558eb8f04ab87 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Jul 2022 10:32:20 +0000 Subject: [PATCH 1/2] - Update to version 20220721.0a061eb: * make python_flavored_alternatives less verbose * Move install of libalts from sciptlets to python_clone -a -- close gh#openSUSE/python-rpm-macros#133 * hard-code %py_ver -- fix gh#openSUSE/python-rpm-macros#131 * fix gh#openSUSE/python-rpm-macros#130 print proper error on missing python interpreter OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=163 --- _servicedata | 2 +- python-rpm-macros-20220618.1ed0055.tar.xz | 3 --- python-rpm-macros-20220721.0a061eb.tar.xz | 3 +++ python-rpm-macros.changes | 9 +++++++++ python-rpm-macros.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20220618.1ed0055.tar.xz create mode 100644 python-rpm-macros-20220721.0a061eb.tar.xz diff --git a/_servicedata b/_servicedata index 2499c9d..e01f705 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/python-rpm-macros.git 80d37568d9732beb7fcc2cf27c5c08f9c01fade1 https://github.com/openSUSE/python-rpm-macros.git - 8ad941748e43a59e75eec28ef976bd52a2d4f260 \ No newline at end of file + 0a061eba2aa00e8fa62cf83c19e21b10a6bf5c8c \ No newline at end of file diff --git a/python-rpm-macros-20220618.1ed0055.tar.xz b/python-rpm-macros-20220618.1ed0055.tar.xz deleted file mode 100644 index b5d3243..0000000 --- a/python-rpm-macros-20220618.1ed0055.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a1b222d2edb196586b856b8bff1957b89f572cc4077f41d003f972489ef94a -size 18460 diff --git a/python-rpm-macros-20220721.0a061eb.tar.xz b/python-rpm-macros-20220721.0a061eb.tar.xz new file mode 100644 index 0000000..1614205 --- /dev/null +++ b/python-rpm-macros-20220721.0a061eb.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2426f448cf891250b665a187b733836af9763444292b0c5b99ee494799270831 +size 18812 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 0ceb865..1661ea6 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 21 10:31:50 UTC 2022 - mcepl@cepl.eu + +- Update to version 20220721.0a061eb: + * make python_flavored_alternatives less verbose + * Move install of libalts from sciptlets to python_clone -a -- close gh#openSUSE/python-rpm-macros#133 + * hard-code %py_ver -- fix gh#openSUSE/python-rpm-macros#131 + * fix gh#openSUSE/python-rpm-macros#130 print proper error on missing python interpreter + ------------------------------------------------------------------- Sat Jun 18 19:59:31 UTC 2022 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 777aad4..6ecce8e 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20220618.1ed0055 +Version: 20220721.0a061eb Release: 0 Summary: RPM macros for building of Python modules License: WTFPL From d758a511c2ae06267f1eb5900f7bdacd5d3caf0b27c9f256b0d1beb7313eba94 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 25 Jul 2022 21:28:14 +0000 Subject: [PATCH 2/2] - Update to version 20220725.2ae32d5: * restore end-of-line in alternative scriptlets OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=164 --- _servicedata | 2 +- python-rpm-macros-20220721.0a061eb.tar.xz | 3 --- python-rpm-macros-20220725.2ae32d5.tar.xz | 3 +++ python-rpm-macros.changes | 6 ++++++ python-rpm-macros.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20220721.0a061eb.tar.xz create mode 100644 python-rpm-macros-20220725.2ae32d5.tar.xz diff --git a/_servicedata b/_servicedata index e01f705..5a0a69e 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/python-rpm-macros.git 80d37568d9732beb7fcc2cf27c5c08f9c01fade1 https://github.com/openSUSE/python-rpm-macros.git - 0a061eba2aa00e8fa62cf83c19e21b10a6bf5c8c \ No newline at end of file + 48d1d93930617bd353de785bde10b28c9c312993 \ No newline at end of file diff --git a/python-rpm-macros-20220721.0a061eb.tar.xz b/python-rpm-macros-20220721.0a061eb.tar.xz deleted file mode 100644 index 1614205..0000000 --- a/python-rpm-macros-20220721.0a061eb.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2426f448cf891250b665a187b733836af9763444292b0c5b99ee494799270831 -size 18812 diff --git a/python-rpm-macros-20220725.2ae32d5.tar.xz b/python-rpm-macros-20220725.2ae32d5.tar.xz new file mode 100644 index 0000000..93ff5a4 --- /dev/null +++ b/python-rpm-macros-20220725.2ae32d5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500394ffbba864a1aae55472a280d5a0c90e434583d464ac0c1e336e7bfbd75e +size 18824 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 1661ea6..db26a73 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 25 21:27:08 UTC 2022 - mcepl@cepl.eu + +- Update to version 20220725.2ae32d5: + * restore end-of-line in alternative scriptlets + ------------------------------------------------------------------- Thu Jul 21 10:31:50 UTC 2022 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 6ecce8e..189dea7 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20220721.0a061eb +Version: 20220725.2ae32d5 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL