This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from faa289a nx-libs.spec: Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes: #393). new d95e47f debian/control: Build our imake against x11proto-core-dev headers. new d999822 nx-libs.spec: Build our imake against xorg-x11-proto-devel. 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 | 6 ++++++ debian/control | 2 +- nx-libs.spec | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit d95e47f3b85720dcb29152d86fe1fe2c178e3d6d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 28 23:45:10 2014 +0100 debian/control: Build our imake against x11proto-core-dev headers. --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d52b685..c25e9b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes: #393). + [ Mike Gabriel ] + * debian/control: + + Build our imake against x11proto-core-dev headers. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Jan 2014 22:02:16 +0100 nx-libs (2:3.5.0.22-0x2go2) unstable; urgency=low diff --git a/debian/control b/debian/control index 4993d84..d13865c 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: libxml2-dev, autoconf, pkg-config, -Build-Conflicts: x11proto-core-dev, +Build-Conflicts: x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit d999822bfdc76ea65340e72ef0c45953e1ea1de5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 28 23:47:15 2014 +0100 nx-libs.spec: Build our imake against xorg-x11-proto-devel. --- debian/changelog | 2 ++ nx-libs.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index c25e9b1..7e242b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * debian/control: + Build our imake against x11proto-core-dev headers. + * nx-libs.spec: + + Build our imake against xorg-x11-proto-devel. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Jan 2014 22:02:16 +0100 diff --git a/nx-libs.spec b/nx-libs.spec index 263203f..b1819d1 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -26,6 +26,8 @@ BuildRequires: libfontenc-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libxml2-devel +# For imake +BuildRequires: xorg-x11-proto-devel BuildRequires: zlib-devel Obsoletes: nx < 3.5.0-19 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git