forked from pool/spec-cleaner
Accepting request 394945 from openSUSE:Tools
- Version update to 0.8.5: * Fix for pkgconfig adding in preamble section - Version update to 0.8.4: * 0.8.3 skipped due to pypi mistake * set suffix for manpages/infopages * remove suse_update_config * remove more authors blobs * redo options passing to be more readable * split out testsuite (now runs ~270 tests) * few bracketing excludes updates * Fix the no-header option to do what everyone would expect OBS-URL: https://build.opensuse.org/request/show/394945 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=33
This commit is contained in:
commit
25d0d1e033
BIN
spec-cleaner-0.8.2.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.8.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.8.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.8.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 11 20:08:16 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 0.8.5:
|
||||||
|
* Fix for pkgconfig adding in preamble section
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 11 11:22:36 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 0.8.4:
|
||||||
|
* 0.8.3 skipped due to pypi mistake
|
||||||
|
* set suffix for manpages/infopages
|
||||||
|
* remove suse_update_config
|
||||||
|
* remove more authors blobs
|
||||||
|
* redo options passing to be more readable
|
||||||
|
* split out testsuite (now runs ~270 tests)
|
||||||
|
* few bracketing excludes updates
|
||||||
|
* Fix the no-header option to do what everyone would expect
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 29 20:42:17 UTC 2016 - tchvatal@suse.com
|
Fri Apr 29 20:42:17 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 3.0 (quilt)
|
Format: 3.0 (quilt)
|
||||||
Source: spec-cleaner
|
Source: spec-cleaner
|
||||||
Version: 0.8.2-1
|
Version: 0.8.5-1
|
||||||
Binary: spec-cleaner
|
Binary: spec-cleaner
|
||||||
Maintainer: Přemysl Janouch <pjanouch@suse.com>
|
Maintainer: Přemysl Janouch <pjanouch@suse.com>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -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.8.2
|
Version: 0.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -90,6 +90,7 @@ python3 setup.py install --root=%{buildroot}
|
|||||||
%{python3_sitelib}/spec_cleaner/rpmdescription.py
|
%{python3_sitelib}/spec_cleaner/rpmdescription.py
|
||||||
%{python3_sitelib}/spec_cleaner/rpmexception.py
|
%{python3_sitelib}/spec_cleaner/rpmexception.py
|
||||||
%{python3_sitelib}/spec_cleaner/rpmfiles.py
|
%{python3_sitelib}/spec_cleaner/rpmfiles.py
|
||||||
|
%{python3_sitelib}/spec_cleaner/rpmhelpers.py
|
||||||
%{python3_sitelib}/spec_cleaner/rpminstall.py
|
%{python3_sitelib}/spec_cleaner/rpminstall.py
|
||||||
%{python3_sitelib}/spec_cleaner/rpmpreamble.py
|
%{python3_sitelib}/spec_cleaner/rpmpreamble.py
|
||||||
%{python3_sitelib}/spec_cleaner/rpmprep.py
|
%{python3_sitelib}/spec_cleaner/rpmprep.py
|
||||||
|
Loading…
Reference in New Issue
Block a user