OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Sep-2006 13:16:22
Branch: HEAD Handle: 2006091612162200
Modified files:
openpkg-src/cryptlib cryptlib.spec
Log:
improve tracking and upgrade to latest version
Summary:
Revision Changes Path
1.8 +6 -4 openpkg-src/cryptlib/cryptlib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cryptlib/cryptlib.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 cryptlib.spec
--- openpkg-src/cryptlib/cryptlib.spec 30 Aug 2006 07:46:50 -0000
1.7
+++ openpkg-src/cryptlib/cryptlib.spec 16 Sep 2006 11:16:22 -0000
1.8
@@ -23,8 +23,9 @@
##
# package version
-%define V_full 3.23a
-%define V_comp 323a
+%define V_full 3.3
+%define V_comp 33
+%define V_track 330
# package information
Name: cryptlib
@@ -37,7 +38,7 @@
Group: Cryptography
License: MIT-style
Version: %{V_full}
-Release: 20060830
+Release: 20060916
# list of sources
Source0: ftp://ftp.franken.de/pub/crypt/cryptlib/cl%{V_comp}.zip
@@ -70,9 +71,10 @@
%track
prog cryptlib = {
- version = %{V_comp}
+ version = %{V_track}
url = ftp://ftp.franken.de/pub/crypt/cryptlib/
regex = cl(__VER__)\.zip
+ transform = "s/^(\d\d)$/${1}0/, $_"
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]