From 1314fb0e4654c37a050e56425c1e79c6692b34fe Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 1 Apr 2002 09:47:53 +0000 Subject: [PATCH] upgrade to OSSP str 0.9.7 --- str/str.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/str/str.spec b/str/str.spec index c36ab09e3d..7695213da0 100644 --- a/str/str.spec +++ b/str/str.spec @@ -26,17 +26,17 @@ # package information Name: str Summary: String Library -URL: http://www.engelschall.com/sw/str/ +URL: http://www.ossp.org/pkg/lib/str/ Vendor: Ralf S. Engelschall Packager: The OpenPKG Project Distribution: OpenPKG [REL] Group: Text License: MIT/BSD-style -Version: 0.9.6 -Release: 20020206 +Version: 0.9.7 +Release: 20020401 # list of sources -Source0: http://www.engelschall.com/sw/str/str-%{version}.tar.gz +Source0: ftp://ftp.ossp.org/pkg/lib/str/str-%{version}.tar.gz # build information Prefix: %{l_prefix} @@ -47,9 +47,9 @@ AutoReq: no AutoReqProv: no %description - The Str library is a generic string library written in ANSI C which + OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and - formatting of C strings. So it can be considered as a superset + formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convinient and compact API plus a more generalized functionality.