- Update to version 0.10.16.1595245235.15a0df2:
* Build with python 3 for Debian and Ubuntu * [doc] added allowed urls in documentation of tar_scm.service OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=284
This commit is contained in:
parent
6c244edf70
commit
42307685cb
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.16.1590752286.5c27247
|
||||
pkgver=0.10.16.1595245235.15a0df2
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">5c2724775d16e61177625a7c0d4a28d9e1c95070</param></service></servicedata>
|
||||
<param name="changesrevision">15a0df276c186a9cd77447414f4d9a19f0078e9a</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.16.1590752286.5c27247
|
||||
Version: 0.10.16.1595245235.15a0df2
|
||||
Provides: obs-service-obs_scm, obs-service-tar
|
||||
Binary: obs-service-tar_scm
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 12:05:22 UTC 2020 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.16.1595245235.15a0df2:
|
||||
* Build with python 3 for Debian and Ubuntu
|
||||
* [doc] added allowed urls in documentation of tar_scm.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 12:38:35 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -111,8 +111,8 @@ Recommends: %{use_python}-keyrings.alt \
|
||||
|
||||
%define pkg_name obs-service-tar_scm
|
||||
Name: %{pkg_name}%{nsuffix}
|
||||
%define version_unconverted 0.10.16.1590752286.5c27247
|
||||
Version: 0.10.16.1590752286.5c27247
|
||||
%define version_unconverted 0.10.16.1595245235.15a0df2
|
||||
Version: 0.10.16.1595245235.15a0df2
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
@ -131,6 +131,7 @@ BuildRequires: %{use_python}-keyring
|
||||
BuildRequires: %{use_python}-keyrings.alt
|
||||
BuildRequires: %{use_python}-mock
|
||||
BuildRequires: %{use_python}-six
|
||||
BuildRequires: %{use_python}-unittest2
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
|
Loading…
x
Reference in New Issue
Block a user