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:
commit
d1c90118e0
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-set_version
|
pkgname=obs-service-set_version
|
||||||
pkgver=0.5.12
|
pkgver=0.5.13
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An OBS source service: Update spec file version"
|
pkgdesc="An OBS source service: Update spec file version"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
|
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
|
<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>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-set_version
|
Source: obs-service-set_version
|
||||||
Version: 0.5.12-0
|
Version: 0.5.13-0
|
||||||
Binary: obs-service-set_version
|
Binary: obs-service-set_version
|
||||||
Provides: obs-service-set_version
|
Provides: obs-service-set_version
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d77bf5980a4aef9689bac56398437f7ec48e1e41901d22115481af7dec46f0d2
|
|
||||||
size 15302
|
|
3
obs-service-set_version-0.5.13.tar.gz
Normal file
3
obs-service-set_version-0.5.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09850c9a8a06cbe5f494f35ada0b7776a325d90d1c7ab34706cd0cca5233c2de
|
||||||
|
size 22123
|
@ -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
|
Wed Aug 07 08:27:33 UTC 2019 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-set_version
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%bcond_without obs_scm_testsuite
|
||||||
|
%endif
|
||||||
%define service set_version
|
%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
|
%define use_python python3
|
||||||
%else
|
%else
|
||||||
%define use_python python
|
%define use_python python
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.12
|
Version: 0.5.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: Update spec file version
|
Summary: An OBS source service: Update spec file version
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
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
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user