SHA256
1
0
forked from pool/nedit

Accepting request 258684 from home:dstoecker

OBS-URL: https://build.opensuse.org/request/show/258684
OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=10
This commit is contained in:
Dirk Stoecker 2014-10-28 15:17:07 +00:00 committed by Git OBS Bridge
parent a7de48bf0b
commit f4c49165df
5 changed files with 15 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 28 12:44:25 UTC 2014 - opensuse@dstoecker.de
- update to current CVS
-------------------------------------------------------------------
Wed Aug 21 04:38:42 UTC 2013 - opensuse@dstoecker.de

View File

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

View File

@ -2,9 +2,13 @@
NAME=nedit
cvs -d :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit co ${NAME}
#osc rm $NAME-*.tar.bz2
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
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
rm -rf $NAME
#osc add $ARC
echo "New revision $rev"
sed -i "s/\(Version: \+\).\+/\1$rev/;" ${NAME}.spec
osc add $ARC