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:
commit
6469552bd8
BIN
spec-cleaner-1.0.1.tar.gz
(Stored with Git LFS)
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
BIN
spec-cleaner-1.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -4,5 +4,5 @@ Version: 1.0.1-1
|
||||
Binary: spec-cleaner
|
||||
Maintainer: Tomáš Chvátal <tchvatal@suse.com>
|
||||
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
|
||||
|
@ -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 <vuntz@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user