Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbibtex for openSUSE:Factory checked in at 2024-05-28 17:29:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbibtex (Old) and /work/SRC/openSUSE:Factory/.kbibtex.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbibtex" Tue May 28 17:29:18 2024 rev:14 rq:1177182 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbibtex/kbibtex.changes 2023-11-23 21:43:35.481995660 +0100 +++ /work/SRC/openSUSE:Factory/.kbibtex.new.24587/kbibtex.changes 2024-05-28 17:30:15.235157638 +0200 @@ -1,0 +2,6 @@ +Mon May 27 18:10:49 UTC 2024 - Cor Blom <[email protected]> + +- Fix build with icu 75: + fix-icu-75.patch + +------------------------------------------------------------------- New: ---- fix-icu-75.patch BETA DEBUG BEGIN: New:- Fix build with icu 75: fix-icu-75.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbibtex.spec ++++++ --- /var/tmp/diff_new_pack.G9zikY/_old 2024-05-28 17:30:18.299269685 +0200 +++ /var/tmp/diff_new_pack.G9zikY/_new 2024-05-28 17:30:18.319270417 +0200 @@ -1,7 +1,7 @@ # # spec file for package kbibtex # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Group: Productivity/Publishing/TeX/Utilities URL: https://apps.kde.org/nl/kbibtex/ Source: https://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz +Patch0: fix-icu-75.patch BuildRequires: extra-cmake-modules BuildRequires: libicu-devel BuildRequires: libpoppler-qt5-devel @@ -56,8 +57,8 @@ BuildRequires: cmake(Qt5XmlPatterns) Requires(post): desktop-file-utils Requires(post): shared-mime-info -Requires(postun):desktop-file-utils -Requires(postun):shared-mime-info +Requires(postun): desktop-file-utils +Requires(postun): shared-mime-info %description KBibTeX is a BibTeX editor by KDE to edit bibliographies used with ++++++ fix-icu-75.patch ++++++ --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ LANGUAGES CXX ) -set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD 17) set(QT_MIN_VERSION 5.9.0) # Somewhat arbitrary chosen version number ... set(KF5_MIN_VERSION 5.51)
