update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=82
This commit is contained in:
parent
1a4f3ea324
commit
d23d4feb39
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-set_version
|
pkgname=obs-service-set_version
|
||||||
pkgver=0.5.8
|
pkgver=0.5.9
|
||||||
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')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
|
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
|
||||||
<param name="changesrevision">5fabceedf07f6a8597b510e16993b613eded4655</param></service>
|
<param name="changesrevision">1b55ceff184bc1ea93777efa57eb1e16e10bd469</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-set_version
|
Source: obs-service-set_version
|
||||||
Version: 0.5.8-0
|
Version: 0.5.9-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:96532785c45150f7d41fab2b2d0690e1bec7a9029c611ba31b0078218eac0711
|
|
||||||
size 15000
|
|
3
obs-service-set_version-0.5.9.tar.gz
Normal file
3
obs-service-set_version-0.5.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:253da1707568a375f7de780281178cec37462e2fb29dc0923cb3ee4b076e6691
|
||||||
|
size 15112
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 17 08:23:01 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.5.9:
|
||||||
|
* avoid crashes due to false is_zipfile() response
|
||||||
|
* Add python-flake8 to test suite package list
|
||||||
|
* Fix indentation of condition
|
||||||
|
* Fix basename to match documentation (#54)
|
||||||
|
* Add build-dependency on flake8 to fix Debian builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 15:50:24 UTC 2017 - fschreiner@suse.de
|
Mon Dec 11 15:50:24 UTC 2017 - fschreiner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-set_version
|
# spec file for package obs-service-set_version
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define service set_version
|
%define service set_version
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.8
|
Version: 0.5.9
|
||||||
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+
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user