Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2021-03-21 23:19:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poppler (Old)
 and      /work/SRC/openSUSE:Factory/.poppler.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poppler"

Sun Mar 21 23:19:36 2021 rev:166 rq:879839 version:21.03.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/poppler/poppler.changes  2021-02-15 
23:13:25.783138561 +0100
+++ /work/SRC/openSUSE:Factory/.poppler.new.2401/poppler.changes        
2021-03-21 23:19:48.884727800 +0100
@@ -1,0 +2,26 @@
+Sun Mar 14 21:00:14 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 21.03.0:
+  core:
+    * Fix parsing text in some broken pdf files. Issue #1040
+    * Fix memory issue when using threads. Issue #1050
+    * TextSelectionDumper: Fix getText() for space after word
+    * Change signature of OutputDev:tilingPatternFill
+    * Make PDFDocBuilder return a std::unique_ptr
+    * Improve well formed check for shading functions
+    * Fix leak in case of fread failing
+    * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
+    * PSOutputDev: Fix stack overflow in broken files
+  glib:
+    * poppler_annot_free_text_get_callout_line: Fix wrong static cast
+    * poppler-structure-element: fix memleak
+    * Improve documentation
+    * demo: keep same visual appearance between displayed and copied text
+  utils:
+    * pdftotext: Add -cropbox option
+    * pdftoppm: Add -progress option
+    * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue 
#927
+  qt6:
+    * Add missing poppler-qt6.pc.cmake
+
+-------------------------------------------------------------------

Old:
----
  poppler-21.02.0.tar.xz

New:
----
  poppler-21.03.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ poppler.spec ++++++
--- /var/tmp/diff_new_pack.03WRRw/_old  2021-03-21 23:19:49.312727947 +0100
+++ /var/tmp/diff_new_pack.03WRRw/_new  2021-03-21 23:19:49.316727948 +0100
@@ -22,23 +22,22 @@
 %else
 %global psuffix -%{flavor}
 %endif
-
-Name:           poppler%{?psuffix}
-Version:        21.02.0
-Release:        0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.10
-%define poppler_sover 107
+%define poppler_sover 108
 %define poppler_cpp_sover 0
 %define poppler_glib_sover 8
 %define poppler_qt5_sover 1
 %define poppler_api 0.18
 %define poppler_apipkg 0_18
+Name:           poppler%{?psuffix}
+Version:        21.03.0
+Release:        0
 Summary:        PDF Rendering Library
 License:        GPL-2.0-only OR GPL-3.0-only
 Group:          Development/Libraries/C and C++
 URL:            https://poppler.freedesktop.org/
-Source:         http://poppler.freedesktop.org/%{sname}-%{version}.tar.xz
+Source:         https://poppler.freedesktop.org/%{sname}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
@@ -49,13 +48,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  openjpeg2
-%if "%{flavor}" == "qt5"
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Xml)
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
@@ -72,6 +65,13 @@
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(poppler-data)
+%if "%{flavor}" == "qt5"
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+%endif
 
 %description
 Poppler is a PDF rendering library, forked from the xpdf PDF viewer
@@ -200,29 +200,25 @@
 cd %{buildroot} && find . -type f -o -type l | grep -v qt | xargs rm -v
 %endif
 
-echo > %SOURCE99
+echo > %{SOURCE99}
 %if "%{flavor}" == "qt5"
-echo "libpoppler-qt5-%{poppler_qt5_sover}" >> %SOURCE99
+echo "libpoppler-qt5-%{poppler_qt5_sover}" >> %{SOURCE99}
 %else
-echo "libpoppler%{poppler_sover}" >> %SOURCE99
-echo "libpoppler-glib%{poppler_glib_sover}" >> %SOURCE99
-echo "libpoppler-cpp%{poppler_cpp_sover}" >> %SOURCE99
+echo "libpoppler%{poppler_sover}" >> %{SOURCE99}
+echo "libpoppler-glib%{poppler_glib_sover}" >> %{SOURCE99}
+echo "libpoppler-cpp%{poppler_cpp_sover}" >> %{SOURCE99}
 %endif
 
 %post -n libpoppler%{poppler_sover} -p /sbin/ldconfig
 %postun -n libpoppler%{poppler_sover} -p /sbin/ldconfig
-
 %post -n libpoppler-glib%{poppler_glib_sover} -p /sbin/ldconfig
 %postun -n libpoppler-glib%{poppler_glib_sover} -p /sbin/ldconfig
-
 %post -n libpoppler-cpp%{poppler_cpp_sover} -p /sbin/ldconfig
 %postun -n libpoppler-cpp%{poppler_cpp_sover} -p /sbin/ldconfig
-
 %post -n libpoppler-qt5-%{poppler_qt5_sover} -p /sbin/ldconfig
 %postun -n libpoppler-qt5-%{poppler_qt5_sover} -p /sbin/ldconfig
 
 %if "%{flavor}" == "qt5"
-
 %files -n libpoppler-qt5-%{poppler_qt5_sover}
 %{_libdir}/libpoppler-qt5.so.%{poppler_qt5_sover}*
 
@@ -233,7 +229,6 @@
 %{_libdir}/pkgconfig/poppler-qt5.pc
 
 %else
-
 %files -n libpoppler%{poppler_sover}
 %license COPYING COPYING3
 %doc NEWS README.md README-XPDF
@@ -248,7 +243,7 @@
 %files tools
 %license COPYING COPYING3
 %{_bindir}/*
-%doc %{_mandir}/man1/*.*
+%{_mandir}/man1/*.*
 
 %files -n libpoppler-cpp%{poppler_cpp_sover}
 %{_libdir}/libpoppler-cpp.so.%{poppler_cpp_sover}*


++++++ poppler-21.02.0.tar.xz -> poppler-21.03.0.tar.xz ++++++
++++ 4205 lines of diff (skipped)

Reply via email to