From 0c853628687273a250b77df83ddd3b762b2c7287a2773de15f3b1365df1104b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 Dec 2017 15:57:12 +0000 Subject: [PATCH] - Version update to 1.0.1 bsc#1071561: * Recognize new rpm trgger* events * Remove otherproviders conflicts syntax (just keep the pkg name) * Detect more apache macros * Drop py_requires macro that is useless OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=112 --- spec-cleaner-1.0.0.tar.gz | 3 --- spec-cleaner-1.0.1.tar.gz | 3 +++ spec-cleaner.changes | 9 +++++++++ spec-cleaner.dsc | 4 ++-- spec-cleaner.spec | 5 +---- 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 spec-cleaner-1.0.0.tar.gz create mode 100644 spec-cleaner-1.0.1.tar.gz diff --git a/spec-cleaner-1.0.0.tar.gz b/spec-cleaner-1.0.0.tar.gz deleted file mode 100644 index 54a86fb..0000000 --- a/spec-cleaner-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ab501728692cf97f38b8111c93b6ff038a05f20d024b4aa3c69267b6d6568d5 -size 446119 diff --git a/spec-cleaner-1.0.1.tar.gz b/spec-cleaner-1.0.1.tar.gz new file mode 100644 index 0000000..46197b0 --- /dev/null +++ b/spec-cleaner-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0710baefc5a36cca3fbb8d2b2ef37e65062dfaa699f3b8aa28b2632b16a614d9 +size 447034 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 7905048..49040bf 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 6 15:53:43 UTC 2017 - tchvatal@suse.com + +- Version update to 1.0.1 bsc#1071561: + * Recognize new rpm trgger* events + * Remove otherproviders conflicts syntax (just keep the pkg name) + * Detect more apache macros + * Drop py_requires macro that is useless + ------------------------------------------------------------------- Tue Sep 26 10:41:26 UTC 2017 - tchvatal@suse.com diff --git a/spec-cleaner.dsc b/spec-cleaner.dsc index 5ce28b2..95702ee 100644 --- a/spec-cleaner.dsc +++ b/spec-cleaner.dsc @@ -1,8 +1,8 @@ Format: 3.0 (quilt) Source: spec-cleaner -Version: 1.0.0-1 +Version: 1.0.1-1 Binary: spec-cleaner -Maintainer: Přemysl Janouch +Maintainer: Tomáš Chvátal Architecture: all Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose, python3-setuptools, dh-python diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 05fff4b..e5a2062 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -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: 1.0.0 +Version: 1.0.1 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause @@ -38,7 +38,6 @@ BuildRequires: python3-nose BuildRequires: python3-setuptools # For the pkg_resources used in the binary loader Requires: python3-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -74,7 +73,6 @@ python3 setup.py test python3 setup.py install --root=%{buildroot} %files -%defattr(-, root, root) %{_bindir}/%{name} %dir %{_libexecdir}/obs/ %dir %{_libexecdir}/obs/service/ @@ -116,7 +114,6 @@ python3 setup.py install --root=%{buildroot} %{_datadir}/%{name}/tex_conversions.txt %files format_spec_file -%defattr(-,root,root) %{_libexecdir}/obs/service/format_spec_file %{_libexecdir}/obs/service/format_spec_file.service