Accepting request 72909 from openSUSE:Tools
0.132.0 release OBS-URL: https://build.opensuse.org/request/show/72909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=54
This commit is contained in:
commit
3a9a2e1013
@ -1,3 +1,8 @@
|
|||||||
|
osc (0.132.0-1) unstable; urgency=low
|
||||||
|
- Update to 0.132.0
|
||||||
|
|
||||||
|
-- Adrian Schroeter <adrian@suse.de> Tue, 07 Jun 2011 10:00:00 +0200
|
||||||
|
|
||||||
osc (0.131-1) unstable; urgency=low
|
osc (0.131-1) unstable; urgency=low
|
||||||
- Update to 0.131
|
- Update to 0.131
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94990f3f90fa6b4b509e7337bad0efee3abd225882f36f9bfcac64b77e58acc4
|
|
||||||
size 265964
|
|
3
osc-0.132.0.tar.gz
Normal file
3
osc-0.132.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8821237046cf58f2d82fcaa4ab4ee175fd428ae185b8433c38e0309da121a63f
|
||||||
|
size 269023
|
23
osc.changes
23
osc.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 7 14:43:40 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to 0.132.0
|
||||||
|
- rdelete and undelete command requesting now a comment
|
||||||
|
- add 'requestbugownership' command for setting the bugowner via request
|
||||||
|
#
|
||||||
|
# Features which requires OBS 2.3
|
||||||
|
#
|
||||||
|
- new command "createincident" to create maintenance incidents without a request
|
||||||
|
- support to create hidden project on "branch" and "createincident" commands
|
||||||
|
- osc waits and updates package after checkin when a source service is used
|
||||||
|
- support for the new service file mode for "update" and "checkout" command when
|
||||||
|
downloading server side generated files
|
||||||
|
- integration for local source services, they will replace the source_validator mechanism
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 29 08:14:52 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to 0.131.1
|
||||||
|
- fixes runtime complaining about missing apiurl config.
|
||||||
|
- fix wrong links in package description (bnc #690636)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 12:24:04 UTC 2011 - adrian@suse.de
|
Wed Apr 27 12:24:04 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.131
|
Version: 0.132.0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
13
osc.spec
13
osc.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.131
|
Version: 0.132.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -81,21 +81,24 @@ BuildRequires: rpm-python
|
|||||||
#
|
#
|
||||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Commandline client for the openSUSE Build Service.
|
Commandline client for the openSUSE Build Service.
|
||||||
|
|
||||||
See http://en.opensuse.org/Build_Service/CLI , as well as
|
See http://en.opensuse.org/openSUSE:OSC , as well as
|
||||||
http://en.opensuse.org/Build_Service_Tutorial for a general
|
http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general
|
||||||
introduction.
|
introduction.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" \
|
CFLAGS="%{optflags}" \
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
|
%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
|
||||||
%__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
%__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
|
%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/osc*
|
%{_bindir}/osc*
|
||||||
@ -131,4 +136,6 @@ CFLAGS="%{optflags}" \
|
|||||||
%doc AUTHORS README TODO NEWS
|
%doc AUTHORS README TODO NEWS
|
||||||
%doc %_mandir/man1/osc.*
|
%doc %_mandir/man1/osc.*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user