This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from d3edcab debian/changelog: some layout changes new 96f6f33 debian/control: add Build-Depends upon qttools5-dev-tools for lrelease. new 8663419 pinentry-x2go.spec: pull in redhat-rpm-config manually. The 2 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 | 4 ++++ debian/control | 1 + pinentry-x2go.spec | 8 ++++++++ 3 files changed, 13 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 96f6f330026d511d369e936cac8b0519743b257d Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 22:14:54 2018 +0100 debian/control: add Build-Depends upon qttools5-dev-tools for lrelease. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1267709..292b832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed versioning. + - Add Build-Depends upon qttools5-dev-tools for lrelease. [ Mike Gabriel ] * New upstream version (0.7.5.10): diff --git a/debian/control b/debian/control index e251e6f..818a0cd 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends: m4, qtbase5-dev, dh-autoreconf, + qttools5-dev-tools, Standards-Version: 4.2.1 Homepage: http://code.x2go.org/releases/source/pinentry-x2go Vcs-Git: git://code.x2go.org/pinentry-x2go.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 8663419e2afa083c11368eab3aa76cafa9d1366c Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 22:17:32 2018 +0100 pinentry-x2go.spec: pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. --- debian/changelog | 3 +++ pinentry-x2go.spec | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 292b832..0125ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Uploaders: add myself. Also, force a rebuild due to the changed versioning. - Add Build-Depends upon qttools5-dev-tools for lrelease. + * pinentry-x2go.spec: + - Pull in redhat-rpm-config manually. This should probably be done by + something else, like... gcc or qmake or qt(4)-dev, but it isn't. [ Mike Gabriel ] * New upstream version (0.7.5.10): diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index b1f62c0..b2f780d 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -24,6 +24,14 @@ BuildRequires: qt4-devel BuildRequires: qt-devel %endif +%if 0%{?fedora} || 0%{?rhel} +# For some reason qt(4)-dev doesn't depend upon redhat-rpm-config, +# but the GCC spec file is still used, which leads to gcc failing +# due to a missing annobin plugin during compilation. +# Let's build-depend upon redhat-rpm-config for now manually. +BuildRequires: redhat-rpm-config +%endif + %description This package contains a program that allows for entry of PINs or pass phrases. Based on original pinentry-qt software, modified for -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git