Accepting request 568515 from openSUSE:Tools

- 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

OBS-URL: https://build.opensuse.org/request/show/568515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2018-01-24 14:30:49 +00:00 committed by Git OBS Bridge
commit 6469552bd8
5 changed files with 19 additions and 9 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -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 Wed Dec 6 15:53:43 UTC 2017 - tchvatal@suse.com

View File

@ -4,5 +4,5 @@ Version: 1.0.1-1
Binary: spec-cleaner Binary: spec-cleaner
Maintainer: Tomáš Chvátal <tchvatal@suse.com> Maintainer: Tomáš Chvátal <tchvatal@suse.com>
Architecture: all Architecture: all
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose, Build-Depends: debhelper (>= 9), python3-dev, python3-pytest,
python3-setuptools, dh-python python3-pytest-runner, python3-pytest-cov, python3-setuptools, dh-python

View File

@ -1,7 +1,7 @@
# #
# spec file for package spec-cleaner # 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 <vuntz@opensuse.org> # Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # 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 # This is used for Fedora, we need to sync this
%{!?py3_ver: %define py3_ver %{python3_version}} %{!?py3_ver: %define py3_ver %{python3_version}}
Name: spec-cleaner Name: spec-cleaner
Version: 1.0.1 Version: 1.0.2
Release: 0 Release: 0
Summary: .spec file cleaner Summary: .spec file cleaner
License: BSD-3-Clause License: BSD-3-Clause
@ -33,8 +33,9 @@ Source3: debian.control
Source4: debian.rules Source4: debian.rules
Source5: %{name}.dsc Source5: %{name}.dsc
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-mock BuildRequires: python3-pytest
BuildRequires: python3-nose BuildRequires: python3-pytest-cov
BuildRequires: python3-pytest-runner
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
# For the pkg_resources used in the binary loader # For the pkg_resources used in the binary loader
Requires: python3-setuptools Requires: python3-setuptools