Accepting request 393066 from openSUSE:Tools

- Version update to 0.8.2:
  * Add switch to disable copyright generating
  * Few small fixes
  * Tweak pkgconfig addition to work on all distros not just openSUSE

OBS-URL: https://build.opensuse.org/request/show/393066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2016-05-02 08:44:52 +00:00 committed by Git OBS Bridge
commit 852f908553
6 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,10 @@
spec-cleaner (0.8.0-1) stable; urgency=low
spec-cleaner (0.8.2-1) stable; urgency=low
* Update to upstream 0.8.2 release
-- Tomáš Chvátal <tchvatal@suse.cz> Thu, 29 Apr 2016 22:30:00 +0100
spec-cleaner (0.8.1-1) stable; urgency=low
* Update to upstream 0.8.1 release

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 29 20:42:17 UTC 2016 - tchvatal@suse.com
- Version update to 0.8.2:
* Add switch to disable copyright generating
* Few small fixes
* Tweak pkgconfig addition to work on all distros not just openSUSE
-------------------------------------------------------------------
Thu Apr 14 19:35:58 UTC 2016 - tchvatal@suse.com

View File

@ -1,6 +1,6 @@
Format: 3.0 (quilt)
Source: spec-cleaner
Version: 0.8.1-1
Version: 0.8.2-1
Binary: spec-cleaner
Maintainer: Přemysl Janouch <pjanouch@suse.com>
Architecture: all

View File

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