Accepting request 224712 from home:oertel:branches:openSUSE:Tools

- bump version number and add automatic to pre_checkin.sh

OBS-URL: https://build.opensuse.org/request/show/224712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/inst-source-utils?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2014-03-05 14:46:20 +00:00 committed by Git OBS Bridge
parent fa9ca26470
commit 7e26ddadb5
5 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
get_date_version_string `find_newest_file *.tar.bz2`

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 5 14:34:28 CET 2014 - ro@suse.de
- bump version number and add automatic to pre_checkin.sh
-------------------------------------------------------------------
Tue Mar 4 16:47:58 CET 2014 - ro@suse.de

View File

@ -20,7 +20,7 @@ Name: inst-source-utils
Summary: Utilities for creating customized installation sources
License: GPL-2.0+
Group: System/YaST
Version: 2011.10.16
Version: 2014.3.5
Release: 0
Url: http://en.opensuse.org/Inst-source-utils
BuildArch: noarch

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4af7a550fbab8e99d246bec656493d6c95fb27df7df764128e9e2a5dece394ab
size 39797
oid sha256:33c99bd53afdc37e0ef1fc361f9b3ec99ca26756ddf0419c990955420a19cf24
size 39791

View File

@ -62,3 +62,7 @@ tar cjfp ../inst-source-utils.tar.bz2 inst-source-utils
popd >/dev/null
cp -v $TMPDIR/../inst-source-utils.tar.bz2 .
test "$TMPDIR" != "/" -a -d "$TMPDIR" && rm -rf $TMPDIR
LASTFILE=`find_newest_file *.tar.bz2`
VERSION=`get_date_version_string $LASTFILE`
sed -i -e "s@^Version:.*@Version: $VERSION@" inst-source-utils.spec