diff --git a/spec-cleaner-1.0.1.tar.gz b/spec-cleaner-1.0.1.tar.gz deleted file mode 100644 index 46197b0..0000000 --- a/spec-cleaner-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0710baefc5a36cca3fbb8d2b2ef37e65062dfaa699f3b8aa28b2632b16a614d9 -size 447034 diff --git a/spec-cleaner-1.0.2.tar.gz b/spec-cleaner-1.0.2.tar.gz new file mode 100644 index 0000000..093ea85 --- /dev/null +++ b/spec-cleaner-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85b8ccd2bf4e9a9cad20ae8138e6102dee6e41a287a499342f804fc6234ac50 +size 446860 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 49040bf..f2bd219 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 23 10:01:37 UTC 2018 - tchvatal@suse.com + +- Version update to 1.0.2 bsc#1077177: + * Allow changelog-year specification via cmdline + * Switch to pytest + * Add groups for rust + * Fix bug in otherprovides removal + ------------------------------------------------------------------- Wed Dec 6 15:53:43 UTC 2017 - tchvatal@suse.com diff --git a/spec-cleaner.dsc b/spec-cleaner.dsc index 95702ee..7ebc91e 100644 --- a/spec-cleaner.dsc +++ b/spec-cleaner.dsc @@ -4,5 +4,5 @@ Version: 1.0.1-1 Binary: spec-cleaner Maintainer: Tomáš Chvátal Architecture: all -Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose, - python3-setuptools, dh-python +Build-Depends: debhelper (>= 9), python3-dev, python3-pytest, + python3-pytest-runner, python3-pytest-cov, python3-setuptools, dh-python diff --git a/spec-cleaner.spec b/spec-cleaner.spec index e5a2062..f49dc75 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,7 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties @@ -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.1 +Version: 1.0.2 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause @@ -33,8 +33,9 @@ Source3: debian.control Source4: debian.rules Source5: %{name}.dsc BuildRequires: python3-devel -BuildRequires: python3-mock -BuildRequires: python3-nose +BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov +BuildRequires: python3-pytest-runner BuildRequires: python3-setuptools # For the pkg_resources used in the binary loader Requires: python3-setuptools