Accepting request 295208 from home:sdrahn:branches:editors

- rebase release version to 5.6

OBS-URL: https://build.opensuse.org/request/show/295208
OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=12
This commit is contained in:
Daniel Rahn 2015-04-09 16:26:30 +00:00 committed by Git OBS Bridge
parent d91da5841b
commit 9011dea958
5 changed files with 10 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2be01bcb203b39eef2dcd1287b89b7d113c840edeade0c00780ff7cf296be42e
size 1015195

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c47291741c6bd5a72ef4f5216ceea1d6e076667cf2e13d5c6bf71e3b3a485d47
size 1016368

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 9 16:25:47 UTC 2015 - drahn@suse.com
- rebase release version to 5.6
-------------------------------------------------------------------
Thu Apr 9 16:14:18 UTC 2015 - drahn@suse.com

View File

@ -1,5 +1,5 @@
Name: nedit
Version: 5.5_CVS20150409
Version: 5.6_CVS20150409
Release: 1
License: GPL-2.0+
Url: http://www.nedit.org/

View File

@ -6,7 +6,7 @@ osc rm $NAME-*.tar.bz2
REV=`sed -n 's/RELEASE=nedit-\([0-9.]\+\).*/\1/p' ${NAME}/Makefile`
date=`date -u +"%Y%m%d"`
rev=${REV}_CVS$date
ARC=$NAME-5.5_CVS$date-src.tar.bz2
ARC=$NAME-5.6_CVS$date-src.tar.bz2
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
rm -rf $NAME
echo "New revision $rev"