This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 96eaaef x2goclient.spec: typo fix new ff5b3b2 In openSUSE, it is openldap2-devel, in Fedora/RHEL it is openldap-devel. 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 + x2goclient.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/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 ff5b3b29b656137b0c8486f950837f0e1fad10c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 08:51:09 2014 +0200 In openSUSE, it is openldap2-devel, in Fedora/RHEL it is openldap-devel. --- debian/changelog | 1 + x2goclient.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e43e050..62aeba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low + Upgrade versioned BR for libssh-devel (0.6.3 or patched 0.5.5). + The libqt4-linguist split off happened in openSUSE 13.1. + Add x2goclient-rpmlintrc file. + + In openSUSE, it is openldap2-devel, in Fedora/RHEL it is openldap-devel. [ Oleksandr Shneyder ] * New upstream release (4.0.3.0): diff --git a/x2goclient.spec b/x2goclient.spec index 032cf9e..7b4eaeb 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -18,8 +18,8 @@ Source1: x2goclient-rpmlintrc BuildRequires: cups-devel BuildRequires: desktop-file-utils -BuildRequires: openldap2-devel %if 0%{?suse_version} +BuildRequires: openldap2-devel BuildRequires: libqt4-devel %if 0%{?suse_version} >= 1310 BuildRequires: libqt4-linguist @@ -30,6 +30,7 @@ BuildRequires: qt4-devel %else BuildRequires: qt-devel %endif +BuildRequires: openldap-devel %endif %if 0%{?fedora} >= 19 || 0%{?rhel} >= 6 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git