From a05afbf9097011f4ab2b270b4d883d2258469716871c7a43f584cdac0e69903c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Dec 2011 08:59:33 +0000 Subject: [PATCH] first 0.133 attempt OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=101 --- osc-0.132.6.tar.gz | 3 --- osc-0.133.tar.gz | 3 +++ osc.changes | 18 ++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 osc-0.132.6.tar.gz create mode 100644 osc-0.133.tar.gz diff --git a/osc-0.132.6.tar.gz b/osc-0.132.6.tar.gz deleted file mode 100644 index 7ab6f24..0000000 --- a/osc-0.132.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a9fc93bb20e9080b9f5e76e08b12d6015a35d5c0c3017633e9ed71513abe0d -size 269454 diff --git a/osc-0.133.tar.gz b/osc-0.133.tar.gz new file mode 100644 index 0000000..71e2ea5 --- /dev/null +++ b/osc-0.133.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a3de72027699d6df50cfa8eac68a3bea56f69fd8354685114f2424eaae8f60 +size 269410 diff --git a/osc.changes b/osc.changes index 6f30dfa..2ec668e 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 6 08:58:53 UTC 2011 - adrian@suse.de + +- update to 0.133 + - add --meta option also to "list", "cat" and "less" commands + - project checkout is skipping packages linking to project local packages by default + - add --keep-link option to copypac command + - source validators are not called by default anymore: + * They can get used via source services now + * Allows different validations based on the code streams + # + # Features which require OBS 2.3 + # + - support source services using OBS project or package name + - support updateing _patchinfo file with new issues just by calling "osc patchinfo" again + - branch --add-repositories can be used to add repos from source project to target project + - branch --extend-package-names can be used to do mbranch like branch of a single package + ------------------------------------------------------------------- Thu Aug 25 09:37:44 UTC 2011 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index dbb780c..ccb01b4 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.132.6 +Version: 0.133 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index e4dee2b..e0bae42 100644 --- a/osc.spec +++ b/osc.spec @@ -18,7 +18,7 @@ Name: osc -Version: 0.132.6 +Version: 0.133 Release: 1 License: GPLv2+ Summary: openSUSE Build Service Commander