Accepting request 1058142 from devel:openSUSE:Factory:rpmlint

- 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/request/show/1058142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=431
This commit is contained in:
Dominique Leuenberger 2023-01-14 19:31:42 +00:00 committed by Git OBS Bridge
commit 20e8afdf13
5 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">8ae3cb56c10bdec501366a206fee073edbbed1ea</param></service></servicedata>
<param name="changesrevision">139edafdecf9259cffcac601a60785f379d89495</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e06b2cc8707980ba02cb2b27f80f94efe488a7478876b115035541eeffbb38c
size 6761372

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32bb6084bdda5ed0a9d305c9489a5970fd6f1dd4d7bdecfcfab3796c3066f0cb
size 6761504

View File

@ -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

View File

@ -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