This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 2b59f49 debian/rules: try to export PREFIX to not install in the default prefix. new 6da97c9 x2gokdriveclient.spec: add BR: pkgconfig(zlib). 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 | 1 + x2gokdriveclient.spec | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 6da97c914f92ba19ddfe4d416c5b71814531d02b Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 18:58:44 2023 +0100 x2gokdriveclient.spec: add BR: pkgconfig(zlib). --- debian/changelog | 1 + x2gokdriveclient.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index bd0c4cf..4b3da7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -105,6 +105,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - x2gokdriveclient.spec: move make_call macro invocation to correct location. It previously only triggered for non-existent Qt6 builds. - x2gokdriveclient.spec: add PREFIX to make call. + - x2gokdriveclient.spec: add BR: pkgconfig(zlib). * debian/rules: + Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. diff --git a/x2gokdriveclient.spec b/x2gokdriveclient.spec index 3953f63..be97e53 100644 --- a/x2gokdriveclient.spec +++ b/x2gokdriveclient.spec @@ -54,6 +54,8 @@ BuildRequires: qt6-linguist %endif %endif +BuildRequires: pkgconfig(zlib) + %if "%{?_vendor}" == "redhat" %if 0%{?fedora} || 0%{?el7} BuildRequires: man2html-core -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git