From e077289d2e3070b62b068cfb6cf6ab3c1e87fd8f3d1a32a99a1324c84b5f30a8 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 17 Jun 2024 06:44:28 +0000 Subject: [PATCH] - Update to version 20240614.02920b8: * Make sure that RPM_BUILD_ROOT env is set * don't eliminate any cmdline arguments in the shebang line * Create python313 macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=200 --- _servicedata | 2 +- python-rpm-macros-20240415.c664b45.tar.xz | 3 --- python-rpm-macros-20240614.02920b8.tar.xz | 3 +++ python-rpm-macros.changes | 8 ++++++++ python-rpm-macros.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20240415.c664b45.tar.xz create mode 100644 python-rpm-macros-20240614.02920b8.tar.xz diff --git a/_servicedata b/_servicedata index a8dcdf4..54f7818 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 - c664b45d00b8f10a956c84737de6e719453e0174 \ No newline at end of file + 02920b86217fd463189eb7a7816ac8ab4962c576 \ No newline at end of file diff --git a/python-rpm-macros-20240415.c664b45.tar.xz b/python-rpm-macros-20240415.c664b45.tar.xz deleted file mode 100644 index 7e7c916..0000000 --- a/python-rpm-macros-20240415.c664b45.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ff8d4fd4d0ec0150cc7d32f28ee0c5b5d38deb52f81ca8399508513457ac11 -size 20008 diff --git a/python-rpm-macros-20240614.02920b8.tar.xz b/python-rpm-macros-20240614.02920b8.tar.xz new file mode 100644 index 0000000..77bcb6a --- /dev/null +++ b/python-rpm-macros-20240614.02920b8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c8115142a611bafcbbca17fd21f691e869b698572cd99b9b4eeca0dffa27b6 +size 20040 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 2de8238..d2dc4d4 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jun 17 06:42:43 UTC 2024 - mcepl@cepl.eu + +- Update to version 20240614.02920b8: + * Make sure that RPM_BUILD_ROOT env is set + * don't eliminate any cmdline arguments in the shebang line + * Create python313 macros + ------------------------------------------------------------------- Mon May 27 12:43:48 UTC 2024 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index d8c5db6..304c9c8 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20240415.c664b45 +Version: 20240614.02920b8 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL