From 8043c6ab84d98928ad51523a95d86dac59c1cf3f10e705f650cc2832a3a63b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 26 Sep 2011 20:36:55 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=147 --- _service | 2 +- build-2011.07.01.tar.gz | 3 --- build-2011.09.26.tar.gz | 3 +++ build-mkbaselibs-sle.spec | 4 ++-- build.changes | 7 +++++++ build.dsc | 2 +- build.spec | 9 +++++++-- debian.changelog | 6 ++++++ 8 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 build-2011.07.01.tar.gz create mode 100644 build-2011.09.26.tar.gz diff --git a/_service b/_service index b300245..9d5b560 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2011.07.01 + 2011.09.26 git://gitorious.org/opensuse/build.git git diff --git a/build-2011.07.01.tar.gz b/build-2011.07.01.tar.gz deleted file mode 100644 index ece35a4..0000000 --- a/build-2011.07.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:084956f749d3e778c23039fc7a7d5d9795df338a3ac9b7644b84799127375fb6 -size 269586 diff --git a/build-2011.09.26.tar.gz b/build-2011.09.26.tar.gz new file mode 100644 index 0000000..7f9e260 --- /dev/null +++ b/build-2011.09.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94473d8ca028f2dc7640d2220290fb5d85315d78c6f55fccb7d7c0b5678c8f69 +size 122310 diff --git a/build-mkbaselibs-sle.spec b/build-mkbaselibs-sle.spec index 39b9879..d728346 100644 --- a/build-mkbaselibs-sle.spec +++ b/build-mkbaselibs-sle.spec @@ -23,8 +23,8 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: Tools to generate base lib packages -Version: 2011.07.01 -Release: 2 +Version: 2011.09.26 +Release: 0 #!BuildIgnore: build-mkbaselibs Provides: build-mkbaselibs Source: build-%{version}.tar.gz diff --git a/build.changes b/build.changes index 2da38d7..7c6cf47 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 26 20:33:59 UTC 2011 - adrian@suse.de + +- fixing kvm cpuid setting for AMD and Intel CPU's +- support new xen tools +- fixed qemu build initialisation + ------------------------------------------------------------------- Sun Aug 7 19:58:28 UTC 2011 - opensuse@cboltz.de diff --git a/build.dsc b/build.dsc index 57037e5..5eadf39 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2011.07.01 +Version: 2011.09.26 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 91b7356..947a324 100644 --- a/build.spec +++ b/build.spec @@ -23,8 +23,8 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2011.07.01 -Release: 3 +Version: 2011.09.26 +Release: 0 #!BuildIgnore: build-mkbaselibs Source: build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -100,6 +100,11 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/ %if 0%{?suse_version} %if 0%{?sles_version} ln -s sles%{sles_version}.conf default.conf +%if 0%{?sles_version} < 12 + # use sle variation with IA64 compat package generation + install -m 0644 baselibs_global-sle.conf \ + $RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf +%endif %else V=%suse_version ln -s sl${V:0:2}.${V:2:1}.conf default.conf diff --git a/debian.changelog b/debian.changelog index 2965496..2ad744f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,9 @@ +build (2011.09.26-1) unstable; urgency=low + + * Update to current git trunk + + -- Adrian Schroeter Fri, 01 Jul 2010 10:03:54 +0200 + build (2011.07.01-1) unstable; urgency=low * Update to current git trunk