forked from pool/spec-cleaner
- Version update to 0.9.5:
* More fixes for the dep_parser * Convert pypy urls to new format * Start of rpmpreamble cleanup OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=101
This commit is contained in:
parent
d243e02e44
commit
2f0e254de6
BIN
spec-cleaner-0.9.4.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.9.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.9.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.9.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 12:41:28 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.9.5:
|
||||
* More fixes for the dep_parser
|
||||
* Convert pypy urls to new format
|
||||
* Start of rpmpreamble cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 8 09:18:20 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 3.0 (quilt)
|
||||
Source: spec-cleaner
|
||||
Version: 0.9.4-1
|
||||
Version: 0.9.5-1
|
||||
Binary: spec-cleaner
|
||||
Maintainer: Přemysl Janouch <pjanouch@suse.com>
|
||||
Architecture: all
|
||||
|
@ -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.4
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: .spec file cleaner
|
||||
License: BSD-3-Clause
|
||||
@ -95,9 +95,11 @@ python3 setup.py install --root=%{buildroot}
|
||||
%{python3_sitelib}/spec_cleaner/rpmhelpers.py
|
||||
%{python3_sitelib}/spec_cleaner/rpminstall.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmpreamble.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmpreambleelements.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmprep.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmprune.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmregexp.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmrequirestoken.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmpackage.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmscriplets.py
|
||||
%{python3_sitelib}/spec_cleaner/rpmsection.py
|
||||
|
Loading…
Reference in New Issue
Block a user