Author: jem256
Update of /cvs/free/rpms/pcsxr/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9028/F-19
Modified Files:
.cvsignore pcsxr.spec sources
Log Message:
New Upstream
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-19/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 31 May 2013 02:26:26 -0000 1.8
+++ .cvsignore 5 Apr 2014 14:10:32 -0000 1.9
@@ -1 +1 @@
-pcsxr-85000.zip
+pcsxr-1.9.93.tar.bz2
Index: pcsxr.spec
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-19/pcsxr.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pcsxr.spec 31 May 2013 02:26:26 -0000 1.9
+++ pcsxr.spec 5 Apr 2014 14:10:32 -0000 1.10
@@ -1,7 +1,7 @@
-%global svnversion 85000
+%global svnversion 89782
Name: pcsxr
-Version: 1.9.92
-Release: 4.20130530svn%{svnversion}%{?dist}
+Version: 1.9.93
+Release: 1%{?dist}
Summary: A plugin based PlayStation (PSX) emulator with high compatibility
#All is GPLv2+ except:
@@ -11,8 +11,8 @@
License: GPLv2+ and BSD and Public Domain
Url:
http://pcsxr.codeplex.com/
#The source can be downloaded here:
-#http://pcsxr.codeplex.com/SourceControl/changeset/85000
-Source: %{name}-%{svnversion}.zip
+#http://pcsxr.codeplex.com/downloads/get/722114
+Source: %{name}-%{version}.tar.bz2
#http://pcsxr.codeplex.com/workitem/8567
Patch0: %{name}-remove-assertion-64bit.patch
@@ -40,6 +40,8 @@
%prep
%setup -q -n %{name}
+#fixing permissions:
+chmod -x */*.c */*.h */*/*.c */*/*/*.c */*/*.h */*/*/*.h
#remove any unnecessary files:
rm -f -r win32 macosx debian-upstream
%patch0 -p1
@@ -68,6 +70,9 @@
%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu May 30 2013 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.9.93-1
+- Updated to new beta release
+
* Thu May 30 2013 Jeremy Newton <alexjnewt(a)hotmail.com> -
1.9.92-4.20130530svn85000
- Updated to new SVN version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/pcsxr/F-19/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 31 May 2013 02:26:26 -0000 1.8
+++ sources 5 Apr 2014 14:10:32 -0000 1.9
@@ -1 +1 @@
-d3d67dfc851a8869f6f9600e40212fe0 pcsxr-85000.zip
+d75725b4c3fcb2cb11d39b3ace10dc31 pcsxr-1.9.93.tar.bz2