Accepting request 1101256 from KDE:Qt:5.15
OBS-URL: https://build.opensuse.org/request/show/1101256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=91
This commit is contained in:
commit
389f49918c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 19:03:30 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- build with older re2 on Tumbleweed, the upcoming re2 2023-07-01
|
||||||
|
breaks qtwebengine
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 25 15:01:57 UTC 2023 - christophe@krop.fr
|
Thu May 25 15:01:57 UTC 2023 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqt5-qtwebengine
|
# spec file for package libqt5-qtwebengine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -171,7 +171,8 @@ BuildRequires: pkgconfig(pangocairo)
|
|||||||
BuildRequires: pkgconfig(pangoft2)
|
BuildRequires: pkgconfig(pangoft2)
|
||||||
BuildRequires: pkgconfig(poppler-cpp)
|
BuildRequires: pkgconfig(poppler-cpp)
|
||||||
BuildRequires: pkgconfig(protobuf)
|
BuildRequires: pkgconfig(protobuf)
|
||||||
BuildRequires: pkgconfig(re2)
|
# re2 >= 2023-07-01 breaks the build, use libre2-10-devel if needed
|
||||||
|
BuildRequires: pkgconfig(re2) <= 10.0.0
|
||||||
BuildRequires: pkgconfig(speex)
|
BuildRequires: pkgconfig(speex)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(vpx) >= 1.8.0
|
BuildRequires: pkgconfig(vpx) >= 1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user