From 3fa2aab3571d3d877ec4b1b2643a41d065f5a1491027f85e85dc07f4c62d0db8 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 18 Aug 2023 09:41:10 +0000 Subject: [PATCH] - Update to version 2.4.0+git20230818.5cdd21d0: * dbus-services: keep old deepin names around until rename is complete (bsc#1214101) * BinariesCheck: Allow ELF prefix in magic string * README: added test coverage badge * pkg_resource is deprecated, importlib and packaging are standard now * Change setuptools dependency version and license * Add 'rpmlint.descriptions' to packages on pyproject.toml * Move metadata from setup.py to pyproject.toml OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1074 --- _servicedata | 2 +- rpmlint-2.4.0+git20230727.0fd5122.tar.xz | 3 --- rpmlint-2.4.0+git20230818.5cdd21d0.tar.xz | 3 +++ rpmlint.changes | 12 ++++++++++++ rpmlint.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230727.0fd5122.tar.xz create mode 100644 rpmlint-2.4.0+git20230818.5cdd21d0.tar.xz diff --git a/_servicedata b/_servicedata index 5c35871..dd7a895 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 0fd51229805904affd5eb6a928696e1d7276d12d \ No newline at end of file + e0596d1c50c618e07f1e3e1350dcb0ae26e52f8c \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230727.0fd5122.tar.xz b/rpmlint-2.4.0+git20230727.0fd5122.tar.xz deleted file mode 100644 index 3f9d08b..0000000 --- a/rpmlint-2.4.0+git20230727.0fd5122.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:944b4ed09a6cbb30d51450263f80f30e1d877b8e7ea2ad2b1f8afbdece26adf6 -size 7333176 diff --git a/rpmlint-2.4.0+git20230818.5cdd21d0.tar.xz b/rpmlint-2.4.0+git20230818.5cdd21d0.tar.xz new file mode 100644 index 0000000..1c5e16c --- /dev/null +++ b/rpmlint-2.4.0+git20230818.5cdd21d0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bb33b208be538253d808d5cf0e39c9c00a529fad0c71501dab69eeb81e47ae +size 7333184 diff --git a/rpmlint.changes b/rpmlint.changes index e93fcd0..8a06ebf 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Aug 18 09:31:56 UTC 2023 - matthias.gerstner@suse.com + +- Update to version 2.4.0+git20230818.5cdd21d0: + * dbus-services: keep old deepin names around until rename is complete (bsc#1214101) + * BinariesCheck: Allow ELF prefix in magic string + * README: added test coverage badge + * pkg_resource is deprecated, importlib and packaging are standard now + * Change setuptools dependency version and license + * Add 'rpmlint.descriptions' to packages on pyproject.toml + * Move metadata from setup.py to pyproject.toml + ------------------------------------------------------------------- Thu Jul 27 14:51:53 UTC 2023 - filippo.bonazzi@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index e0e2ca7..c00c9a2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230727.0fd5122 +Version: 2.4.0+git20230818.5cdd21d0 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later