Accepting request 365180 from openSUSE:Tools

- Version update to 0.7.9:
  * Fix bug in %if detection if it was curlified
  * Add one more case of RPM_BUILD_ROOT replacement
  * Detect wrong Group values and suggest correct ones

OBS-URL: https://build.opensuse.org/request/show/365180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2016-03-03 14:16:35 +00:00 committed by Git OBS Bridge
commit 21982ec9b7
4 changed files with 13 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 3 10:00:17 UTC 2016 - tchvatal@suse.com
- Version update to 0.7.9:
* Fix bug in %if detection if it was curlified
* Add one more case of RPM_BUILD_ROOT replacement
* Detect wrong Group values and suggest correct ones
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 17 09:51:40 UTC 2016 - tchvatal@suse.com Wed Feb 17 09:51:40 UTC 2016 - tchvatal@suse.com

View File

@ -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.7.8 Version: 0.7.9
Release: 0 Release: 0
Summary: .spec file cleaner Summary: .spec file cleaner
License: BSD-3-Clause License: BSD-3-Clause
@ -98,6 +98,7 @@ python3 setup.py install --root=%{buildroot}
%{_datadir}/%{name}/excludes-bracketing.txt %{_datadir}/%{name}/excludes-bracketing.txt
%{_datadir}/%{name}/licenses_changes.txt %{_datadir}/%{name}/licenses_changes.txt
%{_datadir}/%{name}/pkgconfig_conversions.txt %{_datadir}/%{name}/pkgconfig_conversions.txt
%{_datadir}/%{name}/allowed_groups.txt
%files format_spec_file %files format_spec_file
%defattr(-,root,root) %defattr(-,root,root)