This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 589edbf Update changelog about bug #821 new bfd0dd3 x2gomatebindings.spec: add run and build time dependency: filesystem. new 36e4e11 x2gomatebindings.spec: only own files, do not blindly own complete (and alien!) directories. Fixes: #822. 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 ++++++ x2gomatebindings.spec | 18 ++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) -- 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 bfd0dd38d358d778013b2fe6ff3e9f5febab5041 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 18 06:01:26 2015 +0100 x2gomatebindings.spec: add run and build time dependency: filesystem. --- debian/changelog | 4 ++++ x2gomatebindings.spec | 2 ++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index ecf53d0..a55765a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low project's .spec file (Fixes: #821): "Error: Package: x2gomatebinding ... Requires: or" + [ Mihai Moldovan ] + * x2gomatebindings.spec: + - Add run and build time dependency: filesystem. + -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 x2gomatebindings (0.0.1.3-0~x2go1) unstable; urgency=medium diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 6eaf480..5b7d2ac 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -21,6 +21,7 @@ BuildRequires: mate-file-manager-devel BuildRequires: pkgconfig BuildRequires: intltool BuildRequires: desktop-file-utils +BuildRequires: filesystem Requires: x2goserver >= 4.0.1.4 Requires: x2goserver-extensions Requires: zenity @@ -29,6 +30,7 @@ Requires: desktop-file-utils Requires: mate-session-manager Requires: caja >= 1.6.0 Requires: gnome-icon-theme +Requires: filesystem # We also depend on gtk2 or gtk3. However, there does not appear to be # a way to specify a dependency on gtk2 or gtk3, so let's assume that # if packages like mate-menus are installed, then gtk2 or gtk3 are -- 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 36e4e1122e412362441c562f6bb1beec06ae185e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 18 06:03:06 2015 +0100 x2gomatebindings.spec: only own files, do not blindly own complete (and alien!) directories. Fixes: #822. --- debian/changelog | 2 ++ x2gomatebindings.spec | 16 ++++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a55765a..669b792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * x2gomatebindings.spec: - Add run and build time dependency: filesystem. + - Only own files, do not blindly own complete (and alien!) directories. + Fixes: #822. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 5b7d2ac..5bb9249 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -117,11 +117,15 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright -%{_sysconfdir}/ -%{_bindir}/ -%{_sbindir}/ -%{_datadir}/ -%{_libdir}/ - +%{_sysconfdir}/xdg/menus/* +%{_bindir}/* +%{_sbindir}/* +%{_datadir}/applications/* +%{_datadir}/icons/mate/scalable/mimetypes/* +%{_datadir}/mime/packages/* +%{_datadir}/x2go/versions/* +%{_datadir}/x2go/x2gofeature.d/* +%{_libdir}/caja/extensions-2.0/* +%{_libdir}/x2go/extensions/pre-runcommand.d/* %changelog -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git