Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkcompactdisc for openSUSE:Factory 
checked in at 2025-08-16 20:36:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcompactdisc (Old)
 and      /work/SRC/openSUSE:Factory/.libkcompactdisc.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkcompactdisc"

Sat Aug 16 20:36:37 2025 rev:105 rq:1299710 version:25.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcompactdisc/libkcompactdisc.changes  
2025-07-06 17:04:23.918230317 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkcompactdisc.new.1085/libkcompactdisc.changes    
    2025-08-16 20:37:43.612108614 +0200
@@ -1,0 +2,17 @@
+Fri Aug  8 07:48:02 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.0/
+- No code change since 25.07.80
+
+-------------------------------------------------------------------
+Mon Jul 14 14:25:48 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.07.80
+  * New feature release
+- No code change since 25.04.3
+- Drop the _multibuild file
+
+-------------------------------------------------------------------

Old:
----
  _multibuild
  libkcompactdisc-25.04.3.tar.xz
  libkcompactdisc-25.04.3.tar.xz.sig

New:
----
  libkcompactdisc-25.08.0.tar.xz
  libkcompactdisc-25.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkcompactdisc.spec ++++++
--- /var/tmp/diff_new_pack.oW9dxW/_old  2025-08-16 20:37:44.328138544 +0200
+++ /var/tmp/diff_new_pack.oW9dxW/_new  2025-08-16 20:37:44.328138544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkcompactdisc
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -16,106 +16,83 @@
 #
 
 
-%define rname  libkcompactdisc
-%global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "qt6"
-%define qt6 1
-%define pkg_suffix -qt6
-%define kf6_version 6.6.0
-%define qt6_version 6.6.0
-%define library_name libKCompactDisc6
-%define so_suffix -5
-%else
-ExclusiveArch:  do_not_build
-%endif
+%define kf6_version 6.14.0
+%define qt6_version 6.8.0
+
 %bcond_without released
-Name:           libkcompactdisc%{?pkg_suffix}
-Version:        25.04.3
+Name:           libkcompactdisc
+Version:        25.08.0
 Release:        0
 Summary:        CD drive library for KDE Platform
 License:        GPL-2.0-or-later
 URL:            https://www.kde.org/
-Source:         %{rname}-%{version}.tar.xz
+Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        %{rname}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
-%if 0%{?qt6}
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
 BuildRequires:  cmake(KF6Solid) >= %{kf6_version}
 BuildRequires:  cmake(Phonon4Qt6)
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
-%endif
 
 %description
 The KDE Compact Disc library provides an API for applications using
 the KDE Platform to interface with the CD drives for audio CDs.
 
-%package -n %{library_name}%{so_suffix}
+%package -n libKCompactDisc6-5
 Summary:        CD drive library for KDE Platform
 Recommends:     libkcompactdisc-lang = %{version}
 
-%description -n %{library_name}%{so_suffix}
+%description -n libKCompactDisc6-5
 The KDE Compact Disc library provides an API for applications using
 the KDE Platform to interface with the CD drives for audio CDs.
 
-%package devel
+%package -n libkcompactdisc-qt6-devel
 Summary:        Development files for the KDE CD drive library
-Requires:       %{library_name}%{so_suffix} = %{version}
+Requires:       libKCompactDisc6-5 = %{version}
 
-%description devel
+%description -n libkcompactdisc-qt6-devel
 This package contains the development headers for libkcompactdisc.
 
-%if 0%{?qt6}
 %package -n libkcompactdisc-lang
 Summary:        Translations for package libkcompactdisc
 Supplements:    libKCompactDisc6-5 = %{version}
 Supplements:    libKF5CompactDisc5 = %{version}
 Provides:       libkcompactdisc-lang-all = %{version}
-# Briefly existed in the devel project
-Obsoletes:      libKF5CompactDisc5-lang
-Obsoletes:      libKCompactDisc6-5-lang
 BuildArch:      noarch
 
 %description -n libkcompactdisc-lang
 Provides translations for package libkcompactdisc.
-%endif
 
 %prep
-%autosetup -p1 -n %{rname}-%{version}
+%autosetup -p1
 
 %build
-%if 0%{?qt6}
-%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
+%cmake_kf6
+
 %kf6_build
-%endif
 
 %install
-%if 0%{?qt6}
 %kf6_install
 
 %find_lang %{name} --all-name
-%endif
 
-%ldconfig_scriptlets -n %{library_name}%{so_suffix}
+%ldconfig_scriptlets -n libKCompactDisc6-5
 
-%files -n %{library_name}%{so_suffix}
+%files -n libKCompactDisc6-5
 %license COPYING*
-%{_libdir}/%{library_name}.so.*
+%{_libdir}/libKCompactDisc6.so.*
 
-%files devel
-%if 0%{?qt6}
-%{_kf6_cmakedir}/KCompactDisc6/
+%files -n libkcompactdisc-qt6-devel
 %{_includedir}/KCompactDisc6/
+%{_kf6_cmakedir}/KCompactDisc6/
 %{_kf6_mkspecsdir}/qt_KCompactDisc.pri
-%endif
-%{_libdir}/%{library_name}.so
+%{_libdir}/libKCompactDisc6.so
 
-%if 0%{?qt6}
 %files -n libkcompactdisc-lang -f %{name}.lang
-%endif
 


++++++ libkcompactdisc-25.04.3.tar.xz -> libkcompactdisc-25.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-25.04.3/po/ar/libkcompactdisc.po 
new/libkcompactdisc-25.08.0/po/ar/libkcompactdisc.po
--- old/libkcompactdisc-25.04.3/po/ar/libkcompactdisc.po        2025-06-18 
05:14:35.000000000 +0200
+++ new/libkcompactdisc-25.08.0/po/ar/libkcompactdisc.po        2025-07-16 
06:04:06.000000000 +0200
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #: src/kcompactdisc_p.cpp:224
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-25.04.3/po/es/libkcompactdisc.po 
new/libkcompactdisc-25.08.0/po/es/libkcompactdisc.po
--- old/libkcompactdisc-25.04.3/po/es/libkcompactdisc.po        2025-06-18 
05:14:35.000000000 +0200
+++ new/libkcompactdisc-25.08.0/po/es/libkcompactdisc.po        2025-07-16 
06:04:06.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: libkcompactdisc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-06 00:45+0000\n"
-"PO-Revision-Date: 2025-06-18 01:55+0100\n"
+"PO-Revision-Date: 2025-06-09 02:16+0100\n"
 "Last-Translator: Víctor Rodrigo Córdoba <vrcord...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"

Reply via email to