Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-ktexttemplate for 
openSUSE:Factory checked in at 2025-12-16 15:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-ktexttemplate (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-ktexttemplate.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-ktexttemplate"

Tue Dec 16 15:52:07 2025 rev:22 rq:1322739 version:6.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-ktexttemplate/kf6-ktexttemplate.changes      
2025-11-17 12:19:03.566842338 +0100
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktexttemplate.new.1939/kf6-ktexttemplate.changes
    2025-12-16 15:57:48.530757127 +0100
@@ -1,0 +2,12 @@
+Fri Dec 12 20:17:33 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.21.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.21.0
+- Changes since 6.20.0:
+  * Update dependency version to 6.21.0
+  * examples: Align cmake_minimum_required versions in examples/ w/ root file
+  * Update version to 6.21.0
+
+-------------------------------------------------------------------

Old:
----
  ktexttemplate-6.20.0.tar.xz
  ktexttemplate-6.20.0.tar.xz.sig

New:
----
  ktexttemplate-6.21.0.tar.xz
  ktexttemplate-6.21.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-ktexttemplate.spec ++++++
--- /var/tmp/diff_new_pack.kx9UMh/_old  2025-12-16 15:57:50.574843492 +0100
+++ /var/tmp/diff_new_pack.kx9UMh/_new  2025-12-16 15:57:50.582843830 +0100
@@ -19,11 +19,11 @@
 %define qt6_version 6.8.0
 
 %define rname ktexttemplate
-# Full KF6 version (e.g. 6.20.0)
+# Full KF6 version (e.g. 6.21.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-ktexttemplate
-Version:        6.20.0
+Version:        6.21.0
 Release:        0
 Summary:        String template library
 License:        LGPL-2.1-or-later

++++++ ktexttemplate-6.20.0.tar.xz -> ktexttemplate-6.21.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktexttemplate-6.20.0/CMakeLists.txt 
new/ktexttemplate-6.21.0/CMakeLists.txt
--- old/ktexttemplate-6.20.0/CMakeLists.txt     2025-11-07 20:03:34.000000000 
+0100
+++ new/ktexttemplate-6.21.0/CMakeLists.txt     2025-12-05 14:26:17.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.20.0") # handled by release scripts
+set(KF_VERSION "6.21.0") # handled by release scripts
 project(KTextTemplate VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.20.0  CONFIG)
+find_package(ECM 6.21.0  CONFIG)
 set_package_properties(ECM PROPERTIES
   TYPE REQUIRED
   DESCRIPTION "Extra CMake Modules."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktexttemplate-6.20.0/examples/CMakeLists.txt 
new/ktexttemplate-6.21.0/examples/CMakeLists.txt
--- old/ktexttemplate-6.20.0/examples/CMakeLists.txt    2025-11-07 
20:03:34.000000000 +0100
+++ new/ktexttemplate-6.21.0/examples/CMakeLists.txt    2025-12-05 
14:26:17.000000000 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(ktexttemplate_examples)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktexttemplate-6.20.0/examples/books/CMakeLists.txt 
new/ktexttemplate-6.21.0/examples/books/CMakeLists.txt
--- old/ktexttemplate-6.20.0/examples/books/CMakeLists.txt      2025-11-07 
20:03:34.000000000 +0100
+++ new/ktexttemplate-6.21.0/examples/books/CMakeLists.txt      2025-12-05 
14:26:17.000000000 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(books_ktexttemplate)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktexttemplate-6.20.0/examples/codegen/CMakeLists.txt 
new/ktexttemplate-6.21.0/examples/codegen/CMakeLists.txt
--- old/ktexttemplate-6.20.0/examples/codegen/CMakeLists.txt    2025-11-07 
20:03:34.000000000 +0100
+++ new/ktexttemplate-6.21.0/examples/codegen/CMakeLists.txt    2025-12-05 
14:26:17.000000000 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(codegen_ktexttemplate)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktexttemplate-6.20.0/examples/contacts/CMakeLists.txt 
new/ktexttemplate-6.21.0/examples/contacts/CMakeLists.txt
--- old/ktexttemplate-6.20.0/examples/contacts/CMakeLists.txt   2025-11-07 
20:03:34.000000000 +0100
+++ new/ktexttemplate-6.21.0/examples/contacts/CMakeLists.txt   2025-12-05 
14:26:17.000000000 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(contacts_ktexttemplate)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktexttemplate-6.20.0/examples/htmlapps/CMakeLists.txt 
new/ktexttemplate-6.21.0/examples/htmlapps/CMakeLists.txt
--- old/ktexttemplate-6.20.0/examples/htmlapps/CMakeLists.txt   2025-11-07 
20:03:34.000000000 +0100
+++ new/ktexttemplate-6.21.0/examples/htmlapps/CMakeLists.txt   2025-12-05 
14:26:17.000000000 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(htmlapps)
 

++++++ ktexttemplate-6.20.0.tar.xz.sig -> ktexttemplate-6.21.0.tar.xz.sig ++++++
--- 
/work/SRC/openSUSE:Factory/kf6-ktexttemplate/ktexttemplate-6.20.0.tar.xz.sig    
    2025-11-17 12:19:04.058863086 +0100
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktexttemplate.new.1939/ktexttemplate-6.21.0.tar.xz.sig
      2025-12-16 15:57:49.314790253 +0100
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaQ5ChwAKCRAsjfWHptSq
-wRaiAQCsFFVc+SBGsqzhq9YslvESG6Ufnw9GJjMmF1gxx2TGtwEAu33042qL9nNx
-W+yjgbSzoDq1LcrzPnuWL3u7JU2CBwA=
-=lIRs
+iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaTLdegAKCRAsjfWHptSq
+wf4MAQDQT6nDd4sBeZ0bzK6SZi3y8PPrmm+QiuGyz9C7PZt9oQEAttV9RSkdxxFK
+YOlPkIFOzuQgSKWdjtLQxssNbR9vrwM=
+=6ZaE
 -----END PGP SIGNATURE-----

Reply via email to