From 90cd1dd25c7292293620b2f1d8bd184c6745639fc3a5118fc88b58626a4643e1 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 3 Apr 2023 17:47:53 +0000 Subject: [PATCH] Accepting request 1076940 from home:dmach:branches:openSUSE:Tools - Update to 1.1.0 - Command-line: - New class-based commands - Sort commands before printing help - No longer read plugins from /var/lib/osc-plugins - Configuration: - Do not error out on setting oscrc permissions if the file is owned by another user - Library: - Restore 'include_request_from_project' conf option functionality - Simplify how babysitter works with options and config - Prefer f-strings over c-style string expansion OBS-URL: https://build.opensuse.org/request/show/1076940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=390 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.0.1.tar.gz | 3 --- osc-1.1.0.tar.gz | 3 +++ osc.changes | 15 +++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 osc-1.0.1.tar.gz create mode 100644 osc-1.1.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 18b12df..2e043c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index 089ef0a..ee42fcc 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1 +1 @@ -osc (1.0.1-0) unstable; urgency=low +osc (1.1.0-0) unstable; urgency=low diff --git a/osc-1.0.1.tar.gz b/osc-1.0.1.tar.gz deleted file mode 100644 index 52ac26a..0000000 --- a/osc-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8bba251b1f546fef9a9b0739c6b74df9ecca4ffd832eb9351b651c6c0033755 -size 321155 diff --git a/osc-1.1.0.tar.gz b/osc-1.1.0.tar.gz new file mode 100644 index 0000000..22f05c1 --- /dev/null +++ b/osc-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbeb4a812d2518ec26b2509a54689641346d413fe88ad4f9770768c3016b6a7 +size 328506 diff --git a/osc.changes b/osc.changes index 1234096..0dcc323 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach + +- Update to 1.1.0 + - Command-line: + - New class-based commands + - Sort commands before printing help + - No longer read plugins from /var/lib/osc-plugins + - Configuration: + - Do not error out on setting oscrc permissions if the file is owned by another user + - Library: + - Restore 'include_request_from_project' conf option functionality + - Simplify how babysitter works with options and config + - Prefer f-strings over c-style string expansion + ------------------------------------------------------------------- Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index 89e56fc..f5a76eb 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.0.1-0 +Version: 1.1.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index eab7d60..8da802a 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later