- 0.173.0:
* add showlinked command to show all references of packages linking to a given one * add build --shell-after-build flag. It can also be set via .oscrc. * add build --stage flag. Useful for example for fixing file lists and just running the install section to see the result of it (use --stage=i=). Check the help for more details. * allow to run build script as non-root, by setting su-wrapper empty => osc is not guessing anymore if user builds are wanted * add support for cross arch local build using a sysroot * support slash notation in "osc creq -a <action type> args" * add "--force" option to the "osc add" command (can be used to override the exclude_glob config option) * support the commit of arbitrary sized files * add support for sccache OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=350
This commit is contained in:
parent
2c4bd2e66d
commit
096a787c63
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.172.0
|
pkgver=0.173.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Open Build Service client"
|
pkgdesc="Open Build Service client"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.172.0</param>
|
<param name="version">0.173.0</param>
|
||||||
<param name="revision">0.172.0</param>
|
<param name="revision">0.173.0</param>
|
||||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
osc (0.173.0-0) unstable; urgency=low
|
||||||
|
- Update to 0.173.0:
|
||||||
|
- add showlinked command to show all references of packages linking to a given one
|
||||||
|
- add build --shell-after-build flag. It can also be set via .oscrc.
|
||||||
|
- add build --stage flag. Useful for example for fixing file lists and just
|
||||||
|
running the install section to see the result of it (use --stage=i=).
|
||||||
|
Check the help for more details.
|
||||||
|
- allow to run build script as non-root, by setting su-wrapper empty
|
||||||
|
=> osc is not guessing anymore if user builds are wanted
|
||||||
|
- add support for cross arch local build using a sysroot
|
||||||
|
- support slash notation in "osc creq -a <action type> args"
|
||||||
|
- add "--force" option to the "osc add" command (can be used to override
|
||||||
|
the exclude_glob config option)
|
||||||
|
- support the commit of arbitrary sized files
|
||||||
|
- add support for sccache
|
||||||
|
|
||||||
|
-- Marcus Huewe <suse-tux@gmx.de> Tue, 18 May 2021 22:52:25 +0200
|
||||||
|
|
||||||
osc (0.172.0-0) unstable; urgency=low
|
osc (0.172.0-0) unstable; urgency=low
|
||||||
- Update to 0.172.0:
|
- Update to 0.172.0:
|
||||||
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
|
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b498537157a6b0153d3b80c908b6bbec0119e4d71e0ad48d39e12f02d55517c9
|
|
||||||
size 369620
|
|
3
osc-0.173.0.tar.gz
Normal file
3
osc-0.173.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92af1f311435e42b7e40fd87cadb63ab65248f3b828a845fa93f5ea780341a50
|
||||||
|
size 371511
|
18
osc.changes
18
osc.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 18 20:58:00 UTC 2021 - Marcus Hüwe <suse-tux@gmx.de>
|
||||||
|
|
||||||
|
- 0.173.0:
|
||||||
|
* add showlinked command to show all references of packages linking to a given one
|
||||||
|
* add build --shell-after-build flag. It can also be set via .oscrc.
|
||||||
|
* add build --stage flag. Useful for example for fixing file lists and just
|
||||||
|
running the install section to see the result of it (use --stage=i=).
|
||||||
|
Check the help for more details.
|
||||||
|
* allow to run build script as non-root, by setting su-wrapper empty
|
||||||
|
=> osc is not guessing anymore if user builds are wanted
|
||||||
|
* add support for cross arch local build using a sysroot
|
||||||
|
* support slash notation in "osc creq -a <action type> args"
|
||||||
|
* add "--force" option to the "osc add" command (can be used to override
|
||||||
|
the exclude_glob config option)
|
||||||
|
* support the commit of arbitrary sized files
|
||||||
|
* add support for sccache
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 5 13:55:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed May 5 13:55:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.172.0-0
|
Version: 0.173.0-0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
4
osc.spec
4
osc.spec
@ -27,7 +27,7 @@
|
|||||||
%define use_python python
|
%define use_python python
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define version_unconverted 0.172.0
|
%define version_unconverted 0.173.0
|
||||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||||
%define macros_file macros.osc
|
%define macros_file macros.osc
|
||||||
%if ! %{defined _rpmmacrodir}
|
%if ! %{defined _rpmmacrodir}
|
||||||
@ -35,7 +35,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.172.0
|
Version: 0.173.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Build Service Commander
|
Summary: Open Build Service Commander
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user