From aa0a0dde782950d2c4d3e07d9267eeccb4067dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Tue, 21 Oct 2014 09:59:09 +0000 Subject: [PATCH] - 0.149 - removed "--diff" option from the "createrequest" command - introduced new "vc-cmd" config option, which is used to specify the path to the vc script - various bugfixes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=183 --- PKGBUILD | 4 ++-- _service | 4 ++-- debian.changelog | 2 +- osc-0.148.2.tar.gz | 3 --- osc-0.149.0.tar.gz | 3 +++ osc.changes | 9 +++++++++ osc.dsc | 2 +- osc.spec | 2 +- 8 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 osc-0.148.2.tar.gz create mode 100644 osc-0.149.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index c6d01f4..a77c919 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.148.2 +pkgver=0.149.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python2' 'python2-m2crypto' 'urlgrabber') source=(osc-${pkgver}.tar.gz) -md5sums=('c179c0ab4f710633445dbb5604c9c73a') +md5sums=('3c31fb9a5c5bd6f9c05d72380fabfef1') package() { msg "Installing osc ..." diff --git a/_service b/_service index 430aebf..f4bd60d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.148.2 - 0.148 + 0.149.0 + 0.149.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index a19d117..9cf10dc 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.148.2) unstable; urgency=low +osc (0.149.0) unstable; urgency=low - Update to 0.135.0 -- Adrian Schroeter Wed, 28 Jun 2012 10:00:00 +0200 diff --git a/osc-0.148.2.tar.gz b/osc-0.148.2.tar.gz deleted file mode 100644 index 61dfa44..0000000 --- a/osc-0.148.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:573d23d84e47316bd2eaed16e37696a1b87b8bc8cb457be5403ecfcb4da44c4c -size 6818939 diff --git a/osc-0.149.0.tar.gz b/osc-0.149.0.tar.gz new file mode 100644 index 0000000..a99aafd --- /dev/null +++ b/osc-0.149.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ed65cb1b767cf6a7ca95521d6f29e875d70e7bae58de27965bfc9b19e3553b +size 322976 diff --git a/osc.changes b/osc.changes index 22be8aa..4430f4d 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 21 09:57:27 UTC 2014 - suse-tux@gmx.de + +- 0.149 + - removed "--diff" option from the "createrequest" command + - introduced new "vc-cmd" config option, which is used to specify the path + to the vc script + - various bugfixes + ------------------------------------------------------------------- Tue Oct 7 14:45:27 UTC 2014 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 1528425..8bce399 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.148.2 +Version: 0.149.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 92babdd..343d509 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.148.2 +Version: 0.149.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+