From bb37170bf2dc0cd05e26d228578473866b6c4c2bbd0d8d6c8f3bb380bab166c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 25 Jul 2022 07:59:33 +0000 Subject: [PATCH] - Update to version 2.3.0+git20220725.8b1e5f2a: * Port 2 usages of toml library to tomli. * Port TOML configs to tomli library OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=941 --- _servicedata | 2 +- rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz | 3 --- rpmlint-2.3.0+git20220725.8b1e5f2a.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz create mode 100644 rpmlint-2.3.0+git20220725.8b1e5f2a.tar.xz diff --git a/_servicedata b/_servicedata index 23eb100..6d18ad5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - dee417432bc8249d323e4dc46b99a823dfeb37d8 \ No newline at end of file + e4213a0e9eea05f374802dfd982663544c9982dd \ No newline at end of file diff --git a/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz b/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz deleted file mode 100644 index c3e29d4..0000000 --- a/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9434e3657362d87e8714ecb8bafcde397b7fa7775df555ccc04d91df5edfc216 -size 6753732 diff --git a/rpmlint-2.3.0+git20220725.8b1e5f2a.tar.xz b/rpmlint-2.3.0+git20220725.8b1e5f2a.tar.xz new file mode 100644 index 0000000..3c7e11e --- /dev/null +++ b/rpmlint-2.3.0+git20220725.8b1e5f2a.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7e7bd2dab0fc4942c00813379140c58d6a8733c97a2cde2e588b16394fa5c0 +size 6754004 diff --git a/rpmlint.changes b/rpmlint.changes index 7471dd4..3a3ee73 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 25 07:58:17 UTC 2022 - mliska@suse.cz + +- Update to version 2.3.0+git20220725.8b1e5f2a: + * Port 2 usages of toml library to tomli. + * Port TOML configs to tomli library + ------------------------------------------------------------------- Sun Jul 24 14:30:23 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 893d266..9c0f889 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.3.0+git20220724.d9fd8cf3 +Version: 2.3.0+git20220725.8b1e5f2a Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later