external/poppler/poppler-config.patch.1 |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 36034a942ad90e9bde04b5d4172e5541bbc58563
Author:     Taichi Haradaguchi <[email protected]>
AuthorDate: Tue Mar 14 18:55:18 2023 +0900
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Mar 31 08:50:22 2023 +0000

    fix poppler build
    
    * Update POPPLER_VERSION in poppler-config.patch.1
    
    Change-Id: Iba770e6a3036a091925997025d4528f1d855da5d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149795
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/external/poppler/poppler-config.patch.1 
b/external/poppler/poppler-config.patch.1
index 455a88e2afc4..1e61b533d31b 100644
--- a/external/poppler/poppler-config.patch.1
+++ b/external/poppler/poppler-config.patch.1
@@ -173,7 +173,7 @@ index 0fbd336a..451213f8 100644
 +#define PACKAGE_NAME "poppler"
 +
 +/* Define to the full name and version of this package. */
-+#define PACKAGE_STRING "poppler 22.09.0"
++#define PACKAGE_STRING "poppler 22.12.0"
 +
 +/* Define to the one symbol short name of this package. */
 +#define PACKAGE_TARNAME "poppler"
@@ -182,7 +182,7 @@ index 0fbd336a..451213f8 100644
 +#define PACKAGE_URL ""
 +
 +/* Define to the version of this package. */
-+#define PACKAGE_VERSION "22.09.0"
++#define PACKAGE_VERSION "22.12.0"
 +
 +/* Poppler data dir */
 +#define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -200,7 +200,7 @@ index 0fbd336a..451213f8 100644
 +/* #undef USE_FLOAT */
 +
 +/* Version number of package */
-+#define VERSION "22.09.0"
++#define VERSION "22.12.0"
 +
 +#if defined(__APPLE__)
 +#elif defined (_WIN32)
@@ -281,7 +281,7 @@ index 0fbd336a..451213f8 100644
 +
 +/* Defines the poppler version. */
 +#ifndef POPPLER_VERSION
-+#define POPPLER_VERSION "22.09.0"
++#define POPPLER_VERSION "22.12.0"
 +#endif
 +
 +/* Use single precision arithmetic in the Splash backend */
@@ -433,9 +433,9 @@ index 0fbd336a..451213f8 100644
 +
 +#include "poppler-global.h"
 +
-+#define POPPLER_VERSION "22.09.0"
++#define POPPLER_VERSION "22.12.0"
 +#define POPPLER_VERSION_MAJOR 22
-+#define POPPLER_VERSION_MINOR 9
++#define POPPLER_VERSION_MINOR 12
 +#define POPPLER_VERSION_MICRO 0
 +
 +namespace poppler

Reply via email to