diff --git a/PKGBUILD b/PKGBUILD index 9b14800..cff4208 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/debian.changelog b/debian.changelog index 2cb4961..3c453ca 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.1.2-1) unstable; urgency=low +osc (1.1.3-0) unstable; urgency=low * Placeholder diff --git a/osc-1.1.2.tar.gz b/osc-1.1.2.tar.gz deleted file mode 100644 index 95bed99..0000000 --- a/osc-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2df7f9514175428a82e636365fa10c5dfed7497d742aff380e22c517064ee6a -size 329844 diff --git a/osc-1.1.3.tar.gz b/osc-1.1.3.tar.gz new file mode 100644 index 0000000..f65e14c --- /dev/null +++ b/osc-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf390a6b6e532ce02bc009368f21212748fa64313d9caee3d3d3f2cbdc55b3c8 +size 330955 diff --git a/osc.changes b/osc.changes index 375f759..a671ce5 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 10 07:12:59 UTC 2023 - Daniel Mach + +- 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 diff --git a/osc.dsc b/osc.dsc index 69dd72e..3a15cc4 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.1.2-1 +Version: 1.1.3-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 7a491c7..80840b8 100644 --- a/osc.spec +++ b/osc.spec @@ -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