rpms/lucidlife/FC-6 lucidlife-make-docs-use-proper-dir.patch, 1.1, 1.2 lucidlife.spec, 1.15, 1.16

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Apr 21 04:40:38 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/lucidlife/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20699/FC-6

Modified Files:
	lucidlife-make-docs-use-proper-dir.patch lucidlife.spec 
Log Message:
Fix bug #237329.

lucidlife-make-docs-use-proper-dir.patch:

Index: lucidlife-make-docs-use-proper-dir.patch
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-6/lucidlife-make-docs-use-proper-dir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lucidlife-make-docs-use-proper-dir.patch	29 Oct 2006 05:11:38 -0000	1.1
+++ lucidlife-make-docs-use-proper-dir.patch	21 Apr 2007 04:40:03 -0000	1.2
@@ -17,3 +17,25 @@
  doc_DATA = *.png *.gif *.html *.css
  EXTRA_DIST = *.png *.gif *.html *.css
  all: all-am
+
+--- src/Makefile.am.old	2006-04-21 02:51:00.000000000 -0700
++++ src/Makefile.am	2007-04-19 23:25:44.000000000 -0700
+@@ -1,6 +1,6 @@
+ INCLUDES = $(GNOME_CFLAGS) \
+            -DDATADIR=\""$(datadir)/lucidlife"\" \
+-           -DDOCDIR=\""$(datadir)/doc/lucidlife"\"
++           -DDOCDIR=\""$(datadir)/doc/lucidlife-$(VERSION)"\"
+ 
+ LIBS = $(GNOME_LIBS)
+ 
+--- src/Makefile.in.old	2006-09-10 07:30:01.000000000 -0700
++++ src/Makefile.in	2007-04-19 23:26:15.000000000 -0700
+@@ -204,7 +204,7 @@
+ target_alias = @target_alias@
+ INCLUDES = $(GNOME_CFLAGS) \
+            -DDATADIR=\""$(datadir)/lucidlife"\" \
+-           -DDOCDIR=\""$(datadir)/doc/lucidlife"\"
++           -DDOCDIR=\""$(datadir)/doc/lucidlife-$(VERSION)"\"
+ 
+ EXTRA_DIST = util.h \
+              lucidlife.h \


Index: lucidlife.spec
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-6/lucidlife.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lucidlife.spec	24 Mar 2007 06:56:06 -0000	1.15
+++ lucidlife.spec	21 Apr 2007 04:40:04 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           lucidlife
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Conway's Life simulator
 
 Group:          Amusements/Games
@@ -65,6 +65,11 @@
 
 
 %changelog
+* Fri Apr 20 2007 Peter Gordon <peter at thecodergeek.com> - 0.9.1-3
+- Ammend make-docs-use-proper-dir patch to ensure that the "Help" menu
+  functionality works properly. (Thanks to Leonard A. Hickey for the patch;
+  resolves bug #237329.)
+  
 * Sun Mar 11 2007 Peter Gordon <peter at thecodergeek.com> - 0.9.1-2
 - Add LogicGame to the categories of the installed .desktop file for improved
   organization with games-menus.




More information about the fedora-extras-commits mailing list