0.162.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=260
This commit is contained in:
parent
3f7e2d7cc6
commit
31880b96b3
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.161.1
|
||||
pkgver=0.162.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.161.1</param>
|
||||
<param name="revision">0.161.1</param>
|
||||
<param name="version">0.162.0</param>
|
||||
<param name="revision">0.162.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.161.1) unstable; urgency=low
|
||||
osc (0.162.0) unstable; urgency=low
|
||||
- Update to 0.161.1
|
||||
|
||||
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77e938dd90d576cd7b97d03a486ec2f7b8410abb7c7db15915c012649d9eabd
|
||||
size 349933
|
3
osc-0.162.0.tar.gz
Normal file
3
osc-0.162.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22c2b5510784cfd210ce9fe0a9d389d6963c82004d151e23df62f46ba733336b
|
||||
size 358772
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 14:14:22 UTC 2017 - adrian@suse.de
|
||||
|
||||
- 0.162.0
|
||||
- Additional file content check with SHA256 when using OBS 2.9
|
||||
- support deb format with control.tar.xz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 12:41:25 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.161.1
|
||||
Version: 0.162.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.161.1
|
||||
%define version_unconverted 0.162.0
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.161.1
|
||||
Version: 0.162.0
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user