1
0
forked from pool/osc

Accepting request 630510 from openSUSE:Tools

- 0.163.0
  * add sendsysrq command (requires OBS 2.10)
  * add addcontainers command (requires OBS 2.10)
  * enable statistics for local builds
  * add new options to diff command:
    --unexpand for local diffs only (bsc#1089025)
    --meta for diffing meta files
  * add support for podman/buildag engine (docker variation)
  * support realname in .changes files
  * fix DISTURL checkout for package containers using a multibuild flavor
  * Disable ssl session resumption

OBS-URL: https://build.opensuse.org/request/show/630510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=127
This commit is contained in:
Dominique Leuenberger 2018-08-20 14:23:02 +00:00 committed by Git OBS Bridge
commit 8dd5fcf475
8 changed files with 25 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.162.1
pkgver=0.163.0
pkgrel=0
pkgdesc="Open Build Service client"
arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.162.1</param>
<param name="revision">0.162.1</param>
<param name="version">0.163.0</param>
<param name="revision">0.163.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.162.1) unstable; urgency=low
osc (0.163.0) unstable; urgency=low
- Update to 0.161.1
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200

View File

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

3
osc-0.163.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 20 11:24:25 UTC 2018 - Adrian Schröter <adrian@suse.de>
- 0.163.0
* add sendsysrq command (requires OBS 2.10)
* add addcontainers command (requires OBS 2.10)
* enable statistics for local builds
* add new options to diff command:
--unexpand for local diffs only (bsc#1089025)
--meta for diffing meta files
* add support for podman/buildag engine (docker variation)
* support realname in .changes files
* fix DISTURL checkout for package containers using a multibuild flavor
* Disable ssl session resumption
-------------------------------------------------------------------
Fri Jun 29 07:23:57 UTC 2018 - marco.strigl@suse.com

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.162.1
Version: 0.163.0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -16,12 +16,12 @@
#
%define version_unconverted 0.162.1
%define version_unconverted 0.163.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.162.1
Version: 0.163.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later