SOURCES: djvulibre-c++.patch - I don't understand why it didn't ma...

qrczak qrczak at pld-linux.org
Sun Dec 11 12:42:40 CET 2005


Author: qrczak                       Date: Sun Dec 11 11:42:40 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- I don't understand why it didn't match. Made again.

---- Files affected:
SOURCES:
   djvulibre-c++.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/djvulibre-c++.patch
diff -u SOURCES/djvulibre-c++.patch:1.1 SOURCES/djvulibre-c++.patch:1.2
--- SOURCES/djvulibre-c++.patch:1.1	Sun Dec 11 12:20:16 2005
+++ SOURCES/djvulibre-c++.patch	Sun Dec 11 12:42:35 2005
@@ -1,21 +1,7 @@
---- djvulibre-3.5.16/libdjvu/GURL.h~	2003-11-07 23:08:21.000000000 +0100
-+++ djvulibre-3.5.16/libdjvu/GURL.h	2005-12-11 06:53:06.000000000 +0100
-@@ -278,10 +278,10 @@
-       //@}
- 
-       /// Returns TRUE if #gurl1# and #gurl2# are the same
--   bool	GURL::operator==(const GURL & gurl2) const;
-+   bool	operator==(const GURL & gurl2) const;
- 
-       /// Returns TRUE if #gurl1# and #gurl2# are different
--   bool	GURL::operator!=(const GURL & gurl2) const;
-+   bool	operator!=(const GURL & gurl2) const;
- 
-       /// Assignment operator
-    GURL &	operator=(const GURL & url);
---- djvulibre-3.5.16/libdjvu/ByteStream.h~	2003-11-07 23:08:20.000000000 +0100
-+++ djvulibre-3.5.16/libdjvu/ByteStream.h	2005-12-11 07:07:29.000000000 +0100
-@@ -242,8 +242,8 @@
+diff -urN djvulibre-3.5.16.orig/libdjvu/ByteStream.h djvulibre-3.5.16/libdjvu/ByteStream.h
+--- djvulibre-3.5.16.orig/libdjvu/ByteStream.h	2003-11-07 23:08:20.000000000 +0100
++++ djvulibre-3.5.16/libdjvu/ByteStream.h	2005-12-11 12:39:57.000000000 +0100
+@@ -242,7 +242,7 @@
        and writes it to the specified stream. */
    void formatmessage( const char *fmt, ... );
    /** Looks up the message and writes it to the specified stream. */
@@ -24,8 +10,9 @@
    /** Writes a one-byte integer to a ByteStream. */
    void write8 (unsigned int card8);
    /** Writes a two-bytes integer to a ByteStream.
---- djvulibre-3.5.16/libdjvu/GContainer.h~	2004-05-13 17:16:34.000000000 +0200
-+++ djvulibre-3.5.16/libdjvu/GContainer.h	2005-12-11 08:15:38.000000000 +0100
+diff -urN djvulibre-3.5.16.orig/libdjvu/GContainer.h djvulibre-3.5.16/libdjvu/GContainer.h
+--- djvulibre-3.5.16.orig/libdjvu/GContainer.h	2004-05-13 17:16:34.000000000 +0200
++++ djvulibre-3.5.16/libdjvu/GContainer.h	2005-12-11 12:39:53.000000000 +0100
 @@ -969,6 +969,92 @@
  
  
@@ -209,3 +196,19 @@
  //@}
  //@}
  
+diff -urN djvulibre-3.5.16.orig/libdjvu/GURL.h djvulibre-3.5.16/libdjvu/GURL.h
+--- djvulibre-3.5.16.orig/libdjvu/GURL.h	2003-11-07 23:08:21.000000000 +0100
++++ djvulibre-3.5.16/libdjvu/GURL.h	2005-12-11 12:39:56.000000000 +0100
+@@ -278,10 +278,10 @@
+       //@}
+ 
+       /// Returns TRUE if #gurl1# and #gurl2# are the same
+-   bool	GURL::operator==(const GURL & gurl2) const;
++   bool	operator==(const GURL & gurl2) const;
+ 
+       /// Returns TRUE if #gurl1# and #gurl2# are different
+-   bool	GURL::operator!=(const GURL & gurl2) const;
++   bool	operator!=(const GURL & gurl2) const;
+ 
+       /// Assignment operator
+    GURL &	operator=(const GURL & url);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/djvulibre-c++.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list