Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-imageformats for 
openSUSE:Factory checked in at 2023-12-04 22:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-imageformats.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-imageformats"

Mon Dec  4 22:59:48 2023 rev:25 rq:1130410 version:6.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes        
2023-10-13 23:14:41.087045132 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.25432/qt6-imageformats.changes 
    2023-12-04 22:59:54.276133656 +0100
@@ -1,0 +2,6 @@
+Mon Nov 27 14:00:10 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.6.1:
+  * https://www.qt.io/blog/qt-6.6.1-released
+
+-------------------------------------------------------------------

Old:
----
  qtimageformats-everywhere-src-6.6.0.tar.xz

New:
----
  qtimageformats-everywhere-src-6.6.1.tar.xz

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

Other differences:
------------------
++++++ qt6-imageformats.spec ++++++
--- /var/tmp/diff_new_pack.2Pi9nW/_old  2023-12-04 22:59:55.748187826 +0100
+++ /var/tmp/diff_new_pack.2Pi9nW/_new  2023-12-04 22:59:55.748187826 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.6.0
+%define real_version 6.6.1
 %define short_version 6.6
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:           qt6-imageformats%{?pkg_suffix}
-Version:        6.6.0
+Version:        6.6.1
 Release:        0
 Summary:        Qt 6 ImageFormat Plugins
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

++++++ qtimageformats-everywhere-src-6.6.0.tar.xz -> 
qtimageformats-everywhere-src-6.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.0/.cmake.conf 
new/qtimageformats-everywhere-src-6.6.1/.cmake.conf
--- old/qtimageformats-everywhere-src-6.6.0/.cmake.conf 2023-10-02 
05:05:47.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/.cmake.conf 2023-11-20 
06:28:48.000000000 +0100
@@ -1,3 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.6.0")
+set(QT_REPO_MODULE_VERSION "6.6.1")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.0/.tag 
new/qtimageformats-everywhere-src-6.6.1/.tag
--- old/qtimageformats-everywhere-src-6.6.0/.tag        2023-10-02 
05:05:47.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/.tag        2023-11-20 
06:28:48.000000000 +0100
@@ -1 +1 @@
-4993279e9ee56381a4fefbeb0c95685af98551f6
+64278e72cd3f796f5883626b024c4561797445d7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.6.0/dependencies.yaml 
new/qtimageformats-everywhere-src-6.6.1/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.6.0/dependencies.yaml   2023-10-02 
05:05:47.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/dependencies.yaml   2023-11-20 
06:28:48.000000000 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-    ref: 33f5e985e480283bb0ca9dea5f82643e825ba87c
+    ref: e2cbce919ccefcae2b18f90257d67bc6e24c3c94
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.6.0/src/plugins/imageformats/macheif/CMakeLists.txt
 
new/qtimageformats-everywhere-src-6.6.1/src/plugins/imageformats/macheif/CMakeLists.txt
--- 
old/qtimageformats-everywhere-src-6.6.0/src/plugins/imageformats/macheif/CMakeLists.txt
     2023-10-02 05:05:47.000000000 +0200
+++ 
new/qtimageformats-everywhere-src-6.6.1/src/plugins/imageformats/macheif/CMakeLists.txt
     2023-11-20 06:28:48.000000000 +0100
@@ -5,9 +5,10 @@
 ## QMacHeifPlugin Plugin:
 #####################################################################
 
-find_library(FWCoreFoundation CoreFoundation)
-find_library(FWCoreGraphics CoreGraphics)
-find_library(FWImageIO ImageIO)
+qt_internal_find_apple_system_framework(FWCoreFoundation
+    CoreFoundation)
+qt_internal_find_apple_system_framework(FWCoreGraphics CoreGraphics)
+qt_internal_find_apple_system_framework(FWImageIO ImageIO)
 
 qt_internal_add_plugin(QMacHeifPlugin
     OUTPUT_NAME qmacheif

Reply via email to