From 61a9c36651c2f9d74de92f84155894eb913e9ec87c74ee20d7663277d3196cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 Jan 2020 12:54:58 +0000 Subject: [PATCH] Accepting request 768709 from home:kstreitova:branches:openSUSE:Tools - Update to 1.1.8 bsc#1099674: * Change libexecdir substitution to do /usr/libexec to %{_libexecdir} * Exclude apache_rex_check from bracketing * Add testscase for boolean dependencies that gets mangled currently * Do not remove -p0 from autosetup * Use %make_build if possible issue * Teach spec-cleaner to not break the %elif* macros added with rpm 4.15 * Fixup the nested boolean dependencies * Fixup whitespace reported by flake8 * Set explicit urllib timeout issue * Replace more stuff for %make build OBS-URL: https://build.opensuse.org/request/show/768709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=146 --- spec-cleaner-1.1.7.tar.gz | 3 --- spec-cleaner-1.1.8.tar.gz | 3 +++ spec-cleaner.changes | 16 ++++++++++++++++ spec-cleaner.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 spec-cleaner-1.1.7.tar.gz create mode 100644 spec-cleaner-1.1.8.tar.gz diff --git a/spec-cleaner-1.1.7.tar.gz b/spec-cleaner-1.1.7.tar.gz deleted file mode 100644 index ae9aa4c..0000000 --- a/spec-cleaner-1.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4ac761f100181074f570c408e431c6664366b7afdb6e1af3ec6cc0d70ba2b8b -size 496234 diff --git a/spec-cleaner-1.1.8.tar.gz b/spec-cleaner-1.1.8.tar.gz new file mode 100644 index 0000000..dfc609a --- /dev/null +++ b/spec-cleaner-1.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1156c6d09b504bfc74862fd917c69fa0b02d196bb19deccc456c174fa7556b +size 496569 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 6bade92..bdd23ce 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jan 30 12:00:42 UTC 2020 - Kristyna Streitova + +- Update to 1.1.8 bsc#1099674: + * Change libexecdir substitution to do /usr/libexec to %{_libexecdir} + * Exclude apache_rex_check from bracketing + * Add testscase for boolean dependencies that gets mangled currently + * Do not remove -p0 from autosetup + * Use %make_build if possible issue + * Teach spec-cleaner to not break the %elif* macros added with + rpm 4.15 + * Fixup the nested boolean dependencies + * Fixup whitespace reported by flake8 + * Set explicit urllib timeout issue + * Replace more stuff for %make build + ------------------------------------------------------------------- Thu Nov 14 10:44:59 UTC 2019 - Tomáš Chvátal diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 53b99f1..842f8cb 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,7 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: spec-cleaner -Version: 1.1.7 +Version: 1.1.8 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause