OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2004 13:48:15
Branch: HEAD Handle: 2004102712481500
Modified files:
openpkg-src/nedit nedit.spec
Log:
Fixed tracking
Summary:
Revision Changes Path
1.10 +3 -3 openpkg-src/nedit/nedit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nedit/nedit.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 nedit.spec
--- openpkg-src/nedit/nedit.spec 3 Oct 2004 12:00:24 -0000 1.9
+++ openpkg-src/nedit/nedit.spec 27 Oct 2004 11:48:15 -0000 1.10
@@ -38,10 +38,10 @@
Group: Editor
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20041003
+Release: 20041027
# list of sources
-Source0:
ftp://ftp.nedit.org/pub/NEdit/v%{V_major}_%{V_minor}/nedit-%{version}.tar.bz2
+Source0:
ftp://ftp.nedit.org/pub/NEdit/v%{V_major}_%{V_minor}/nedit-%{version}-src.tar.bz2
# build information
Prefix: %{l_prefix}
@@ -66,7 +66,7 @@
url = ftp://ftp.nedit.org/pub/NEdit/
regex = (v\d+_\d+(_\d+)*)
url = ftp://ftp.nedit.org/pub/NEdit/__NEWVER__/
- regex = nedit-(__VER__)\.tar\.bz2
+ regex = nedit-(__VER__)\-src\.tar\.bz2
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]