From 6de08b7d761b1a6e5f809b667c883649cbbd76070a7fe02dac8c200b6778bf3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Aug 2018 07:19:53 +0000 Subject: [PATCH] - 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/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=132 --- spec-cleaner-1.1.0.tar.gz | 3 --- spec-cleaner-1.1.1.tar.gz | 3 +++ spec-cleaner.changes | 11 +++++++++++ spec-cleaner.spec | 3 +-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 spec-cleaner-1.1.0.tar.gz create mode 100644 spec-cleaner-1.1.1.tar.gz diff --git a/spec-cleaner-1.1.0.tar.gz b/spec-cleaner-1.1.0.tar.gz deleted file mode 100644 index 481c9c6..0000000 --- a/spec-cleaner-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27c6a2e617098d9ef04320ccd654c1bd688e88e18c0b95f820a6b636f66b4278 -size 482260 diff --git a/spec-cleaner-1.1.1.tar.gz b/spec-cleaner-1.1.1.tar.gz new file mode 100644 index 0000000..44ecbf8 --- /dev/null +++ b/spec-cleaner-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea240ef254d6ca5f9d1d04fe4548db9762db05c7449ce10aff907c126359a27 +size 482497 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index ffc7942..ab55dac 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -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 diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 532e6d6..4b99447 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -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