This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 55782ed debian/changelog: add entry for last change. new 0d1e451 fix changelog new 0162490 Always set BuildRoot: parameter. 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: cups-x2go.spec | 2 ++ debian/changelog | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 0d1e451fd53f7a7c5cef0b1f0bf2580b0e3d4a72 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:43:32 2015 +0100 fix changelog --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ba82bd..5ef40d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ cups-x2go (3.0.1.1-0x2go1) UNRELEASED; urgency=low - * Rename LICENSE.txt to COPYING. + [ Mike Gabriel ] + * New upstream version (3.0.1.1): + - Rename LICENSE.txt to COPYING. * cups-x2go.spec: + Pull-in packaging stuff from Jan Engelhardt's .spec files on https://build.opensuse.org/package/view_file/X11:RemoteDesktop:x2go. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 0162490bdf77b6864100e246cfe99e8eb5dae74f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:43:54 2015 +0100 Always set BuildRoot: parameter. --- cups-x2go.spec | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index ee58849..eb5c7d7 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -16,6 +16,8 @@ Requires: openssh %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description diff --git a/debian/changelog b/debian/changelog index 5ef40d7..ed5baa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ cups-x2go (3.0.1.1-0x2go1) UNRELEASED; urgency=low * cups-x2go.spec: + Pull-in packaging stuff from Jan Engelhardt's .spec files on https://build.opensuse.org/package/view_file/X11:RemoteDesktop:x2go. + + Always set BuildRoot: parameter. [ Mihai Moldovan ] * Change string "X2go" to "X2Go" where appropriate. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git