update to current git

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=110
This commit is contained in:
Michael Schröder 2010-12-15 13:10:07 +00:00 committed by Git OBS Bridge
parent 4b169f9267
commit e6f9fe2a95
4 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<services> <services>
<service name="tar_scm"><param name="version">2010.12.09</param><param name="url">git://gitorious.org/opensuse/build.git</param><param name="scm">git</param></service> <service name="tar_scm"><param name="version">2010.12.15</param><param name="url">git://gitorious.org/opensuse/build.git</param><param name="scm">git</param></service>
<service name="recompress"><param name="compression">gz</param><param name="file">*.tar</param></service> <service name="recompress"><param name="compression">gz</param><param name="file">*.tar</param></service>
<service name="set_version"/> <service name="set_version"/>
</services> </services>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 15 14:05:09 CET 2010 - mls@suse.de
- also use -o when using bsdtar --chroot
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 9 11:51:40 UTC 2010 - adrian@suse.de Thu Dec 9 11:51:40 UTC 2010 - adrian@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package build (Version 2010.12.09) # spec file for package build (Version 2010.12.15)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,7 +23,7 @@ License: GPLv2+
Group: Development/Tools/Building Group: Development/Tools/Building
AutoReqProv: on AutoReqProv: on
Summary: A Script to Build SUSE Linux RPMs Summary: A Script to Build SUSE Linux RPMs
Version: 2010.12.09 Version: 2010.12.15
Release: 1 Release: 1
#!BuildIgnore: build-mkbaselibs #!BuildIgnore: build-mkbaselibs
Source: build-%{version}.tar.gz Source: build-%{version}.tar.gz

View File

@ -1,3 +1,12 @@
build (2010.12.15-1) unstable; urgency=low
* Update to current git trunk
- support bsdtar for setting up build enviroment
- make expanddeps use the highest version of a package if multiple
versions aver available in a repository [bnc#656599]
-- Michael Schroeder <mls@suse.de> Wed, 15 Dec 2010 14:08:29 +0200
build (2010.07.28-1) unstable; urgency=low build (2010.07.28-1) unstable; urgency=low
* Update to current git trunk * Update to current git trunk