Accepting request 1085990 from home:dmach:branches:openSUSE:Tools

- 1.1.3
  - Command-line:
    - Backup edited messages and notify user about them when osc errors out
    - Consider only open requests when listing requests with a given review state
    - Fix 'diff' command when no files are specified
  - Configuration:
    - Add glob support to the 'trusted_prj' config option
  - Library:
    - Fix core.xmlindent() to work with ElementTree objects

OBS-URL: https://build.opensuse.org/request/show/1085990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=399
This commit is contained in:
Dirk Mueller 2023-05-10 15:03:48 +00:00 committed by Git OBS Bridge
parent 96d2c27d29
commit 74761bc601
7 changed files with 20 additions and 7 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=1.1.2
pkgver=1.1.3
pkgrel=0
pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64')

View File

@ -1,4 +1,4 @@
osc (1.1.2-1) unstable; urgency=low
osc (1.1.3-0) unstable; urgency=low
* Placeholder

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 10 07:12:59 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.1.3
- Command-line:
- Backup edited messages and notify user about them when osc errors out
- Consider only open requests when listing requests with a given review state
- Fix 'diff' command when no files are specified
- Configuration:
- Add glob support to the 'trusted_prj' config option
- Library:
- Fix core.xmlindent() to work with ElementTree objects
-------------------------------------------------------------------
Wed May 3 08:12:22 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

@ -49,7 +49,7 @@
%endif
Name: osc
Version: 1.1.2
Version: 1.1.3
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later