rpms/lucidlife/FC-5 lucidlife-add-.desktop-encoding.patch, NONE, 1.1 lucidlife-make-docs-use-proper-dir.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 lucidlife.spec, 1.9, 1.10 sources, 1.2, 1.3 make-docs-use-proper-dir.patch, 1.1, NONE

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Oct 29 05:40:52 UTC 2006


Author: pgordon

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

Modified Files:
	.cvsignore lucidlife.spec sources 
Added Files:
	lucidlife-add-.desktop-encoding.patch 
	lucidlife-make-docs-use-proper-dir.patch 
Removed Files:
	make-docs-use-proper-dir.patch 
Log Message:
Update to new upstream release (0.9.1)

lucidlife-add-.desktop-encoding.patch:

--- NEW FILE lucidlife-add-.desktop-encoding.patch ---
--- lucidlife.desktop.in.old	2006-10-28 11:02:18.000000000 -0700
+++ lucidlife.desktop.in	2006-10-28 11:10:43.000000000 -0700
@@ -6,3 +6,4 @@
 Terminal=false
 Type=Application
 Categories=GNOME;Application;Game;
+Encoding=UTF-8

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

--- NEW FILE lucidlife-make-docs-use-proper-dir.patch ---
--- doc/Makefile.am.old	2006-03-28 20:22:27.000000000 -0800
+++ doc/Makefile.am	2006-03-28 20:22:32.000000000 -0800
@@ -1,4 +1,4 @@
-docdir = $(datadir)/doc/lucidlife
+docdir = $(datadir)/doc/lucidlife-0.9.1
 doc_DATA = *.png *.gif *.html *.css
 
 EXTRA_DIST = *.png *.gif *.html *.css
--- doc/Makefile.in.old	2006-03-28 20:22:27.000000000 -0800
+++ doc/Makefile.in	2006-03-28 20:24:32.000000000 -0800
@@ -188,7 +188,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-docdir = $(datadir)/doc/lucidlife
+docdir = $(datadir)/doc/lucidlife-0.9.1
 doc_DATA = *.png *.gif *.html *.css
 EXTRA_DIST = *.png *.gif *.html *.css
 all: all-am


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Feb 2006 21:10:04 -0000	1.2
+++ .cvsignore	29 Oct 2006 05:40:21 -0000	1.3
@@ -1 +1 @@
-lucidlife-0.9.tar.gz
+lucidlife-0.9.1.tar.gz


Index: lucidlife.spec
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-5/lucidlife.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lucidlife.spec	9 Apr 2006 05:13:24 -0000	1.9
+++ lucidlife.spec	29 Oct 2006 05:40:21 -0000	1.10
@@ -1,13 +1,14 @@
 Name:           lucidlife
-Version:        0.9
-Release:        7%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        A Conway's Life simulator
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://icculus.org/~jcspray/LucidLife/
 Source0:        http://icculus.org/~jcspray/LucidLife/%{name}-%{version}.tar.gz
-Patch0:			make-docs-use-proper-dir.patch
+Patch0:		%{name}-make-docs-use-proper-dir.patch
+Patch1:		%{name}-add-.desktop-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6.0
@@ -27,6 +28,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .old
+%patch1 -p0 -b .old
 
 
 %build
@@ -60,6 +62,13 @@
 
 
 %changelog
+* Sat Oct 28 2006 Peter Gordon <peter at thecodergeek.com> - 0.9.1-1
+- Update to new upstream release (0.9.1)
+- Add patch (sent upstream) to add Encoding=UTF-8 in installed .desktop file:
+  + add-.desktop-encoding.patch
+- Add %%name prefix to old make-docs-use-proper-dir patch filename
+  to keep it all in the same logical namespace.
+
 * Sat Apr 8 2006 Peter Gordon <peter at thecodergeek.com> - 0.9-7
 - Use desktop-file-install's "--delete-original" option instead of doing
   it manually.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Feb 2006 21:10:04 -0000	1.2
+++ sources	29 Oct 2006 05:40:21 -0000	1.3
@@ -1 +1 @@
-25bcde0ddbe4f7db4a7ea92fcc36b7bc  lucidlife-0.9.tar.gz
+68e9cfe091fa18380984609af9c56467  lucidlife-0.9.1.tar.gz


--- make-docs-use-proper-dir.patch DELETED ---




More information about the fedora-extras-commits mailing list