rpms/pcsxr/F-18 .cvsignore, 1.5, 1.6 pcsxr-remove-assertion-64bit.patch, 1.1, 1.2 pcsxr.spec, 1.4, 1.5 sources, 1.5, 1.6

Jeremy Newton jem256 at rpmfusion.org
Sat Jan 5 00:20:15 CET 2013


Author: jem256

Update of /cvs/free/rpms/pcsxr/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16283/F-18

Modified Files:
	.cvsignore pcsxr-remove-assertion-64bit.patch pcsxr.spec 
	sources 
Log Message:
Updated SVN



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-18/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	23 Jul 2012 22:35:43 -0000	1.5
+++ .cvsignore	4 Jan 2013 23:20:15 -0000	1.6
@@ -1 +1 @@
-pcsxr-78971.zip
+pcsxr-82044.zip

pcsxr-remove-assertion-64bit.patch:
 ix86-64.c |    1 -
 1 file changed, 1 deletion(-)

Index: pcsxr-remove-assertion-64bit.patch
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-18/pcsxr-remove-assertion-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcsxr-remove-assertion-64bit.patch	23 Jul 2012 22:35:43 -0000	1.1
+++ pcsxr-remove-assertion-64bit.patch	4 Jan 2013 23:20:15 -0000	1.2
@@ -1,11 +1,11 @@
 diff -rupN pcsxr-old/libpcsxcore/ix86_64/ix86-64.c pcsxr/libpcsxcore/ix86_64/ix86-64.c
 --- pcsxr-old/libpcsxcore/ix86_64/ix86-64.c	2012-07-23 16:57:47.000000000 -0400
 +++ pcsxr/libpcsxcore/ix86_64/ix86-64.c	2012-07-23 17:15:41.620584335 -0400
-@@ -230,7 +230,6 @@ void x86SetJ8( u8* j8 )
- 	u32 jump = ( x86Ptr - (s8*)j8 ) - 1;
- 
- 	if ( jump > 0x7f ) {
--		assert(0);
- 		SysPrintf( "j8 greater than 0x7f!!\n" );
- 	}
- 	*j8 = (u8)jump;
+@@ -231,7 +231,6 @@ u32 jump = ( x86Ptr - (s8*)j8 ) - 1;
+ 
+ 	if ( jump > 0x7f ) {
+ 		SysPrintf( "j8 greater than 0x7f!!\n" );
+-		assert(0);
+ 	}
+ 	*j8 = (u8)jump;
+ }


Index: pcsxr.spec
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-18/pcsxr.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcsxr.spec	23 Jul 2012 22:35:43 -0000	1.4
+++ pcsxr.spec	4 Jan 2013 23:20:15 -0000	1.5
@@ -1,7 +1,7 @@
-%global svnversion 78971
+%global svnversion 82044
 Name:           pcsxr
 Version:        1.9.92
-Release:        1.20120723svn%{svnversion}%{?dist}
+Release:        1.20130104svn%{svnversion}%{?dist}
 Summary:        A plugin based PlayStation (PSX) emulator with high compatibility
 
 #All is GPLv2+ except:
@@ -11,7 +11,7 @@
 License:        GPLv2+ and BSD and Public Domain
 Url:            http://pcsxr.codeplex.com/
 #The source can be downloaded here:
-#http://pcsxr.codeplex.com/SourceControl/changeset/changes/78971
+#http://pcsxr.codeplex.com/SourceControl/changeset/82044
 Source:         %{name}-%{svnversion}.zip
 #http://pcsxr.codeplex.com/workitem/8567
 Patch0:         %{name}-remove-assertion-64bit.patch
@@ -58,7 +58,7 @@
 %find_lang %{name}
 
 %files -f %{name}.lang
-%doc doc/keys.txt doc/tweaks.txt AUTHORS COPYING README NEWS
+%doc doc/keys.txt doc/tweaks.txt AUTHORS COPYING README
 %{_mandir}/man1/%{name}.1*
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}-icon.png
@@ -68,6 +68,10 @@
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Fri Jan 4 2013 Jeremy Newton <alexjnewt at hotmail.com> - 1.9.92-1.20130104svn82044
+- Updated to new SVN checkout version
+- Removed unnecessary zero length Doc file (NEWS)
+
 * Mon Jul 23 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.9.92-1.20120723svn78971
 - Added a patch to temporarily fix a 64bit-only problem
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-18/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	23 Jul 2012 22:35:43 -0000	1.5
+++ sources	4 Jan 2013 23:20:15 -0000	1.6
@@ -1 +1 @@
-9cc4f23312823f176947df0bfa6e9b84  pcsxr-78971.zip
+0fae31619db94dab781b3b43e72aff39  pcsxr-82044.zip


More information about the rpmfusion-commits mailing list