This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from dd3da2c x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE. new 539dcbc x2goclient.spec: add BuildRequires on Qt5Network. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++++++ x2goclient.spec | 1 + 2 files changed, 7 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 539dcbcc3e33c8abec2fe098c34af55303d95d02 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 30 21:21:39 2021 +0200 x2goclient.spec: add BuildRequires on Qt5Network. OpenSuSE Tumbleweed split the pkgconfig files up into individual packages, while older versions ship all of them in libqt5-qtbase-devel. The former does not automatically use that package any longer and hence will not pull in all library packages automatically. That's not a bad change, since it forces us to spell out the dependencies correctly. --- debian/changelog | 6 ++++++ x2goclient.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a58aa72..7c6f078 100644 --- a/debian/changelog +++ b/debian/changelog @@ -67,6 +67,12 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - x2goclient.spec: fix syntax error in Qt 5 PATH override. - x2goclient.spec: add BuildRequires on Qt5X11Extras. - x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE. + - x2goclient.spec: add BuildRequires on Qt5Network. OpenSuSE Tumbleweed + split the pkgconfig files up into individual packages, while older + versions ship all of them in libqt5-qtbase-devel. The former does not + automatically use that package any longer and hence will not pull in all + library packages automatically. That's not a bad change, since it forces + us to spell out the dependencies correctly. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index 11a74ae..5fd4b27 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -54,6 +54,7 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(Qt5Network) %if 0%{?suse_version} BuildRequires: libqt5-linguist %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git