Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kpeople for openSUSE:Factory 
checked in at 2025-02-16 22:40:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kpeople (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kpeople.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kpeople"

Sun Feb 16 22:40:17 2025 rev:12 rq:1245960 version:6.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kpeople/kf6-kpeople.changes  2025-01-12 
11:26:31.808971499 +0100
+++ /work/SRC/openSUSE:Factory/.kf6-kpeople.new.8181/kf6-kpeople.changes        
2025-02-16 22:47:44.098076203 +0100
@@ -1,0 +2,14 @@
+Sat Feb  8 12:16:53 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.11.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.11.0
+- Changes since 6.10.0:
+  * Update dependency version to 6.11.0
+  * Add xml/yaml linting
+  * CI: Add linux-qt6-next build
+  * vcard: remove plugin id
+  * Update version to 6.11.0
+
+-------------------------------------------------------------------

Old:
----
  kpeople-6.10.0.tar.xz
  kpeople-6.10.0.tar.xz.sig

New:
----
  kpeople-6.11.0.tar.xz
  kpeople-6.11.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kpeople.spec ++++++
--- /var/tmp/diff_new_pack.JXYZ08/_old  2025-02-16 22:47:47.066201839 +0100
+++ /var/tmp/diff_new_pack.JXYZ08/_new  2025-02-16 22:47:47.070202008 +0100
@@ -25,7 +25,7 @@
 %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kpeople
-Version:        6.10.0
+Version:        6.11.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-6.10.0.tar.xz -> kpeople-6.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-6.10.0/.gitlab-ci.yml 
new/kpeople-6.11.0/.gitlab-ci.yml
--- old/kpeople-6.10.0/.gitlab-ci.yml   2025-01-03 16:28:13.000000000 +0100
+++ new/kpeople-6.11.0/.gitlab-ci.yml   2025-02-07 15:02:58.000000000 +0100
@@ -5,6 +5,9 @@
   - project: sysadmin/ci-utilities
     file:
       - /gitlab-templates/linux-qt6.yml
+      - /gitlab-templates/linux-qt6-next.yml
       - /gitlab-templates/android-qt6.yml
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/windows-qt6.yml
+      - /gitlab-templates/xml-lint.yml
+      - /gitlab-templates/yaml-lint.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-6.10.0/.kde-ci.yml 
new/kpeople-6.11.0/.kde-ci.yml
--- old/kpeople-6.10.0/.kde-ci.yml      2025-01-03 16:28:13.000000000 +0100
+++ new/kpeople-6.11.0/.kde-ci.yml      2025-02-07 15:02:58.000000000 +0100
@@ -1,13 +1,13 @@
 Dependencies:
-- 'on': ['@all']
-  'require':
+ - 'on': ['@all']
+   'require':
     'frameworks/extra-cmake-modules': '@same'
-    'frameworks/kcoreaddons' : '@same'
-    'frameworks/kwidgetsaddons' : '@same'
-    'frameworks/ki18n' : '@same'
-    'frameworks/kitemviews' : '@same'
-    'frameworks/kcontacts' : '@same'
+    'frameworks/kcoreaddons': '@same'
+    'frameworks/kwidgetsaddons': '@same'
+    'frameworks/ki18n': '@same'
+    'frameworks/kitemviews': '@same'
+    'frameworks/kcontacts': '@same'
 
 Options:
-  test-before-installing: True
-  require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
+ test-before-installing: True
+ require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-6.10.0/CMakeLists.txt 
new/kpeople-6.11.0/CMakeLists.txt
--- old/kpeople-6.10.0/CMakeLists.txt   2025-01-03 16:28:13.000000000 +0100
+++ new/kpeople-6.11.0/CMakeLists.txt   2025-02-07 15:02:58.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.10.0") # handled by release scripts
-set(KF_DEP_VERSION "6.10.0") # handled by release scripts
+set(KF_VERSION "6.11.0") # handled by release scripts
+set(KF_DEP_VERSION "6.11.0") # handled by release scripts
 project (KPeople VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.10.0  NO_MODULE)
+find_package(ECM 6.11.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-6.10.0/metainfo.yaml 
new/kpeople-6.11.0/metainfo.yaml
--- old/kpeople-6.10.0/metainfo.yaml    2025-01-03 16:28:13.000000000 +0100
+++ new/kpeople-6.11.0/metainfo.yaml    2025-02-07 15:02:58.000000000 +0100
@@ -11,7 +11,7 @@
 deprecated: false
 release: true
 libraries:
- - cmake: "KF6::People"
+    - cmake: "KF6::People"
 cmakename: KF6People
 
 public_lib: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-6.10.0/src/backends/vcard/kpeoplevcard.json 
new/kpeople-6.11.0/src/backends/vcard/kpeoplevcard.json
--- old/kpeople-6.10.0/src/backends/vcard/kpeoplevcard.json     2025-01-03 
16:28:13.000000000 +0100
+++ new/kpeople-6.11.0/src/backends/vcard/kpeoplevcard.json     2025-02-07 
15:02:58.000000000 +0100
@@ -2,7 +2,6 @@
     "Encoding": "UTF-8", 
     "KPlugin": {
         "EnabledByDefault": true, 
-        "Id": "VCardProvider", 
         "License": "LGPL",
         "Version": "0.1"
     }

Reply via email to