Accepting request 664116 from home:mstrigl:branches:openSUSE:Tools
- 0.164.0 - add support for approved requests (requires OBS 2.10) - fix various multibuild problems - improved and fixed various help texts - check constraints without local checkout - check out deleted sources (osc co -D) - replace urlgrabber module with own module - use progressbar module instead of urlgrabber to draw progress bars - show buildinfo for alternative projects (--alternative-project) - run release job immediately (osc release --no-delay) - build results on project level can now be watched (osc prjresults --watch) - removed python-urlgrabber requieres. (Not used with 0.164.0) - added recommends for python[2]-progressbar OBS-URL: https://build.opensuse.org/request/show/664116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=275
This commit is contained in:
parent
42e496cdd8
commit
fa8e69e763
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.163.0
|
||||
pkgver=0.164.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.163.0</param>
|
||||
<param name="revision">0.163.0</param>
|
||||
<param name="version">0.164.0</param>
|
||||
<param name="revision">0.164.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.163.0) unstable; urgency=low
|
||||
osc (0.164.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:ce76272cb6359c2bcfa94c9990621bf717adfb5357137ceb43268ea123bafd91
|
||||
size 354455
|
3
osc-0.164.0.tar.gz
Normal file
3
osc-0.164.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d722b40b145a5791d1d00bbf510dba63b29d51a777a13fae7cc4724493a88e0
|
||||
size 355348
|
18
osc.changes
18
osc.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 12:44:29 UTC 2019 - marco.strigl@suse.com
|
||||
|
||||
- 0.164.0
|
||||
- add support for approved requests (requires OBS 2.10)
|
||||
- fix various multibuild problems
|
||||
- improved and fixed various help texts
|
||||
- check constraints without local checkout
|
||||
- check out deleted sources (osc co -D)
|
||||
- replace urlgrabber module with own module
|
||||
- use progressbar module instead of urlgrabber to draw
|
||||
progress bars
|
||||
- show buildinfo for alternative projects (--alternative-project)
|
||||
- run release job immediately (osc release --no-delay)
|
||||
- build results on project level can now be watched (osc prjresults --watch)
|
||||
- removed python-urlgrabber requieres. (Not used with 0.164.0)
|
||||
- added recommends for python[2]-progressbar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 11:24:25 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.163.0
|
||||
Version: 0.164.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
14
osc.spec
14
osc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osc
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.163.0
|
||||
%define version_unconverted 0.164.0
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.163.0
|
||||
Version: 0.164.0
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,10 +29,6 @@ Group: Development/Tools/Other
|
||||
Url: https://github.com/openSUSE/osc
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?mandriva_version} < 02010
|
||||
BuildRequires: python-urlgrabber
|
||||
Requires: python-urlgrabber
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?mandriva_version} || 0%{?mageia}
|
||||
BuildRequires: python-rpm
|
||||
@ -45,8 +41,10 @@ Requires: rpm-python
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
Requires: python2
|
||||
Recommends: python2-progressbar
|
||||
%else
|
||||
Requires: python
|
||||
Recommends: python-progressbar
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1020
|
||||
BuildRequires: python-elementtree
|
||||
|
Loading…
Reference in New Issue
Block a user