5 Commits

2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 22 21:20:43 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Fri Jul 25 22:24:48 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
- fix build with gcc15
-------------------------------------------------------------------
Mon Nov 11 09:21:19 UTC 2024 - ecsos <ecsos@opensuse.org>
@@ -359,7 +369,7 @@ Fri Jul 30 05:47:12 UTC 2021 - Giacomo Comes <gcomes.obs@gmail.com> - 4.2.5
- add CMAKE_CXX_FLAGS=-fpermissive
-------------------------------------------------------------------
Sun Jul 4 2021 Giacomo Comes <gcomes.obs@gmail.com> - 4.2.5
Sun Jul 04 05:47:12 UTC 2021 - Giacomo Comes <gcomes.obs@gmail.com> - 4.2.5
- fixed several RPMLINT warning

View File

@@ -1,7 +1,7 @@
#
# spec file for package linphoneqt
#
# Copyright (c) 2024 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
@@ -45,7 +45,6 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libqt5-linguist-devel
BuildRequires: lime-devel >= 5.3.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core) >= 5.12
BuildRequires: pkgconfig(Qt5DBus)
@@ -122,6 +121,7 @@ rm linphone-app/cmake/FindMediastreamer2.cmake \
linphone-app/cmake/FindLinphoneCxx.cmake
%build
export CFLAGS="%{optflags} -std=gnu11"
%cmake \
-DCMAKE_CXX_FLAGS="%{optflags} -fpic -ffat-lto-objects -fpermissive" \
-DCMAKE_BUILD_TYPE=Release \