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-06-27 18:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poppler (Old)
 and      /work/SRC/openSUSE:Factory/.poppler.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poppler"

Sun Jun 27 18:58:10 2021 rev:170 rq:901628 version:21.06.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/poppler/poppler.changes  2021-05-20 
19:24:28.454086727 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new.2625/poppler.changes        
2021-06-27 18:58:11.316205648 +0200
@@ -1,0 +2,23 @@
+Sat Jun 19 14:46:12 UTC 2021 - Enrico Belleri <ide...@protonmail.com>
+
+- Update to 21.06.1:
+  core:
+    * Fix rendering of some extended latin1 characters in annotations. Issue 
#1070
+    * Support some not so well formed documents with password. Issue #1083
+    * Add API to get notified if the xref is reconstructed
+    * Add somewhat fancier left/right signature visual representation
+    * Fix crashes in malformed files
+    * Minor code improvements
+  qt6:
+    * Change some functions to return std::unique_ptr
+  qt5/qt6:
+    * Add API to get notified if the xref is reconstructed
+    * Add somewhat fancier left/right signature visual representation
+    * Don't assert when trying to invert singular matrices
+  build system:
+    * make boost opt-out if building splash
+
+  glib:
+    * fix poppler_rectangle_free() regression. Issue #1087
+
+-------------------------------------------------------------------

Old:
----
  poppler-21.05.0.tar.xz

New:
----
  poppler-21.06.1.tar.xz

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

Other differences:
------------------
++++++ poppler.spec ++++++
--- /var/tmp/diff_new_pack.xDYJ0z/_old  2021-06-27 18:58:11.976206515 +0200
+++ /var/tmp/diff_new_pack.xDYJ0z/_new  2021-06-27 18:58:11.980206520 +0200
@@ -23,20 +23,20 @@
 %global psuffix -%{flavor}
 %endif
 # Don't build poppler-qt6 on Leap <= 15.3
-%if "%{flavor}" == "qt6" && (%{suse_version} <= 1500 && 0%{?sle_version} <= 
150300)
+%if "%{flavor}" == "qt6" && (0%{?suse_version} <= 1500 && 0%{?sle_version} <= 
150300)
 ExclusiveArch:  do_not_build
 %endif
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.10
-%define poppler_sover 110
+%define poppler_sover 111
 %define poppler_cpp_sover 0
 %define poppler_glib_sover 8
 %define poppler_qt5_sover 1
-%define poppler_qt6_sover 1
+%define poppler_qt6_sover 2
 %define poppler_api 0.18
 %define poppler_apipkg 0_18
 Name:           poppler%{?psuffix}
-Version:        21.05.0
+Version:        21.06.1
 Release:        0
 Summary:        PDF Rendering Library
 License:        GPL-2.0-only OR GPL-3.0-only
@@ -46,16 +46,16 @@
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 3.10
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
-BuildRequires:  gobject-introspection-devel
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  gtk-doc
 BuildRequires:  libboost_headers-devel >= 1.58
-BuildRequires:  libjpeg-devel
-BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig(libjpeg)
+BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  openjpeg2
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(zlib)
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-ft) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf)
@@ -191,7 +191,7 @@
 Summary:        Development files for the Poppler Qt6 wrapper library
 Group:          Development/Libraries/C and C++
 Requires:       libpoppler-devel = %{version}
-Requires:       libpoppler-qt6-%{poppler_qt5_sover} = %{version}
+Requires:       libpoppler-qt6-%{poppler_qt6_sover} = %{version}
 Requires:       cmake(Qt6Core)
 Requires:       cmake(Qt6Gui)
 Requires:       cmake(Qt6Widgets)
@@ -256,8 +256,8 @@
 %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
-%post -n libpoppler-qt6-%{poppler_qt5_sover} -p /sbin/ldconfig
-%postun -n libpoppler-qt6-%{poppler_qt5_sover} -p /sbin/ldconfig
+%post -n libpoppler-qt6-%{poppler_qt6_sover} -p /sbin/ldconfig
+%postun -n libpoppler-qt6-%{poppler_qt6_sover} -p /sbin/ldconfig
 
 %if "%{flavor}" == "qt5"
 %files -n libpoppler-qt5-%{poppler_qt5_sover}
@@ -281,7 +281,6 @@
 %{_libdir}/pkgconfig/poppler-qt6.pc
 
 %else
-
 %files -n libpoppler%{poppler_sover}
 %license COPYING COPYING3
 %doc NEWS README.md README-XPDF


++++++ poppler-21.05.0.tar.xz -> poppler-21.06.1.tar.xz ++++++
++++ 6186 lines of diff (skipped)

Reply via email to