rpms/rogue/FC-5 rogue.png,1.1,1.2 rogue.spec,1.3,1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Apr 11 02:02:20 UTC 2006


Author: wart

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

Modified Files:
	rogue.png rogue.spec 
Log Message:
Better setuid/setgid handling (BZ #187392)
Resize desktop icon to match directory name




Index: rogue.spec
===================================================================
RCS file: /cvs/extras/rpms/rogue/FC-5/rogue.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rogue.spec	13 Mar 2006 19:45:45 -0000	1.3
+++ rogue.spec	11 Apr 2006 02:02:20 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           rogue
 Version:        5.4.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The original graphical adventure game
 
 Group:          Amusements/Games
@@ -11,6 +11,7 @@
 Source2:        rogue.png
 Patch0:         rogue-rpmopts.patch
 Patch1:         rogue-includes.patch
+Patch2:         rogue-5.4-setgid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -24,6 +25,7 @@
 %setup -q -c -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %{__sed} -i 's/\r//' rogue54.html
 %{__sed} -i 's/\r//' readme54.html
 chmod a-x *.c *.h
@@ -76,6 +78,10 @@
 
 
 %changelog
+* Thu Mar 30 2006 Wart <wart at kobold.org> 5.4.2-4
+- Better setuid/setgid handling (BZ #187392)
+- Resize desktop icon to match directory name
+
 * Mon Mar 13 2006 Wart <wart at kobold.org> 5.4.2-3
 - Added icon for .desktop file.
 




More information about the scm-commits mailing list