From a520c930abe001fdac8db275aaacdf0d8fd069b92117a549f7088fcd73212baf Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Fri, 14 Jun 2024 07:36:36 +0000 Subject: [PATCH] Accepting request 1180831 from home:schubi2 - Update to version 0.7.2: * Do not check errno while float conversion. This is a false alarm for S390 and PPC (#210) - Update to version 0.7.2: * Do not check errno while float conversion. This is a false alarm for S390 and PPC (#210). OBS-URL: https://build.opensuse.org/request/show/1180831 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=30 --- _servicedata | 2 +- libeconf-0.7.1.tar.xz | 3 --- libeconf-0.7.2.tar.xz | 3 +++ libeconf.changes | 7 +++++++ libeconf.spec | 2 +- python-libeconf.changes | 7 +++++++ python-libeconf.spec | 2 +- 7 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 libeconf-0.7.1.tar.xz create mode 100644 libeconf-0.7.2.tar.xz diff --git a/_servicedata b/_servicedata index f73fb8d..6f3ae69 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/libeconf.git - ccaf9121a8d15a043509af6e6545925b7e82a270 + 0097fc5d550b69e245310ec8b05806158fcce85d \ No newline at end of file diff --git a/libeconf-0.7.1.tar.xz b/libeconf-0.7.1.tar.xz deleted file mode 100644 index 57fb85c..0000000 --- a/libeconf-0.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff65f21c2773d2c6a92102ae56152793d0b5e2a0e0b9bbd18f0aedc40d388d6 -size 176544 diff --git a/libeconf-0.7.2.tar.xz b/libeconf-0.7.2.tar.xz new file mode 100644 index 0000000..c53016a --- /dev/null +++ b/libeconf-0.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25ce67bba2541e19f895a51faa7b87dba56426b48789ecbe2c937581ea19424 +size 176696 diff --git a/libeconf.changes b/libeconf.changes index a86dc2d..1aa150a 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com + +- Update to version 0.7.2: + * Do not check errno while float conversion. This is a false + alarm for S390 and PPC (#210) + ------------------------------------------------------------------- Mon Jun 10 07:36:06 UTC 2024 - schubi@suse.com diff --git a/libeconf.spec b/libeconf.spec index 5c23c0f..bdcb727 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -18,7 +18,7 @@ %define lname libeconf0 Name: libeconf -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Enhanced config file parser ala systemd License: LGPL-2.1-or-later diff --git a/python-libeconf.changes b/python-libeconf.changes index 337bfe7..cdce558 100644 --- a/python-libeconf.changes +++ b/python-libeconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com + +- Update to version 0.7.2: + * Do not check errno while float conversion. This is a false + alarm for S390 and PPC (#210). + ------------------------------------------------------------------- Mon Jun 10 07:36:06 UTC 2024 - schubi@suse.com diff --git a/python-libeconf.spec b/python-libeconf.spec index 3b0f57d..bd95a9b 100644 --- a/python-libeconf.spec +++ b/python-libeconf.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define skip_python39 1 Name: python-libeconf -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Python bindings for libeconf License: LGPL-2.1-or-later