Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
osc
> project.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File project.diff of Package osc
--- osc.changes.orig +++ osc.changes @@ -1,4 +1,31 @@ ------------------------------------------------------------------- +Fri Sep 4 13:38:27 UTC 2009 - lv@lekv.de + +- Add switch to installation in debian/rules to correctly install on debian-based systems + +------------------------------------------------------------------- +Thu Sep 3 12:33:42 UTC 2009 - adrian@suse.de + +- switch to noarch package for > 11.1 + +------------------------------------------------------------------- +Tue Sep 1 12:18:45 UTC 2009 - adrian@novell.com + +- update to version 0.121.1 + * fix creation of new .osrc (#535919) + * fix "osc my request" + +------------------------------------------------------------------- +Thu Aug 27 13:09:06 UTC 2009 - adrian@suse.de + +- update to r7948 (version 0.121 candidate) + +------------------------------------------------------------------- +Wed Aug 19 16:24:03 UTC 2009 - alexandre@exatati.com.br + +- Fix on spec file for x64 system bash auto-complete (bnc#528088). + +------------------------------------------------------------------- Thu Jun 18 19:16:22 CEST 2009 - adrian@suse.de - use completion script from tar ball --- osc.dsc.orig +++ osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.120-1 +Version: 0.121.1-1 Binary: osc Maintainer: Adrian Schroeter <adrian@suse.de> Architecture: any --- osc.spec.orig +++ osc.spec @@ -20,7 +20,7 @@ Name: osc BuildRequires: python-devel -Version: 0.120 +Version: 0.121.1 Release: 1 Group: Development/Tools/Other License: GPL v2 or later @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/ # v=0.114; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v Source: osc-%{version}.tar.gz -Summary: openSUSE (build service) commander +Summary: openSUSE Build Service Commander Requires: python-urlgrabber # %if 0%{?suse_version} @@ -39,6 +39,9 @@ Requires: python-elementtree BuildRequires: python-xml Requires: python-xml %endif +%if %suse_version > 1110 +BuildArch: noarch +%endif %if %suse_version > 1000 Recommends: rpm-python Recommends: build > 2009.06.03 @@ -52,18 +55,13 @@ Requires: python-elementtree %{!?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. +Commandline client for the openSUSE Build Service. See http://en.opensuse.org/Build_Service/CLI , as well as http://en.opensuse.org/Build_Service_Tutorial for a general introduction. - -Authors: --------- - Peter Poeml <poeml@suse.de> - %prep %setup -q