Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2026-04-17 21:50:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk-thumbnailers (Old)
 and      /work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesdk-thumbnailers"

Fri Apr 17 21:50:00 2026 rev:156 rq:1347423 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2026-03-07 20:09:07.041837951 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.11940/kdesdk-thumbnailers.changes
       2026-04-17 21:52:49.241837565 +0200
@@ -1,0 +2,26 @@
+Sat Apr 11 16:13:50 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.0/
+- No code change since 26.03.90
+
+-------------------------------------------------------------------
+Mon Mar 30 12:10:17 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.90
+  * New feature release
+- No code change since 26.03.80
+
+-------------------------------------------------------------------
+Sat Mar 14 09:09:25 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * Build libgettextpo from git
+  * Fix memory leak
+  * Fix OSS-Fuzz AFL builds
+
+-------------------------------------------------------------------

Old:
----
  kdesdk-thumbnailers-25.12.3.tar.xz
  kdesdk-thumbnailers-25.12.3.tar.xz.sig

New:
----
  kdesdk-thumbnailers-26.04.0.tar.xz
  kdesdk-thumbnailers-26.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdesdk-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.lTcRWu/_old  2026-04-17 21:52:49.969867564 +0200
+++ /var/tmp/diff_new_pack.lTcRWu/_new  2026-04-17 21:52:49.973867729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesdk-thumbnailers
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kdesdk-thumbnailers
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Translation file thumbnail generators
 License:        GPL-2.0-or-later


++++++ kdesdk-thumbnailers-25.12.3.tar.xz -> kdesdk-thumbnailers-26.04.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-25.12.3/CMakeLists.txt 
new/kdesdk-thumbnailers-26.04.0/CMakeLists.txt
--- old/kdesdk-thumbnailers-25.12.3/CMakeLists.txt      2026-02-27 
00:05:47.000000000 +0100
+++ new/kdesdk-thumbnailers-26.04.0/CMakeLists.txt      2026-04-08 
16:52:40.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # Release service version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "25")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "26")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-25.12.3/autotests/ossfuzz/build_fuzzers.sh 
new/kdesdk-thumbnailers-26.04.0/autotests/ossfuzz/build_fuzzers.sh
--- old/kdesdk-thumbnailers-25.12.3/autotests/ossfuzz/build_fuzzers.sh  
2026-02-27 00:05:47.000000000 +0100
+++ new/kdesdk-thumbnailers-26.04.0/autotests/ossfuzz/build_fuzzers.sh  
2026-04-08 16:52:40.000000000 +0200
@@ -8,13 +8,19 @@
 export PATH="$WORK/bin:$WORK/libexec:$PATH"
 export PKG_CONFIG="$(which pkg-config) --static"
 export 
PKG_CONFIG_PATH="$WORK/lib/pkgconfig:$WORK/share/pkgconfig:$WORK/lib/x86_64-linux-gnu/pkgconfig"
+if [[ $FUZZING_ENGINE == "afl" ]]; then
+    export LDFLAGS="-fuse-ld=lld"
+fi
 
 # For PoCreator
-cd $SRC
-tar -xJf gettext-*.tar.xz && rm -rf gettext-*.tar.xz
-cd gettext-*/gettext-tools
-./configure --disable-shared --enable-static --prefix $WORK
-make -C libgettextpo install -j$(nproc)
+cd $SRC/gettext
+./autopull.sh
+./autogen.sh
+./configure --disable-java --disable-csharp --disable-d --disable-go 
--disable-nls \
+  --disable-modula2 --without-emacs --disable-openmp --disable-curses 
--disable-acl \
+  --disable-xattr --disable-libasprintf --enable-static --disable-shared 
--prefix=$WORK
+make -j$(nproc)
+make -C gettext-tools/libgettextpo install
 
 cd $SRC/kdesdk-thumbnailers
 cmake -B build -G Ninja \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-25.12.3/autotests/ossfuzz/prepare_build.sh 
new/kdesdk-thumbnailers-26.04.0/autotests/ossfuzz/prepare_build.sh
--- old/kdesdk-thumbnailers-25.12.3/autotests/ossfuzz/prepare_build.sh  
2026-02-27 00:05:47.000000000 +0100
+++ new/kdesdk-thumbnailers-26.04.0/autotests/ossfuzz/prepare_build.sh  
2026-04-08 16:52:40.000000000 +0200
@@ -3,5 +3,7 @@
 # SPDX-FileCopyrightText: 2025 Azhar Momin <[email protected]>
 # SPDX-License-Identifier: LGPL-2.0-or-later
 
+pip3 install requests
+
 # For PoCreator
-wget https://ftp.gnu.org/gnu/gettext/gettext-0.26.tar.xz
+git clone --depth 1 git://git.savannah.gnu.org/gettext.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-25.12.3/po_thumbnailer/pocreator.cpp 
new/kdesdk-thumbnailers-26.04.0/po_thumbnailer/pocreator.cpp
--- old/kdesdk-thumbnailers-25.12.3/po_thumbnailer/pocreator.cpp        
2026-02-27 00:05:47.000000000 +0100
+++ new/kdesdk-thumbnailers-26.04.0/po_thumbnailer/pocreator.cpp        
2026-04-08 16:52:40.000000000 +0200
@@ -44,8 +44,13 @@
     const struct po_xerror_handler handler = { xerror, xerror2 };
 
     pofile = po_file_read( filepath, &handler );
-    if ( pofile == NULL || readerror )
+    if ( pofile == NULL ) {
+         return false;
+    }
+    if ( readerror ) {
+        po_file_free( pofile );
         return false;
+    }
 
     po_message_iterator_t it;
     it = po_message_iterator( pofile, NULL );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-25.12.3/po_thumbnailer/pothumbnail.json 
new/kdesdk-thumbnailers-26.04.0/po_thumbnailer/pothumbnail.json
--- old/kdesdk-thumbnailers-25.12.3/po_thumbnailer/pothumbnail.json     
2026-02-27 00:05:47.000000000 +0100
+++ new/kdesdk-thumbnailers-26.04.0/po_thumbnailer/pothumbnail.json     
2026-04-08 16:52:40.000000000 +0200
@@ -29,6 +29,7 @@
         "Name[he]": "תרגומי Gettext",
         "Name[hi]": "गेट-टेक्स्ट अनुवाद",
         "Name[hu]": "Gettext fordítás",
+        "Name[ia]": "Obtene Traduction",
         "Name[id]": "Terjemahan Gettext",
         "Name[is]": "Gettext þýðing",
         "Name[it]": "Traduzioni di Gettext",

Reply via email to