Accepting request 630463 from openSUSE:Tools

- Version update to 1.1.1 bsc#1099674:
  * Fix help message not working
  * Make libexecdir opt-in rather than opt-out
  * Account for LICENCE string not just LICENSE
  * Warn about direct qmake/meson usage
  * Use https when mentioning bugzilla in header
  * Use tuples on some places rather than lists

OBS-URL: https://build.opensuse.org/request/show/630463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2018-08-20 14:21:46 +00:00 committed by Git OBS Bridge
commit eb7b1867de
4 changed files with 15 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 20 07:15:54 UTC 2018 - tchvatal@suse.com
- Version update to 1.1.1 bsc#1099674:
* Fix help message not working
* Make libexecdir opt-in rather than opt-out
* Account for LICENCE string not just LICENSE
* Warn about direct qmake/meson usage
* Use https when mentioning bugzilla in header
* Use tuples on some places rather than lists
-------------------------------------------------------------------
Sun Jul 1 16:06:19 UTC 2018 - tchvatal@suse.com

View File

@ -18,14 +18,13 @@
Name: spec-cleaner
Version: 1.1.0
Version: 1.1.1
Release: 0
Summary: .spec file cleaner
License: BSD-3-Clause
Group: Development/Tools/Other
URL: http://github.com/openSUSE/spec-cleaner
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-pytest-runner