From 96d2c27d290d9c26d4e5dbb51b2000a78938547b022146a36afb6ed0ce1b9c89 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 May 2023 10:34:30 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=397 --- debian.lintian-overrides | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian.lintian-overrides diff --git a/debian.lintian-overrides b/debian.lintian-overrides new file mode 100644 index 0000000..66cb6c2 --- /dev/null +++ b/debian.lintian-overrides @@ -0,0 +1 @@ +osc: shell-script-fails-syntax-check * From 74761bc6015cd27c0fa0878ba4b251c7d1f2a7678c74d5d40f5674d000ecaef4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 May 2023 15:03:48 +0000 Subject: [PATCH 2/2] 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 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.1.2.tar.gz | 3 --- osc-1.1.3.tar.gz | 3 +++ osc.changes | 13 +++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 osc-1.1.2.tar.gz create mode 100644 osc-1.1.3.tar.gz diff --git a/PKGBUILD b/PKGBUILD index e22f323..bf12433 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 0db57dd..ec271f3 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 e548979..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..4545053 --- /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 63369bc..8f3498e 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 a08b351..3dc2593 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 2f4c26e..8eb5a99 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