Accepting request 870317 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/870317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-set_version?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2021-02-11 11:46:03 +00:00 committed by Git OBS Bridge
commit d1c90118e0
7 changed files with 24 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=obs-service-set_version
pkgver=0.5.12
pkgver=0.5.13
pkgrel=0
pkgdesc="An OBS source service: Update spec file version"
arch=('i686' 'x86_64')

View File

@ -4,4 +4,4 @@
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">2970e27b7e63a8151d923cc463f9e8bb24843a65</param></service></servicedata>
<param name="changesrevision">dd24a0ed641d06a023607430be967e356f97d931</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-set_version
Version: 0.5.12-0
Version: 0.5.13-0
Binary: obs-service-set_version
Provides: obs-service-set_version
Maintainer: Adrian Schroeter <adrian@suse.de>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d77bf5980a4aef9689bac56398437f7ec48e1e41901d22115481af7dec46f0d2
size 15302

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09850c9a8a06cbe5f494f35ada0b7776a325d90d1c7ab34706cd0cca5233c2de
size 22123

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 01 15:00:27 UTC 2021 - FSchreiner@suse.com
- Update to version 0.5.13:
* add license file
* fixing suffixes - remove backslashes
* fix suffixes to begin with a dot
* enhanced debug mode
* tests for directory pristine-tar
-------------------------------------------------------------------
Wed Aug 07 08:27:33 UTC 2019 - FSchreiner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package obs-service-set_version
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,22 +16,26 @@
#
%if 0%{?centos_version}
%bcond_with obs_scm_testsuite
%else
%bcond_without obs_scm_testsuite
%endif
%define service set_version
%if 0%{?suse_version} > 1315 || 0%{?fedora_version}
%if 0%{?suse_version} > 1315 || 0%{?fedora_version} || 0%{?centos_version} >= 800
%define use_python python3
%else
%define use_python python
%endif
Name: obs-service-%{service}
Version: 0.5.12
Version: 0.5.13
Release: 0
Summary: An OBS source service: Update spec file version
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-%{service}
URL: https://github.com/openSUSE/obs-service-%{service}
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch