Date: Saturday, January 18, 2020 @ 07:40:05
  Author: lcarlier
Revision: 552963

upgpkg: gambas3 3.14.3-2: new upstream tarball with poppler fix included

Deleted:
  gambas3/trunk/gambas-poppler-0.83.patch

---------------------------+
 gambas-poppler-0.83.patch |   13 -------------
 1 file changed, 13 deletions(-)

Deleted: gambas-poppler-0.83.patch
===================================================================
--- gambas-poppler-0.83.patch   2020-01-18 07:39:45 UTC (rev 552962)
+++ gambas-poppler-0.83.patch   2020-01-18 07:40:05 UTC (rev 552963)
@@ -1,13 +0,0 @@
-diff --git a/gb.pdf/src/main.cpp b/gb.pdf/src/main.cpp
-index 93af4b1..0464e0c 100644
---- a/gb.pdf/src/main.cpp
-+++ b/gb.pdf/src/main.cpp
-@@ -56,7 +56,7 @@ int EXPORT GB_INIT(void)
-       if (!globalParams)
-       {
- #if POPPLER_VERSION_0_6
--              globalParams = new GlobalParams();
-+              globalParams = std::unique_ptr<GlobalParams>();
- #else
-               globalParams = new GlobalParams("/etc/xpdfrc");
- #endif

Reply via email to