OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-May-2004 10:07:57
Branch: HEAD Handle: 2004051909075700
Modified files:
openpkg-src/opensp opensp.patch opensp.spec
Log:
upgrading package: opensp 1.5 -> 1.5.1
Summary:
Revision Changes Path
1.2 +10 -57 openpkg-src/opensp/opensp.patch
1.21 +2 -2 openpkg-src/opensp/opensp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/opensp/opensp.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 opensp.patch
--- openpkg-src/opensp/opensp.patch 27 Jun 2003 12:18:04 -0000 1.1
+++ openpkg-src/opensp/opensp.patch 19 May 2004 08:07:57 -0000 1.2
@@ -1,58 +1,11 @@
---- include/Attribute.h.dist 2003-06-27 14:13:01.000000000 +0200
-+++ include/Attribute.h 2003-06-27 14:15:54.000000000 +0200
-@@ -31,6 +31,27 @@
- class AttributeContext;
- class Syntax;
+Index: include/RangeMap.h
+--- include/RangeMap.h.orig 1999-11-04 09:36:06.000000000 +0100
++++ include/RangeMap.h 2004-05-19 09:51:34.000000000 +0200
+@@ -4,6 +4,7 @@
+ #ifndef RangeMap_INCLUDED
+ #define RangeMap_INCLUDED 1
-+class SP_API AttributeValue : public Resource {
-+public:
-+ enum Type {
-+ implied,
-+ cdata,
-+ tokenized
-+ };
-+ AttributeValue();
-+ virtual ~AttributeValue();
-+ virtual AttributeSemantics *makeSemantics(const DeclaredValue *,
-+ AttributeContext &,
-+ const StringC &,
-+ unsigned &,
-+ unsigned &) const;
-+ virtual Type info(const Text *&, const StringC *&) const = 0;
-+ virtual const Text *text() const;
-+ virtual Boolean recoverUnquoted(const StringC &, const Location &,
-+ AttributeContext &, const StringC &);
-+ static Boolean handleAsUnterminated(const Text &, AttributeContext &);
-+};
-+
- class SP_API AttributeDefinitionDesc {
- public:
- AttributeDefinitionDesc() { }
-@@ -380,27 +401,6 @@
- ConstPtr<Notation> notation_;
- };
-
--class SP_API AttributeValue : public Resource {
--public:
-- enum Type {
-- implied,
-- cdata,
-- tokenized
-- };
-- AttributeValue();
-- virtual ~AttributeValue();
-- virtual AttributeSemantics *makeSemantics(const DeclaredValue *,
-- AttributeContext &,
-- const StringC &,
-- unsigned &,
-- unsigned &) const;
-- virtual Type info(const Text *&, const StringC *&) const = 0;
-- virtual const Text *text() const;
-- virtual Boolean recoverUnquoted(const StringC &, const Location &,
-- AttributeContext &, const StringC &);
-- static Boolean handleAsUnterminated(const Text &, AttributeContext &);
--};
--
- class SP_API ImpliedAttributeValue : public AttributeValue {
- public:
- ImpliedAttributeValue();
++#include "constant.h"
+ #include "Vector.h"
+ #include "Boolean.h"
+ #include "ISet.h"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/opensp/opensp.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 opensp.spec
--- openpkg-src/opensp/opensp.spec 13 May 2004 18:38:14 -0000 1.20
+++ openpkg-src/opensp/opensp.spec 19 May 2004 08:07:57 -0000 1.21
@@ -33,8 +33,8 @@
Class: PLUS
Group: SGML
License: GPL
-Version: 1.5
-Release: 20040513
+Version: 1.5.1
+Release: 20040519
# list of sources
Source0: http://osdn.dl.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]