]> git.pld-linux.org Git - packages/djvulibre.git/commitdiff
- I don't understand why it didn't match. Made again.
authorqrczak <qrczak@pld-linux.org>
Sun, 11 Dec 2005 11:42:35 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    djvulibre-c++.patch -> 1.2

djvulibre-c++.patch

index 23a6965d73974b93f1a40c868630d4a117368ffd..1d2965f74e5f62945078d404b95e03bbb6893a6e 100644 (file)
@@ -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 @@
  
  
  //@}
  //@}
  
+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);
This page took 0.057023 seconds and 4 git commands to generate.