This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 3802d40 Continue development new 700eec0 x2gomatebindings.spec: change mate-file-manager-devel build dependency to caja-devel for newer distros. 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 | 8 +++++++- x2gomatebindings.spec | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 700eec0b511210c973d8cc6023dae16392c7a177 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Aug 9 09:24:47 2017 +0200 x2gomatebindings.spec: change mate-file-manager-devel build dependency to caja-devel for newer distros. The package was renamed in Fedora and OpenSuSE a while ago, with virtual provides added for compatibility. Nowadays, these virtual provides are being phased out. Switch to caja-devel for FC25+ and OpenSuSE 13.2+. --- debian/changelog | 8 +++++++- x2gomatebindings.spec | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 92f0605..d3019f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ x2gomatebindings (0.0.1.5-0~x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * x2gomatebindings.spec: + - Change mate-file-manager-devel build dependency to caja-devel for newer + distros. The package was renamed in Fedora and OpenSuSE a while ago, + with virtual provides added for compatibility. Nowadays, these virtual + provides are being phased out. Switch to caja-devel for FC25+ and + OpenSuSE 13.2+. -- X2Go Release Manager <git-admin@x2go.org> Sun, 20 Nov 2016 09:39:20 +0100 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 710c41c..ae5b236 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -20,7 +20,13 @@ BuildRequires: gnome-icon-theme BuildRequires: gnome-icon-theme-symbolic %endif BuildRequires: mate-desktop-devel +%if ( 0%{?fedora} && 0%{?fedora} < 25 ) || ( 0%{?suse_version} && 0%{?suse_version} < 1320 ) BuildRequires: mate-file-manager-devel +%else +# Later versions renamed mate-file-manager to caja. +# Compatibility was retained with virtual provides, but these are being phased out. +BuildRequires: caja-devel +%endif BuildRequires: pkgconfig BuildRequires: intltool BuildRequires: desktop-file-utils -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git