[hyphen-grc] ? in url is problematic

Caolan McNamara caolanm at fedoraproject.org
Mon Oct 17 10:51:04 UTC 2011


commit 7f355cc051ce361e4eeb087c3c61239040cd2adc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 17 11:50:57 2011 +0100

    ? in url is problematic

 .gitignore      |    2 +-
 hyphen-grc.spec |    4 +++-
 sources         |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fccf760..d6672bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/hyph-grc.tex?view=co
+/hyph-grc.tex
diff --git a/hyphen-grc.spec b/hyphen-grc.spec
index 0ba7a86..0591423 100644
--- a/hyphen-grc.spec
+++ b/hyphen-grc.spec
@@ -3,7 +3,9 @@ Summary: Ancient Greek hyphenation rules
 %define upstreamid 20110913
 Version: 0.%{upstreamid}
 Release: 1%{?dist}
-Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex?view=co
+#? in a url causes trouble
+#http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex?view=co
+Source: hyph-grc.tex
 Group: Applications/Text
 URL: http://tug.org/tex-hyphen
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
diff --git a/sources b/sources
index f7f72a2..b1fbe40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca434e7c8cde81b43611362459d28af0  hyph-grc.tex?view=co
+ca434e7c8cde81b43611362459d28af0  hyph-grc.tex


More information about the scm-commits mailing list