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
This commit is contained in:
Tomáš Chvátal 2020-01-30 12:54:58 +00:00 committed by Git OBS Bridge
parent 8e133f190f
commit 61a9c36651
4 changed files with 21 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 30 12:00:42 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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 <vuntz@opensuse.org>
#
# 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