From cd86a057c4a1b3c5dc47ef61694a0999bd0d624399b5809e1bc1523983cf2597 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 25 Apr 2010 16:50:30 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/osc revision 41.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=9041d1f5f3fd83486a5587f0270aa8eb --- osc-0.125.5.tar.gz | 3 -- osc-0.126.tar.gz | 3 ++ osc.changes | 75 ++++++++++++++++++++++++++++++++++++++++++++++ osc.dsc | 4 +-- osc.spec | 63 +++++++++++++++++++------------------- 5 files changed, 111 insertions(+), 37 deletions(-) delete mode 100644 osc-0.125.5.tar.gz create mode 100644 osc-0.126.tar.gz diff --git a/osc-0.125.5.tar.gz b/osc-0.125.5.tar.gz deleted file mode 100644 index 4ea8805..0000000 --- a/osc-0.125.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e88fd37831f6b154e3ae2b9c35cfcf714d4f2a1e0a520e26b7e2cd48dcc9e77 -size 159631 diff --git a/osc-0.126.tar.gz b/osc-0.126.tar.gz new file mode 100644 index 0000000..f3d73ca --- /dev/null +++ b/osc-0.126.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3191ecfbede148c0c21982ec7069f72ab81a0a331b3934b1c8c39db743e8b443 +size 171359 diff --git a/osc.changes b/osc.changes index 2f8c83c..2489701 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Mon Apr 19 15:13:42 UTC 2010 - suse-tux@gmx.de + +- update to 0.126 (final): + - added VM autosetup to osc. This requires appropriate OBS version and build script version. + - enhanced QEMU cross build support with 'armv4l' 'armv5el' 'armv6el' 'armv7el' 'armv8el' 'mips' 'mips64' 'ppc' 'ppc64' 'sh4' arch strings now supported on x86 host + - suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy + - "osc cat" & "osc ls" now auto-expands through link. + - fixed "osc add" after "osc delete". + - fix "osc patchinfo" command (crashed before) + - fixed SSL proxy support + - fixed meta attribute create and set calls + - osc remotebuildlog supports a buildlogurl + - Allow --prefer-pkgs to parse repodata + - new "osc build --no-service" option to skip source service update + - fix linktobranch apiurl usage + - "maintained package" search is telling relevant projects now + * requires OBS 1.7.2 or 2.0 + - added "osc chroot" command + - fixed #547005 ("osc co could show download progress") + - added "--interactive" option to "osc request" + - store commit message so it doesn't get lost on failure + - added "--cpio-bulk-download" and "--download-api-only" options to "osc build" + - added "osc localbuildlog" command + - added "--build-uid uid:gid|caller" option to "osc build" to specify abuild id in chroot + - verify files using rpm bindings and keys supplied by buildservice + - added "--exclude-target-project " option to "osc rq list" + - added "--message" option to "osc branch" + - added "osc config" command to set/get/delete a config option + - added "--binary" and "--baseproject" options to "osc search" + - added "-o/--offline" and "-l/--preload" options to osc build + * osc build -l standard i586 foo.spec (to cache all dependencies) + * osc build -o standard i586 foo.spec (to build without contacting the api) + +------------------------------------------------------------------- +Wed Apr 7 13:55:54 UTC 2010 - suse-tux@gmx.de + +- use rpm macros +- mark files in %%{_sysconfdir}/profile.d/ as %%config + +------------------------------------------------------------------- +Sun Mar 21 22:03:07 UTC 2010 - suse-tux@gmx.de + +- fixed rpmlint warning + +------------------------------------------------------------------- +Sun Mar 21 21:49:19 UTC 2010 - suse-tux@gmx.de + +- -update to version 0.126 (unstable) + - suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy + - "osc cat" & "osc ls" now auto-expands through link. + - fixed "osc add" after "osc delete". + - fix "osc patchinfo" command (crashed before) + - fixed SSL proxy support + - fixed meta attribute create and set calls + - osc remotebuildlog supports a buildlogurl + - Allow --prefer-pkgs to parse repodata + - new "osc build --no-service" option to skip source service update + - fix linktobranch apiurl usage + - "maintained package" search is telling relevant projects now + * requires OBS 1.7.2 or 2.0 + - added "osc chroot" command + - fixed #547005 ("osc co could show download progress") + - added "--interactive" option to "osc request" + - store commit message so it doesn't get lost on failure + - added "--cpio-bulk-download" and "--download-api-only" options to "osc build" + - added "osc localbuildlog" command + - added "--build-uid uid:gid|caller" option to "osc build" to specify abuild id in chroot + - verify files using rpm bindings and keys supplied by buildservice + - added "--exclude-target-project " option to "osc rq list" + - added "--message" option to "osc branch" + - added "osc config" command to set/get/delete a config option + - added "--binary" and "--baseproject" options to "osc search" + +------------------------------------------------------------------- Mon Feb 1 09:16:17 UTC 2010 - adrian@suse.de - update to version 0.125.5 diff --git a/osc.dsc b/osc.dsc index cfc7f0a..f59a8b0 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,8 +1,8 @@ Format: 1.0 Source: osc -Version: 0.125.5-1 +Version: 0.126 Binary: osc Maintainer: Adrian Schroeter Architecture: any Standards-Version: 3.7.1 -Build-Depends: debhelper (>= 4.0.0), python-dev +Build-Depends: debhelper (>= 4.0.0), python-dev, python-urlgrabber diff --git a/osc.spec b/osc.spec index c1abaf5..1245f88 100644 --- a/osc.spec +++ b/osc.spec @@ -1,5 +1,5 @@ # -# spec file for package osc (Version 0.125.5) +# spec file for package osc (Version 0.126) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,23 +18,17 @@ Name: osc -BuildRequires: python-devel -%if 0%{?suse_version}%{?mandriva_version} -BuildRequires: python-m2crypto -Requires: python-m2crypto > 0.19 -%else -BuildRequires: m2crypto -Requires: m2crypto > 0.19 -%endif -Version: 0.125.5 +Version: 0.126 Release: 1 Group: Development/Tools/Other License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.gitorious.org/opensuse/osc Source: osc-%{version}.tar.gz -Summary: OpenSUSE Build Service Commander +Summary: openSUSE Build Service Commander Requires: python-urlgrabber +BuildRequires: python-urlgrabber +BuildRequires: python-devel # %if 0%{?suse_version} %if %suse_version < 1020 @@ -42,23 +36,27 @@ BuildRequires: python-elementtree Requires: python-elementtree %else BuildRequires: python-urlgrabber python-xml -Requires: python-xml python-urlgrabber +Requires: python-xml %endif -%if 0%{?suse_version} > 1110 +%if %suse_version > 1110 BuildArch: noarch %endif -%if 0%{?suse_version} > 1000 +%if %suse_version > 1000 Recommends: build > 2009.06.03 %endif %endif -%if 0%{?mandriva_version} == 0200910 -BuildRequires: python-urlgrabber -Requires: python-urlgrabber -%endif %if 0%{?rhel_version} || 0%{?centos_version} -BuildRequires: python-elementtree python-urlgrabber -Requires: python-elementtree python-urlgrabber +BuildRequires: python-elementtree +Requires: python-elementtree %endif +%if 0%{?suse_version}%{?mandriva_version} +BuildRequires: python-m2crypto +Requires: python-m2crypto > 0.19 +%else +BuildRequires: m2crypto +Requires: m2crypto > 0.19 +%endif + # %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -79,17 +77,17 @@ CFLAGS="%{optflags}" \ %install %{__python} setup.py install --prefix=%{_prefix} --root %{buildroot} -ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc -mkdir -p %{buildroot}/var/lib/osc-plugins -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -m 0755 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh -install -m 0755 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh +%__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc +%__mkdir_p %{buildroot}/var/lib/osc-plugins +%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d +%__install -m 0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh +%__install -m 0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh %if 0%{?suse_version} > 1110 -mkdir -p %{buildroot}%{_prefix}/lib/osc -install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete +%__mkdir_p %{buildroot}%{_prefix}/lib/osc +%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete %else -mkdir -p %{buildroot}%{_prefix}/%{_lib}/osc -install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete +%__mkdir_p %{buildroot}%{_prefix}/%{_lib}/osc +%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %endif %clean @@ -99,13 +97,14 @@ install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %defattr(-,root,root) %{_bindir}/osc* %{python_sitelib}/* -%{_sysconfdir}/profile.d/* +%config %{_sysconfdir}/profile.d/osc.sh +%config %{_sysconfdir}/profile.d/osc.csh %if 0%{?suse_version} > 1110 %dir %{_prefix}/lib/osc -%{_prefix}/lib/osc/* +%{_prefix}/lib/osc/complete %else %dir %{_prefix}/%{_lib}/osc -%{_prefix}/%{_lib}/osc/* +%{_prefix}/%{_lib}/osc/complete %endif %dir /var/lib/osc-plugins %doc AUTHORS README TODO NEWS