From a2d2d85c0f6fbf28abb250fa7ccb3e93171b8b6b321a0890e58a6c25e683702a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 9 Jun 2011 15:34:49 +0000 Subject: [PATCH] update to 0.132.2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=83 --- debian.changelog | 5 +++++ osc-0.132.1.tar.gz | 3 --- osc-0.132.2.tar.gz | 3 +++ osc.changes | 7 +++++++ osc.dsc | 2 +- osc.spec | 9 ++++++++- 6 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 osc-0.132.1.tar.gz create mode 100644 osc-0.132.2.tar.gz diff --git a/debian.changelog b/debian.changelog index d2b96d8..0ab5f0a 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,8 @@ +osc (0.132.2-1) unstable; urgency=low + - Update to 0.132.2 + + -- Adrian Schroeter Thu, 09 Jun 2011 10:00:00 +0200 + osc (0.132.0-1) unstable; urgency=low - Update to 0.132.0 diff --git a/osc-0.132.1.tar.gz b/osc-0.132.1.tar.gz deleted file mode 100644 index 8e8eb24..0000000 --- a/osc-0.132.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:159c736de0fa68575f26c1290cc45b59d85aaa750ed2b70a408b4f60e2ccde9b -size 269157 diff --git a/osc-0.132.2.tar.gz b/osc-0.132.2.tar.gz new file mode 100644 index 0000000..e03b9fc --- /dev/null +++ b/osc-0.132.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3498a873d8f788b29d06c4436fce395ddc151a05a7be423781b61e01e8ad5300 +size 269188 diff --git a/osc.changes b/osc.changes index 33dfb62..233f0b8 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 9 15:32:11 UTC 2011 - adrian@suse.de + +- update to 0.132.2 + - fix broken update after commit with service run + - fix up -S on unexpanded checkouts + ------------------------------------------------------------------- Wed Jun 8 11:35:25 UTC 2011 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 4b63605..cc7b2bc 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.132.1 +Version: 0.132.2 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index b54bf3b..1830eb8 100644 --- a/osc.spec +++ b/osc.spec @@ -18,7 +18,7 @@ Name: osc -Version: 0.132.1 +Version: 0.132.2 Release: 1 Group: Development/Tools/Other License: GPLv2+ @@ -81,6 +81,7 @@ BuildRequires: rpm-python # %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + %description Commandline client for the openSUSE Build Service. @@ -92,10 +93,12 @@ introduction. %prep %setup -q + %build CFLAGS="%{optflags}" \ %{__python} setup.py build + %install %{__python} setup.py install --prefix=%{_prefix} --root %{buildroot} %__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc @@ -111,9 +114,11 @@ CFLAGS="%{optflags}" \ %__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %endif + %clean %{__rm} -rf %{buildroot} + %files %defattr(-,root,root) %{_bindir}/osc* @@ -131,4 +136,6 @@ CFLAGS="%{optflags}" \ %doc AUTHORS README TODO NEWS %doc %_mandir/man1/osc.* + + %changelog