rpms/wordnet/devel wordnet.spec, 1.1, 1.2 wordnet-3.0-fix_resourcedir_path.patch, 1.1, 1.2

Steven Fernandez lonetwin at fedoraproject.org
Wed Jun 10 13:31:17 UTC 2009


Author: lonetwin

Update of /cvs/pkgs/rpms/wordnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2357

Modified Files:
	wordnet.spec wordnet-3.0-fix_resourcedir_path.patch 
Log Message:
* Wed Jun 10 2009 Caolan McNamara <caolanm at redhat.com> - 3.0-9
- Fixed fedora BZ 504957 - references to non-existing dirs in wnb




Index: wordnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wordnet/devel/wordnet.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wordnet.spec	5 Jun 2009 11:58:55 -0000	1.1
+++ wordnet.spec	10 Jun 2009 13:30:47 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           wordnet
 Version:        3.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A lexical database for the english language
 
 Group:          Applications/Text
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 10 2009 Caolan McNamara <caolanm at redhat.com> - 3.0-9
+- Fixed fedora BZ 504957 - references to non-existing dirs in wnb
+
 * Wed May 27 2009 Steven Fernandez <steve at lonetwin.net> - 3.0-8
 - Fixed issues with the doc files duplication and ownership
 

wordnet-3.0-fix_resourcedir_path.patch:

Index: wordnet-3.0-fix_resourcedir_path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/wordnet/devel/wordnet-3.0-fix_resourcedir_path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wordnet-3.0-fix_resourcedir_path.patch	5 Jun 2009 11:58:55 -0000	1.1
+++ wordnet-3.0-fix_resourcedir_path.patch	10 Jun 2009 13:30:47 -0000	1.2
@@ -6,16 +6,7 @@ diff -urNad wordnet-3.0/src/wnb.orig wor
  if {$tcl_platform(platform) == "unix"} {
     if {[lsearch -exact [array names env] WNHOME] == -1} {
 -	set resourcedir "/usr/local/WordNet-3.0/lib/wnres"
-+	set resourcedir "/usr/share/wordnet/wnres"
++	set resourcedir "/usr/share/wordnet-3.0/lib/wnres"
     } else {
  	set resourcedir "$env(WNHOME)/lib/wnres"
     }
-@@ -1725,7 +1725,7 @@
-    -command {showhelpwidget helpwidget_wngloss $resourcedir/wngloss.man "WordNet Glossary"}
- .menubar.help.menu add command \
-    -label "Display the WordNet license" \
--   -command {showhelpwidget helpwidget_license $resourcedir/license.txt "WordNet License"}
-+   -command {showhelpwidget helpwidget_license /usr/share/doc/wordnet/copyright "WordNet License"}
- .menubar.help.menu add separator
- .menubar.help.menu add command \
-    -label "About the WordNet browser" \




More information about the fedora-extras-commits mailing list