diff --git a/build.spec b/build.spec index ba415fb1..42e6f7df 100644 --- a/build.spec +++ b/build.spec @@ -1,5 +1,5 @@ # -# spec file for package build (Version 2008.11.28.r5747) +# spec file for package build (Version 2008.12.03.r5789) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,6 @@ # norootforbuild - Name: build License: GPL v2 or later Group: Development/Tools/Building @@ -32,9 +31,12 @@ Release: 1 # tar cjvf build-$VERSION.tar.bz2 build-$VERSION # rm -rf build-$VERSION # osc add build-$VERSION.tar.bz2 -# sed --in-place build.spec -e"/^\(Version:[[:space:]]*\)\(.*\)/s,,\1$VERSION," +# # There's several occurences of "Version: something" in this file, +# # two of them valid, so we need to be picky in the match. +# sed --in-place build.spec -e"/\(Version:\?[[:space:]]\+\)\([0-9]\{4\}\.[0-9][0-9]\.[0-9][0-9]\.r[0-9]\+\)/s,,\1$VERSION," # osc build build.spec # osc ci +# osc submitreq create -m"current svn snapshot." openSUSE:Tools build openSUSE:Factory Source: build-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch