From 73e2ca1a5c105134b0296e9e9662abe539e17e53ff4e08efa5d7960cb29c8395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 13 Jan 2023 07:52:46 +0000 Subject: [PATCH] - Update to version 2.4.0+git20230112.139edaf: * use subprocess.run(..., text=True) instead of stdout.decode() * Print number of messages that are filtered out * Speed up DuplicatesCheck by shorter messages OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1015 --- _servicedata | 2 +- rpmlint-2.4.0+git20230111.8ae3cb5.tar.xz | 3 --- rpmlint-2.4.0+git20230112.139edaf.tar.xz | 3 +++ rpmlint.changes | 8 ++++++++ rpmlint.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230111.8ae3cb5.tar.xz create mode 100644 rpmlint-2.4.0+git20230112.139edaf.tar.xz diff --git a/_servicedata b/_servicedata index f1a9910..32f4984 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 8ae3cb56c10bdec501366a206fee073edbbed1ea \ No newline at end of file + 139edafdecf9259cffcac601a60785f379d89495 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230111.8ae3cb5.tar.xz b/rpmlint-2.4.0+git20230111.8ae3cb5.tar.xz deleted file mode 100644 index 6db300f..0000000 --- a/rpmlint-2.4.0+git20230111.8ae3cb5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e06b2cc8707980ba02cb2b27f80f94efe488a7478876b115035541eeffbb38c -size 6761372 diff --git a/rpmlint-2.4.0+git20230112.139edaf.tar.xz b/rpmlint-2.4.0+git20230112.139edaf.tar.xz new file mode 100644 index 0000000..6db068d --- /dev/null +++ b/rpmlint-2.4.0+git20230112.139edaf.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bb6084bdda5ed0a9d305c9489a5970fd6f1dd4d7bdecfcfab3796c3066f0cb +size 6761504 diff --git a/rpmlint.changes b/rpmlint.changes index 5165732..f20d4ad 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 13 07:50:36 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230112.139edaf: + * use subprocess.run(..., text=True) instead of stdout.decode() + * Print number of messages that are filtered out + * Speed up DuplicatesCheck by shorter messages + ------------------------------------------------------------------- Wed Jan 11 14:08:35 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 74296eb..0431a02 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230111.8ae3cb5 +Version: 2.4.0+git20230112.139edaf Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later