forked from pool/spec-cleaner
Accepting request 456788 from openSUSE:Tools
- Version update to 0.9.2: * More minimal fixes * Add option to keep vertical space in preamble if desired OBS-URL: https://build.opensuse.org/request/show/456788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=38
This commit is contained in:
commit
e9961fe78d
BIN
spec-cleaner-0.9.1.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.9.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.9.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.9.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 12:02:34 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.9.2:
|
||||
* More minimal fixes
|
||||
* Add option to keep vertical space in preamble if desired
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 20:45:38 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 3.0 (quilt)
|
||||
Source: spec-cleaner
|
||||
Version: 0.9.1-1
|
||||
Version: 0.9.2-1
|
||||
Binary: spec-cleaner
|
||||
Maintainer: Přemysl Janouch <pjanouch@suse.com>
|
||||
Architecture: all
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spec-cleaner
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
# This is used for Fedora, we need to sync this
|
||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||
Name: spec-cleaner
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: .spec file cleaner
|
||||
License: BSD-3-Clause
|
||||
@ -82,6 +82,7 @@ python3 setup.py install --root=%{buildroot}
|
||||
%{_libexecdir}/obs/service/clean_spec_file.service
|
||||
%dir %{python3_sitelib}/spec_cleaner/
|
||||
%{python3_sitelib}/spec_cleaner/__init__.py
|
||||
%{python3_sitelib}/spec_cleaner/__main__.py
|
||||
%{python3_sitelib}/spec_cleaner/dependency_parser.py
|
||||
%{python3_sitelib}/spec_cleaner/fileutils.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmbuild.py
|
||||
|
Loading…
Reference in New Issue
Block a user