From a39470d66f63bd9a6c9bedb07ea482052ad591b94faf13f0040a5b7595775704 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Dec 2023 08:34:30 +0000 Subject: [PATCH] - Update to version 20231204.dd64e74: * Combine fix_shebang in one line * New macro FLAVOR_fix_shebang_path * Use realpath in %python_clone macro shebang replacement * Compile and fix_shebang in %python_install macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=192 --- _servicedata | 2 +- python-rpm-macros-20231010.0a1f0d9.tar.xz | 3 --- python-rpm-macros-20231204.dd64e74.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-20231010.0a1f0d9.tar.xz create mode 100644 python-rpm-macros-20231204.dd64e74.tar.xz diff --git a/_servicedata b/_servicedata index b824990..b5c1629 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 - 0a1f0d9a0d295f1414c7bde6a6f0ef344ff0b37d \ No newline at end of file + dd64e743e13fb858e4e458cf4deef43b9d2b80ca \ No newline at end of file diff --git a/python-rpm-macros-20231010.0a1f0d9.tar.xz b/python-rpm-macros-20231010.0a1f0d9.tar.xz deleted file mode 100644 index 79fa832..0000000 --- a/python-rpm-macros-20231010.0a1f0d9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06cc6c4efe64624352c09667b554fe68e2a04277ed74c6348383fa0f89ac8ae -size 19392 diff --git a/python-rpm-macros-20231204.dd64e74.tar.xz b/python-rpm-macros-20231204.dd64e74.tar.xz new file mode 100644 index 0000000..aa13fe0 --- /dev/null +++ b/python-rpm-macros-20231204.dd64e74.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0517b37d1ff48823a711b71622e400f6a6d4078763b91d3aa40b5fec2dda5f42 +size 19948 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 29eab5f..5e65157 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 04 08:34:09 UTC 2023 - mcepl@cepl.eu + +- Update to version 20231204.dd64e74: + * Combine fix_shebang in one line + * New macro FLAVOR_fix_shebang_path + * Use realpath in %python_clone macro shebang replacement + * Compile and fix_shebang in %python_install macros + ------------------------------------------------------------------- Tue Oct 10 19:27:11 UTC 2023 - Ben Greiner diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 450fc5d..297ec4d 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20231010.0a1f0d9 +Version: 20231204.dd64e74 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL