diff --git a/spec-cleaner-0.6.2.tar.gz b/spec-cleaner-0.6.2.tar.gz deleted file mode 100644 index fa2a0cf..0000000 --- a/spec-cleaner-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d88951130786bafc9cba47c948ff5e4818dfd7a2b81768c79e3410764f5115e -size 61991 diff --git a/spec-cleaner-0.6.3.tar.gz b/spec-cleaner-0.6.3.tar.gz new file mode 100644 index 0000000..da89ff5 --- /dev/null +++ b/spec-cleaner-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c233f1832281acf6379f36a833ceaca91b28dbcc8bab99a5ba31a69c430827 +size 64252 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index b571891..8bac21e 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 12 09:33:22 UTC 2014 - tchvatal@suse.com + +- Version bump to 0.6.3: + * Fix diff mode + * Various %if macro whitespacing issues squashing + * Base pkgconf conversions from 13.2 + +------------------------------------------------------------------- +Sun Oct 12 09:27:16 UTC 2014 - tchvatal@suse.com + +- Make us build again for Fedora + ------------------------------------------------------------------- Mon Sep 22 13:21:47 UTC 2014 - tchvatal@suse.com diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 8550284..6a50db4 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -17,14 +17,17 @@ # +# This is used for Fedora, we need to sync this +%{!?py3_ver: %define py3_ver %{python3_version}} Name: spec-cleaner -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause Group: Development/Tools/Other Url: http://github.com/openSUSE/spec-cleaner Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz +BuildRequires: python3-devel BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-setuptools @@ -41,6 +44,11 @@ will never be perfect. %prep %setup -q -n %{name}-%{name}-%{version} +# set libexec properly so it works on Fedora too +sed -i \ + -e 's:/usr/lib/obs/:%{_libexecdir}/obs/:g' \ + setup.py + %build python3 setup.py build