Accepting request 810270 from openSUSE:Tools

- 0.169.1
  * add --ccache option to osc getbinaries 

- 0.169.0  
   * improve speed and usability of osc bash completion
   * switch packagequery.py to return only bytes
   * improved some error messages
   * osc add: support git@ (private github) or git:// URLs correctly
   * split dependson and whatdependson commands
   * support for osc build --shell-cmd
   * Fix kiwi build with --prefer-pkgs
   * add pkg-ccache support for osc build
   * fix security issue (bsc#1122675, CVE-2019-3681) do not allow '/' in filename

OBS-URL: https://build.opensuse.org/request/show/810270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=149
This commit is contained in:
Dominique Leuenberger 2020-06-02 12:34:49 +00:00 committed by Git OBS Bridge
commit 77f1affd7c
8 changed files with 30 additions and 10 deletions

View File

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

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.168.2</param>
<param name="revision">0.168.2</param>
<param name="version">0.169.1</param>
<param name="revision">0.169.1</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.168.2) unstable; urgency=low
osc (0.169.1) unstable; urgency=low
- Package for Python3
-- Nick Brown <nick.brown@att.com> Wed, 30 Jan 2020 14:49:30 +0000

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri May 29 18:40:18 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
- 0.169.1
* add --ccache option to osc getbinaries
-------------------------------------------------------------------
Wed May 27 12:54:14 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
- 0.169.0
* improve speed and usability of osc bash completion
* switch packagequery.py to return only bytes
* improved some error messages
* osc add: support git@ (private github) or git:// URLs correctly
* split dependson and whatdependson commands
* support for osc build --shell-cmd
* Fix kiwi build with --prefer-pkgs
* add pkg-ccache support for osc build
* fix security issue (bsc#1122675, CVE-2019-3681) do not allow '/' in filename
-------------------------------------------------------------------
Fri Mar 13 06:49:27 UTC 2020 - Marco Strigl <marco.strigl@suse.com>

View File

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

View File

@ -27,12 +27,12 @@
%define use_python python
%endif
%define version_unconverted 0.168.2
%define version_unconverted 0.169.1
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.168.2
Version: 0.169.1
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later