rpms/hunspell-en/devel wordlist-buildfix.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 hunspell-en.spec, 1.28, 1.29 sources, 1.17, 1.18

Caolan McNamara caolanm at fedoraproject.org
Mon Feb 16 15:10:21 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-en/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8927

Modified Files:
	.cvsignore hunspell-en.spec sources 
Added Files:
	wordlist-buildfix.patch 
Log Message:
latest version

wordlist-buildfix.patch:

--- NEW FILE wordlist-buildfix.patch ---
Index: Makefile
===================================================================
--- wordlist.orig/scowl/Makefile	(revision 92)
+++ wordlist/scowl/Makefile	(working copy)
@@ -29,8 +29,8 @@
 # README
 #
 
-README: src/make-README $(foreach l, $(levels), final/english-words.$(l))
-	src/make-README
+README: README.in $(foreach l, $(levels), final/english-words.$(l))
+	cp README.in README
 
 #
 # Actual word list creation


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	14 Jan 2009 12:19:25 -0000	1.15
+++ .cvsignore	16 Feb 2009 15:09:50 -0000	1.16
@@ -1,2 +1,2 @@
 en_GB.zip
-wordlist-20090114.tar.bz2
+wordlist-20090208.tar.bz2


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/hunspell-en.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hunspell-en.spec	14 Jan 2009 12:19:25 -0000	1.28
+++ hunspell-en.spec	16 Feb 2009 15:09:50 -0000	1.29
@@ -1,6 +1,6 @@
 Name: hunspell-en
 Summary: English hunspell dictionaries
-%define upstreamid 20090114
+%define upstreamid 20090208
 Version: 0.%{upstreamid}
 Release: 1%{?dist}
 #svn co https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist
@@ -10,6 +10,7 @@
 Patch0: mozilla_words.patch
 Patch1: en_GB-singleletters.patch
 Patch2: en_US-strippedabbrevs.patch
+Patch3: wordlist-buildfix.patch
 Group: Applications/Text
 URL: http://wordlist.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +28,7 @@
 %patch0 -p1 -b .mozilla
 %patch1 -p1 -b .singleletters
 %patch2 -p1 -b .strippedabbrevs
+%patch3 -p1 -b .buildfix
 
 %build
 make
@@ -64,6 +66,9 @@
 %{_datadir}/myspell/*
 
 %changelog
+* Mon Feb 16 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090208-1
+- latest version
+
 * Wed Jan 14 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090114-1
 - latest version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	14 Jan 2009 12:19:25 -0000	1.17
+++ sources	16 Feb 2009 15:09:50 -0000	1.18
@@ -1,2 +1,2 @@
 218909136738f4564b81ecd145ade6ee  en_GB.zip
-d7b135d273fcb105bf242621c2e586c1  wordlist-20090114.tar.bz2
+586b3461f4851975267af392ceed703d  wordlist-20090208.tar.bz2




More information about the fedora-extras-commits mailing list