diff --git a/PKGBUILD b/PKGBUILD index 472a74e..3e517e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.165.4 +pkgver=0.166.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 676fbfc..768164f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.165.4 - 0.165.4 + 0.166.0 + 0.166.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index e6aa26c..d9e4297 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.165.4) unstable; urgency=low +osc (0.166.0) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.165.4.tar.gz b/osc-0.165.4.tar.gz deleted file mode 100644 index 8ddcd74..0000000 --- a/osc-0.165.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a05ea69877c95736b6925d0cf0a37f1ea76d195b00347c42b81ab4da1c3dfcbc -size 359042 diff --git a/osc-0.166.0.tar.gz b/osc-0.166.0.tar.gz new file mode 100644 index 0000000..7e3cba6 --- /dev/null +++ b/osc-0.166.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94fb7fcd691316fe6e880d0c8f75efda2187e70b28d3e5acd17ab4797cf5f23 +size 361812 diff --git a/osc.changes b/osc.changes index ee6097e..82330e7 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 24 10:05:06 UTC 2019 - Marco Strigl + +- 0.166.0 (boo#1154972) + * New password handling backend. Supported password stores: + - Plaintext password + - Obfuscated password + - python-keyring (kwallet, secret store) + - gnome-keyring + - no store at all (ask for the password every time + * Refactor initial setup of osc (to select password store) + * fix decoding on osc lbl (boo#1137477) + * fix breakage of submitting complete branches back as an + submit request that contain packages without a change. + * fix error with plugins and osc -h + * various decoding improvements + * Transfer the name of the input file to vc instead of the content + (obs-build/vc will do the rest and open the file). + * support appimage builds + * new command browse. (opens a browser opening the project or package) + * new option --incoming for osc rq and osc review to only show only + incoming reqeusts for a project. +- new Recommends for xdg-utils. osc-browse uses xdg-open to open + the url to the project/package in an internet browser + ------------------------------------------------------------------- Mon Aug 5 06:51:32 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 8211dbb..6a90931 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.165.4 +Version: 0.166.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index a042fb4..fb50a6e 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.165.4 +%define version_unconverted 0.166.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.165.4 +Version: 0.166.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later @@ -82,6 +82,7 @@ Recommends: obs-service-verify_file Recommends: obs-service-download_files Recommends: obs-service-format_spec_file Recommends: obs-service-source_validator +Recommends: xdg-utils %endif %endif # needed for storing credentials in kwallet/gnome-keyring