Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libregraphapi for openSUSE:Factory checked in at 2024-02-22 21:02:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libregraphapi (Old) and /work/SRC/openSUSE:Factory/.libregraphapi.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libregraphapi" Thu Feb 22 21:02:21 2024 rev:3 rq:1149604 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libregraphapi/libregraphapi.changes 2023-05-14 16:34:28.628003111 +0200 +++ /work/SRC/openSUSE:Factory/.libregraphapi.new.1706/libregraphapi.changes 2024-02-22 21:03:05.629200016 +0100 @@ -1,0 +2,16 @@ +Sun Feb 11 19:31:21 UTC 2024 - Klaas Freitag <[email protected]> + +- remove unneeded build requires for compilers + +------------------------------------------------------------------- +Sun Feb 11 19:25:54 UTC 2024 - Klaas Freitag <[email protected]> + +- use qt6 build macros as suggested by reviewer + +------------------------------------------------------------------- +Sun Jan 14 11:55:39 UTC 2024 - Klaas Freitag <[email protected]> + +- Disabled multibuild, only Qt6 build for efficiency. oC is the + only consumer and is switching to Qt6 + +------------------------------------------------------------------- @@ -5 +21,2 @@ - Removed patch 0001-cmake_fixes.patch - changes went upstream + * Removed patch 0001-cmake_fixes.patch - changes went upstream + * Enabled multibuild for Qt5 and Qt6 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libregraphapi.spec ++++++ --- /var/tmp/diff_new_pack.txFOob/_old 2024-02-22 21:03:06.017214153 +0100 +++ /var/tmp/diff_new_pack.txFOob/_new 2024-02-22 21:03:06.017214153 +0100 @@ -1,7 +1,7 @@ # # spec file for package libregraphapi # -# 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,9 +25,9 @@ URL: https://github.com/owncloud/libre-graph-api-cpp-qt-client Source: https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/v%{version}.tar.gz#/libre-graph-api-cpp-qt-client-%{version}.tar.gz BuildRequires: cmake -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5Network) +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6Network) BuildRequires: pkgconfig(zlib) %description @@ -53,12 +53,12 @@ %build cd client -%cmake -DBUILD_SHARED_LIBS=ON -%cmake_build +%cmake_qt6 -DBUILD_SHARED_LIBS=ON +%qt6_build %install cd client -%cmake_install +%qt6_install %ldconfig_scriptlets -n libLibreGraphAPI%{sover}
