rpms/lucidlife/devel lucidlife-make-docs-use-proper-dir.patch, 1.1, 1.2 lucidlife.spec, 1.16, 1.17

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


Author: pgordon

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

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/devel/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 03:22:18 -0000	1.1
+++ lucidlife-make-docs-use-proper-dir.patch	21 Apr 2007 04:39:59 -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/devel/lucidlife.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- lucidlife.spec	12 Mar 2007 05:41:05 -0000	1.16
+++ lucidlife.spec	21 Apr 2007 04:39:59 -0000	1.17
@@ -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 scm-commits mailing list