Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2025-12-30 12:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and      /work/SRC/openSUSE:Factory/.scribus.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scribus"

Tue Dec 30 12:00:56 2025 rev:95 rq:1324708 version:1.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2025-10-11 
22:48:14.508249451 +0200
+++ /work/SRC/openSUSE:Factory/.scribus.new.1928/scribus.changes        
2025-12-30 12:01:11.610603695 +0100
@@ -1,0 +2,44 @@
+Mon Dec 29 13:43:08 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 1.6.5
+  * [General]  NTLM hash leak in Scribus
+  * [User Interface]  Dark Color Schema unusable
+  * [Color Management]  Color picker (eyedropper) does not work
+    (always returns "black")
+  * [General]  Layer disappears after editing inline object
+    (layer visibility scrambling)
+  * [General]  Failure to build with poppler 25.10.0
+  * [PDF]  Scribus crashes when exporting pdf via python and the
+    document has a PDF-Push-Button or other PDF-thingy
+  * [Build System]  Won't Compile: 'const_key_value_iterator' does
+    not name a type
+  * [Styles]  The line spacing mode drop down is not correctly
+    displayed for styles with a parent
+  * [Build System]  Fails to build with poppler 25.07
+  * [PDF]  Build failure with podofo 1.0
+  * [Scripter]  Undocumented feature in scribus.ImageExport: transparentBckgnd
+  * [Scripter]  Documentation of function getBoundingBox()
+    missing from HTML docs
+  * [Fonts]  Additional Font Path Settings reset
+  * [General]  Crash when loading legacy file produced with
+    Scribus 1.4.6
+  * [Scripter]  Using unknown/misspelled named parameter in API
+    call causes Scribus crash
+  * [Canvas]  Sometimes all items in a document become invisible
+  * [General]  Failure to build with poppler 25.09.0
+  * [General]  Accept negative values for the rotation in the
+    properties palette
+  * [General]  1.6.4 fails to build with popper 25.06.0
+  * [Fonts]  Font rendering different after PDF export
+  * [Printing]  Print Dialog - Inconsistency between output
+    filename extension and printing language
+  * [Printing]  Print Dialog - Crop marks not present in output
+    when they are the only marks selected
+- Drop patches:
+  * 0001-Fix-build-with-poppler-25.06.0.patch
+  * 0001-Fix-build-with-PoDoFo-1.0.0.patch
+  * 0001-Fix-build-with-poppler-25.07.0.patch
+  * 0001-Failure-to-build-with-poppler-25.09.0.patch
+  * 0001-Fix-build-with-poppler-25.10.0.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Failure-to-build-with-poppler-25.09.0.patch
  0001-Fix-build-with-PoDoFo-1.0.0.patch
  0001-Fix-build-with-poppler-25.06.0.patch
  0001-Fix-build-with-poppler-25.07.0.patch
  0001-Fix-build-with-poppler-25.10.0.patch
  scribus-1.6.4.tar.xz
  scribus-1.6.4.tar.xz.asc

New:
----
  scribus-1.6.5.tar.xz
  scribus-1.6.5.tar.xz.asc

----------(Old B)----------
  Old:  * 0001-Fix-build-with-poppler-25.07.0.patch
  * 0001-Failure-to-build-with-poppler-25.09.0.patch
  * 0001-Fix-build-with-poppler-25.10.0.patch
  Old:  * 0001-Fix-build-with-poppler-25.06.0.patch
  * 0001-Fix-build-with-PoDoFo-1.0.0.patch
  * 0001-Fix-build-with-poppler-25.07.0.patch
  Old:- Drop patches:
  * 0001-Fix-build-with-poppler-25.06.0.patch
  * 0001-Fix-build-with-PoDoFo-1.0.0.patch
  Old:  * 0001-Fix-build-with-PoDoFo-1.0.0.patch
  * 0001-Fix-build-with-poppler-25.07.0.patch
  * 0001-Failure-to-build-with-poppler-25.09.0.patch
  Old:  * 0001-Failure-to-build-with-poppler-25.09.0.patch
  * 0001-Fix-build-with-poppler-25.10.0.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ scribus.spec ++++++
--- /var/tmp/diff_new_pack.mnE7il/_old  2025-12-30 12:01:12.762651002 +0100
+++ /var/tmp/diff_new_pack.mnE7il/_new  2025-12-30 12:01:12.762651002 +0100
@@ -39,29 +39,18 @@
 %endif
 
 Name:           scribus
-Version:        1.6.4
+Version:        1.6.5
 Release:        0
 Summary:        Page Layout and Desktop Publishing (DTP)
 License:        GPL-2.0-or-later
 URL:            https://www.scribus.net/
-# https://sourceforge.net/projects/scribus/files/scribus/1.6.4/
-Source0:        %{name}-%{version}.tar.xz
+Source0:        
https://downloads.sourceforge.net/scribus/scribus-%{version}.tar.xz
 %if %{with released}
-Source1:        %{name}-%{version}.tar.xz.asc
+Source1:        
https://downloads.sourceforge.net/scribus/scribus-%{version}.tar.xz.asc
 Source2:        scribus.keyring
 %endif
 # PATCH-FIX-OPENSUSE
 Patch0:         0001-Make-sure-information-displayed-on-the-about-window-.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         0001-Fix-build-with-poppler-25.06.0.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-Fix-build-with-PoDoFo-1.0.0.patch
-# PATCH-FIX-UPSTREAM
-Patch3:         0001-Fix-build-with-poppler-25.07.0.patch
-# PATCH-FIX-UPSTREAM
-Patch4:         0001-Failure-to-build-with-poppler-25.09.0.patch
-# PATCH-FIX-UPSTREAM
-Patch5:         0001-Fix-build-with-poppler-25.10.0.patch
 BuildRequires:  cmake >= 3.14.0
 BuildRequires:  cups-devel
 BuildRequires:  dos2unix

++++++ scribus-1.6.4.tar.xz -> scribus-1.6.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/scribus/scribus-1.6.4.tar.xz 
/work/SRC/openSUSE:Factory/.scribus.new.1928/scribus-1.6.5.tar.xz differ: char 
15, line 1

Reply via email to