From da07ff04e99602d124c8b9b5acf122141981bdc7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 8 Jun 2011 08:36:13 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/osc revision 55.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=7894b008919d54f7eb1592d0be9868e8 --- osc.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/osc.spec b/osc.spec index 8d43847..852977f 100644 --- a/osc.spec +++ b/osc.spec @@ -81,7 +81,6 @@ 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. @@ -93,12 +92,10 @@ 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 @@ -114,11 +111,9 @@ CFLAGS="%{optflags}" \ %__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %endif - %clean %{__rm} -rf %{buildroot} - %files %defattr(-,root,root) %{_bindir}/osc* @@ -136,6 +131,4 @@ CFLAGS="%{optflags}" \ %doc AUTHORS README TODO NEWS %doc %_mandir/man1/osc.* - - %changelog From 438454bded0d87bee6585cc0e956b3a71eb74cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 8 Jun 2011 11:36:49 +0000 Subject: [PATCH 2/2] 0.132.1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=80 --- osc-0.132.0.tar.gz | 3 --- osc-0.132.1.tar.gz | 3 +++ osc.changes | 7 +++++++ osc.dsc | 2 +- osc.spec | 9 ++++++++- 5 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 osc-0.132.0.tar.gz create mode 100644 osc-0.132.1.tar.gz diff --git a/osc-0.132.0.tar.gz b/osc-0.132.0.tar.gz deleted file mode 100644 index cf41860..0000000 --- a/osc-0.132.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8821237046cf58f2d82fcaa4ab4ee175fd428ae185b8433c38e0309da121a63f -size 269023 diff --git a/osc-0.132.1.tar.gz b/osc-0.132.1.tar.gz new file mode 100644 index 0000000..5d4fbcd --- /dev/null +++ b/osc-0.132.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159c736de0fa68575f26c1290cc45b59d85aaa750ed2b70a408b4f60e2ccde9b +size 269157 diff --git a/osc.changes b/osc.changes index 863c5d8..08382c4 100644 --- a/osc.changes +++ b/osc.changes @@ -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 diff --git a/osc.dsc b/osc.dsc index 940b1f6..6eeabf0 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.132.0 +Version: 0.132.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 852977f..b01970b 100644 --- a/osc.spec +++ b/osc.spec @@ -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