This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from cdc15a3 Revert previous changes. Own %{_datadir}/ppd/ for all SUSE releases for the time being. Fixes ${_datadir} -> %{_datadir} in changelog. new ae13e9f cups-x2go.spec: typo fix for ${_datadir} -> %{_datadir}. 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: cups-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 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 ae13e9fe3c700f84a354c18eeb59b22b774929a9 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 15:10:54 2015 +0100 cups-x2go.spec: typo fix for ${_datadir} -> %{_datadir}. --- cups-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups-x2go.spec b/cups-x2go.spec index 1a12e85..f013ddf 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -94,7 +94,7 @@ install -pm0644 VERSION.cups-x2go "$c/"; # The package (cups-filters) that provides %%{_datadir}/ppd/ conflicts with # cups on newer releases. %if 0%{?suse_version} && 0%{?suse_version} <= 1320 -${_datadir}/ppd/ +%{_datadir}/ppd/ %endif %{_datadir}/ppd/cups-x2go/ %{_datadir}/x2go/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git