Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2024-09-13 14:25:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Fri Sep 13 14:25:29 2024 rev:298 rq:1200688 version:24.8.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2024-08-23 
22:27:28.570916747 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new.29891/libreoffice.changes       
2024-09-13 14:26:12.091499918 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Thu Sep 12 12:53:09 UTC 2024 - Martin Schreiner <martin.schrei...@suse.com>
+
+- Use system cmis where feasible, as our RPM version of cmis-devel has been
+  patched to work with Boost 1.86, which LibreOffice also uses.
+- Update to 24.8.1.2 (jsc#PED-10362):
+  * This release already includes the fix for CVE-2024-5261 (bsc#1226975)
+    upstream.
+  * Release notes:
+    https://wiki.documentfoundation.org/Releases/24.8.1/RC1
+    https://wiki.documentfoundation.org/Releases/24.8.1/RC2
+- Update bundled dependencies:
+  * curl 8.9.0 -> 8.9.1
+  * poppler 24.06.0 -> 24.08.0
+
+-------------------------------------------------------------------

Old:
----
  curl-8.9.0.tar.xz
  libreoffice-24.8.0.3.tar.xz
  libreoffice-24.8.0.3.tar.xz.asc
  libreoffice-help-24.8.0.3.tar.xz
  libreoffice-help-24.8.0.3.tar.xz.asc
  libreoffice-translations-24.8.0.3.tar.xz
  libreoffice-translations-24.8.0.3.tar.xz.asc
  poppler-24.06.0.tar.xz

New:
----
  curl-8.9.1.tar.xz
  libreoffice-24.8.1.2.tar.xz
  libreoffice-24.8.1.2.tar.xz.asc
  libreoffice-help-24.8.1.2.tar.xz
  libreoffice-help-24.8.1.2.tar.xz.asc
  libreoffice-translations-24.8.1.2.tar.xz
  libreoffice-translations-24.8.1.2.tar.xz.asc
  poppler-24.08.0.tar.xz

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.frKtG7/_old  2024-09-13 14:26:16.955702827 +0200
+++ /var/tmp/diff_new_pack.frKtG7/_new  2024-09-13 14:26:16.959702993 +0200
@@ -78,7 +78,7 @@
 %global with_gcc 12
 %endif
 Name:           libreoffice
-Version:        24.8.0.3
+Version:        24.8.1.2
 Release:        0
 Summary:        A Free Office Suite (Framework)
 License:        LGPL-3.0-or-later AND MPL-2.0+
@@ -112,8 +112,6 @@
 Source2009:     %{external_url}/dtoa-20180411.tgz
 # Skia is part of chromium and bundled everywhere as by google only way is 
monorepo way
 Source2010:     
%{external_url}/skia-m116-2ddcf183eb260f63698aa74d1bb380f247ad7ccd.tar.xz
-Source2012:     %{external_url}/libcmis-0.6.2.tar.xz
-Provides:       bundled(libcmis) = 0.6.2
 # change user config dir name from ~/.libreoffice/3 to ~/.libreoffice/3-suse
 # to avoid BerkleyDB incompatibility with the plain build
 Patch1:         scp2-user-config-suse.diff
@@ -154,8 +152,8 @@
 %if %{with system_curl}
 BuildRequires:  curl-devel >= 7.68.0
 %else
-Source2013:     %{external_url}/curl-8.9.0.tar.xz
-Provides:       bundled(curl) = 8.9.0
+Source2013:     %{external_url}/curl-8.9.1.tar.xz
+Provides:       bundled(curl) = 8.9.1
 %endif
 # Needed for tests
 BuildRequires:  dejavu-fonts
@@ -303,18 +301,21 @@
 %if 0%{?suse_version} < 1550
 # Too old boost on the system
 Source2020:     %{external_url}/boost_1_85_0.tar.xz
-Source2023:     %{external_url}/poppler-24.06.0.tar.xz
+Source2023:     %{external_url}/poppler-24.08.0.tar.xz
 Source2024:     %{external_url}/poppler-data-0.4.12.tar.gz
 Source2030:     %{external_url}/tiff-4.6.0t.tar.xz
 Provides:       bundled(boost) = 1.85.0
-Provides:       bundled(poppler) = 24.06.0
+Provides:       bundled(poppler) = 24.08.0
 Provides:       bundled(poppler-data) = 0.4.12
+Source2031:     %{external_url}/libcmis-0.6.2.tar.xz
+Provides:       bundled(libcmis) = 0.6.2
 %else
 BuildRequires:  libboost_date_time-devel
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_iostreams-devel
 BuildRequires:  libboost_locale-devel
 BuildRequires:  libboost_system-devel
+BuildRequires:  libcmis-devel
 BuildRequires:  pkgconfig(libtiff-4) >= 4.0.10
 BuildRequires:  pkgconfig(poppler) >= 21.01.0
 BuildRequires:  pkgconfig(poppler-cpp)
@@ -1190,7 +1191,6 @@
         --with-system-libpng \
         --with-system-dragonbox \
         --with-system-libfixmath \
-        --without-system-libcmis \
         --with-vendor=SUSE \
         --with-lang=ALL \
         --disable-fetch-external \
@@ -1249,6 +1249,7 @@
         --without-system-boost \
         --without-system-poppler \
         --without-system-libtiff \
+        --without-system-libcmis \
 %endif
 %if 0%{?suse_version} < 1500
         --without-system-argon2 \


++++++ curl-8.9.0.tar.xz -> curl-8.9.1.tar.xz ++++++
++++ 16136 lines of diff (skipped)

++++++ libreoffice-24.8.0.3.tar.xz -> libreoffice-24.8.1.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-24.8.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.29891/libreoffice-24.8.1.2.tar.xz 
differ: char 15, line 1

++++++ libreoffice-help-24.8.0.3.tar.xz -> libreoffice-help-24.8.1.2.tar.xz 
++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-help-24.8.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.29891/libreoffice-help-24.8.1.2.tar.xz
 differ: char 15, line 1

++++++ libreoffice-translations-24.8.0.3.tar.xz -> 
libreoffice-translations-24.8.1.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-24.8.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.29891/libreoffice-translations-24.8.1.2.tar.xz
 differ: char 15, line 1



++++++ poppler-24.06.0.tar.xz -> poppler-24.08.0.tar.xz ++++++
++++ 3299 lines of diff (skipped)

Reply via email to