- Version bump to 0.7.0:
* Various small code cleanups and readability improvemnets * Better macro detection to allow braces in macros * Fix minimal mode appending empty lines in some cases * Various additional bracketing excludes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=50
This commit is contained in:
parent
189484ad52
commit
19abbaaf06
BIN
spec-cleaner-0.6.9.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.6.9.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 3 09:11:19 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version bump to 0.7.0:
|
||||||
|
* Various small code cleanups and readability improvemnets
|
||||||
|
* Better macro detection to allow braces in macros
|
||||||
|
* Fix minimal mode appending empty lines in some cases
|
||||||
|
* Various additional bracketing excludes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 19:21:18 UTC 2015 - tchvatal@suse.com
|
Thu Apr 16 19:21:18 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# This is used for Fedora, we need to sync this
|
# This is used for Fedora, we need to sync this
|
||||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 0.6.9
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user