Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kimageformats for 
openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/kf6-kimageformats (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.kf6-kimageformats.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kimageformats"

Thu Aug  7 19:22:11 2025 rev:4 rq:1292775 version:6.16.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kf6-kimageformats/kf6-kimageformats.changes    
2025-04-23 16:39:24.899683438 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.kf6-kimageformats.new.1085/kf6-kimageformats.changes
  2025-08-07 19:27:02.795382591 +0200
@@ -1,0 +2,49 @@
+Mon Jul  7 07:24:41 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.16.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.16.0
+- Changes since 6.15.0:
+  *  IFF: Fix possible stack overflow
+  * Update dependency version to 6.16.0
+  * TGA: add indexed write support
+  * IFF: read only support to Interchange Format Files
+  * tga: Use Format_Indexed8 for indexed formats and support 32-bit BGRA 
colormap
+  * Update version to 6.16.0
+
+-------------------------------------------------------------------
+Mon Jun  9 20:29:39 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.15.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.15.0
+- Changes since 6.14.0:
+  * Update dependency version to 6.15.0
+  * cmake: add cmake config
+  * JXR: Restore device position after reading options
+  * README.md: minor fixes and improvements
+  * It compiles fine without kf_6_13 deprecated methods
+  * Add README about autotests
+  * Update version to 6.15.0
+- Replace _kf6_bugfix_version usage
+
+-------------------------------------------------------------------
+Sun May  4 19:05:24 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.14.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.14.0
+- Changes since 6.13.0:
+  * Update dependency version to 6.14.0
+  * JXR: fix compilation error on 32-bit systems
+  * Improved EXIF V3 compatibility (2)
+  * jxr: Use qsizetype for image size variables
+  * lib prefix on Android
+  * Improved EXIF V3 compatibility
+  * Update version to 6.14.0
+  * Remove conditions for no longer supported Qt versions
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-6.13.0.tar.xz
  kimageformats-6.13.0.tar.xz.sig

New:
----
  kimageformats-6.16.0.tar.xz
  kimageformats-6.16.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.j9fM8y/_old  2025-08-07 19:27:03.667418878 +0200
+++ /var/tmp/diff_new_pack.j9fM8y/_new  2025-08-07 19:27:03.671419045 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname kimageformats
 
@@ -28,13 +28,11 @@
 # Not available
 %define with_jp2 1
 %endif
-# Full KF6 version (e.g. 6.13.0)
+# Full KF6 version (e.g. 6.16.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
-# Last major and minor KF6 version (e.g. 6.0)
-%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kimageformats
-Version:        6.13.0
+Version:        6.16.0
 Release:        0
 Summary:        Image format plugins for Qt
 License:        LGPL-2.1-or-later
@@ -45,11 +43,11 @@
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  fdupes
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
 %if 0%{?with_exr}
 BuildRequires:  openexr-devel
 %endif
-BuildRequires:  cmake(KF6Archive) >= %{_kf6_bugfix_version}
+BuildRequires:  cmake(KF6Archive) >= %{_kf6_version}
 BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
 BuildRequires:  cmake(Qt6PrintSupport) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
@@ -83,6 +81,14 @@
 it invokes ghostscript for conversion, it should only be used in trusted
 environments.
 
+%package devel
+Summary:        Development files for kimageformats
+Requires:       %{name} = %{version}
+
+%description devel
+This package contains development files for kimageformats, a framework
+to provide additional image format plugins for QtGui.
+
 %prep
 %autosetup -p1 -n %{rname}-%{version}
 
@@ -114,6 +120,7 @@
 %{_kf6_plugindir}/imageformats/kimg_jp2.so
 %endif
 %{_kf6_plugindir}/imageformats/kimg_kra.so
+%{_kf6_plugindir}/imageformats/kimg_iff.so
 %{_kf6_plugindir}/imageformats/kimg_ora.so
 %{_kf6_plugindir}/imageformats/kimg_pcx.so
 %{_kf6_plugindir}/imageformats/kimg_pfm.so
@@ -133,3 +140,6 @@
 %dir %{_kf6_plugindir}/imageformats
 %{_kf6_plugindir}/imageformats/kimg_eps.so
 
+%files devel
+%{_kf6_cmakedir}/KF6ImageFormats/
+


++++++ kimageformats-6.13.0.tar.xz -> kimageformats-6.16.0.tar.xz ++++++
/work/SRC/openSUSE:Leap:16.0/kf6-kimageformats/kimageformats-6.13.0.tar.xz 
/work/SRC/openSUSE:Leap:16.0/.kf6-kimageformats.new.1085/kimageformats-6.16.0.tar.xz
 differ: char 15, line 1

Reply via email to