Accepting request 619757 from openSUSE:Tools

- Version uppdate to 1.0.9 bsc#1099674:
  * Move some checks from rpmlint to be autochecked
  * Dropped support of py2
  * Fixed error reported on parsing non-utf spec-file
  * Leap 15.0 used as base for conversions to pkgconfig/etc.

OBS-URL: https://build.opensuse.org/request/show/619757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2018-06-29 20:36:59 +00:00 committed by Git OBS Bridge
commit 272146c002
4 changed files with 14 additions and 4 deletions

BIN
spec-cleaner-1.0.8.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
spec-cleaner-1.0.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 29 11:19:48 UTC 2018 - tchvatal@suse.com
- Version uppdate to 1.0.9 bsc#1099674:
* Move some checks from rpmlint to be autochecked
* Dropped support of py2
* Fixed error reported on parsing non-utf spec-file
* Leap 15.0 used as base for conversions to pkgconfig/etc.
-------------------------------------------------------------------
Fri May 11 12:38:26 UTC 2018 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
Name: spec-cleaner
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: .spec file cleaner
License: BSD-3-Clause
@ -56,6 +56,7 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file.
python3 setup.py build
%check
export LANG=en_US.UTF-8
python3 setup.py test
%install