- Version bump to 0.4.2:

+ fix inlining
  + fix service shell script
  + rename obs service to different from format_spec_file

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal 2013-11-29 11:28:09 +00:00 committed by Git OBS Bridge
parent a3570f57a7
commit 9dd6ba74fb
4 changed files with 14 additions and 8 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 29 11:27:00 UTC 2013 - tchvatal@suse.com
- Version bump to 0.4.2:
+ fix inlining
+ fix service shell script
+ rename obs service to different from format_spec_file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 12:15:14 UTC 2013 - tchvatal@suse.com Mon Nov 25 12:15:14 UTC 2013 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
Name: spec-cleaner Name: spec-cleaner
Version: 0.4.1 Version: 0.4.2
Release: 0 Release: 0
Summary: .spec file cleaner Summary: .spec file cleaner
License: BSD-3-Clause License: BSD-3-Clause
@ -30,8 +30,6 @@ BuildRequires: python
BuildRequires: python3 BuildRequires: python3
%endif %endif
Requires: python-base Requires: python-base
Provides: obs-service-format_spec_file = %{version}
Obsoletes: obs-service-format_spec_file < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -60,8 +58,8 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} \
%{_bindir}/%{name} %{_bindir}/%{name}
%dir %{_libexecdir}/obs/ %dir %{_libexecdir}/obs/
%dir %{_libexecdir}/obs/service/ %dir %{_libexecdir}/obs/service/
%{_libexecdir}/obs/service/format_spec_file %{_libexecdir}/obs/service/clean_spec_file
%{_libexecdir}/obs/service/format_spec_file.service %{_libexecdir}/obs/service/clean_spec_file.service
%dir %{python_sitelib}/spec_cleaner/ %dir %{python_sitelib}/spec_cleaner/
%{python_sitelib}/spec_cleaner/__init__.py* %{python_sitelib}/spec_cleaner/__init__.py*
%{python_sitelib}/spec_cleaner/fileutils.py* %{python_sitelib}/spec_cleaner/fileutils.py*