Accepting request 72933 from openSUSE:Tools

update to 0.132.1

OBS-URL: https://build.opensuse.org/request/show/72933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=56
This commit is contained in:
Sascha Peilicke 2011-06-08 15:33:24 +00:00 committed by Git OBS Bridge
commit 21cb3e8dfc
5 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8821237046cf58f2d82fcaa4ab4ee175fd428ae185b8433c38e0309da121a63f
size 269023

3
osc-0.132.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:159c736de0fa68575f26c1290cc45b59d85aaa750ed2b70a408b4f60e2ccde9b
size 269157

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 8 11:35:25 UTC 2011 - adrian@suse.de
- update to 0.132.1
- fix backward compatibility with OBS 2.1 and before
- meta files and content can be listed now
-------------------------------------------------------------------
Tue Jun 7 14:43:40 UTC 2011 - adrian@suse.de

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.132.0
Version: 0.132.1
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -18,7 +18,7 @@
Name: osc
Version: 0.132.0
Version: 0.132.1
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