SHA256
1
0
forked from pool/nedit

- Move to git releases.

OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=13
This commit is contained in:
Daniel Rahn 2015-04-10 08:19:47 +00:00 committed by Git OBS Bridge
parent 7b1b6427fc
commit 053c02e6d0
5 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 10 08:19:18 UTC 2015 - drahn@suse.com
- Move to git releases.
-------------------------------------------------------------------
Thu Apr 9 16:25:47 UTC 2015 - drahn@suse.com

View File

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

View File

@ -1,12 +1,12 @@
#! /bin/bash
NAME=nedit
cvs -d :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit co ${NAME}
git clone git://git.code.sf.net/p/nedit/git ${NAME}
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.6_CVS$date-src.tar.bz2
rev=${REV}_GIT$date
ARC=$NAME-5.6_GIT$date-src.tar.bz2
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
rm -rf $NAME
echo "New revision $rev"