Prechádzať zdrojové kódy

upgrading package: opensp 1.5 -> 1.5.1

Ralf S. Engelschall 21 rokov pred
rodič
commit
df9e0f03f5
2 zmenil súbory, kde vykonal 12 pridanie a 59 odobranie
  1. 10 57
      opensp/opensp.patch
  2. 2 2
      opensp/opensp.spec

+ 10 - 57
opensp/opensp.patch

@@ -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"

+ 2 - 2
opensp/opensp.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 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