Author: belegdol
Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13727
Modified Files:
.cvsignore bsnes-0.079-gcc46.patch bsnes.spec sources
Log Message:
* Sun Jul 03 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.080-1
- Updated to 0.080
- Updated the gcc-4.6 patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore 20 Jun 2011 22:50:43 -0000 1.30
+++ .cvsignore 3 Jul 2011 16:01:18 -0000 1.31
@@ -1 +1 @@
-bsnes_v079-source.tar.bz2
+bsnes_v080-source.tar.bz2
bsnes-0.079-gcc46.patch:
interface.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: bsnes-0.079-gcc46.patch
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes-0.079-gcc46.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsnes-0.079-gcc46.patch 20 Jun 2011 22:50:44 -0000 1.1
+++ bsnes-0.079-gcc46.patch 3 Jul 2011 16:01:18 -0000 1.2
@@ -10,42 +10,3 @@
case GameBoy::Input::Start: return data & 0x80;
case GameBoy::Input::Select: return data & 0x40;
case GameBoy::Input::B: return data & 0x20;
-diff -up bsnes_v079-source/bsnes/ui/input/input.cpp.gcc46
bsnes_v079-source/bsnes/ui/input/input.cpp
---- bsnes_v079-source/bsnes/ui/input/input.cpp.gcc46 2011-03-24 19:33:58.000000000 +0100
-+++ bsnes_v079-source/bsnes/ui/input/input.cpp 2011-06-21 00:02:22.971853731 +0200
-@@ -82,7 +82,7 @@ void InputMapper::Gamepad::create(const
- }
-
- int16_t InputMapper::Gamepad::poll(unsigned id) {
-- switch(id) {
-+ switch((SNES::Input::JoypadID)id) {
- case SNES::Input::JoypadID::Up: return up.poll();
- case SNES::Input::JoypadID::Down: return down.poll() & !up.poll();
- case SNES::Input::JoypadID::Left: return left.poll();
-@@ -118,7 +118,7 @@ void InputMapper::Mouse::create(const ch
- }
-
- int16_t InputMapper::Mouse::poll(unsigned id) {
-- switch(id) {
-+ switch((SNES::Input::MouseID)id) {
- case SNES::Input::MouseID::X: return x.poll();
- case SNES::Input::MouseID::Y: return y.poll();
- case SNES::Input::MouseID::Left: return left.poll();
-@@ -150,7 +150,7 @@ void InputMapper::SuperScope::create(con
- }
-
- int16_t InputMapper::SuperScope::poll(unsigned id) {
-- switch(id) {
-+ switch((SNES::Input::SuperScopeID)id) {
- case SNES::Input::SuperScopeID::X: return x.poll();
- case SNES::Input::SuperScopeID::Y: return y.poll();
- case SNES::Input::SuperScopeID::Trigger: return trigger.poll();
-@@ -182,7 +182,7 @@ void InputMapper::Justifier::create(cons
- }
-
- int16_t InputMapper::Justifier::poll(unsigned id) {
-- switch(id) {
-+ switch((SNES::Input::JustifierID)id) {
- case SNES::Input::JustifierID::X: return x.poll();
- case SNES::Input::JustifierID::Y: return y.poll();
- case SNES::Input::JustifierID::Trigger: return trigger.poll();
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- bsnes.spec 22 Jun 2011 20:01:55 -0000 1.42
+++ bsnes.spec 3 Jul 2011 16:01:18 -0000 1.43
@@ -1,4 +1,4 @@
-%global vernumber 079
+%global vernumber 080
Name: bsnes
Version: 0.%{vernumber}
@@ -11,7 +11,7 @@
Source0:
http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
Source2: README.bsnes
Patch0: bsnes-0.079-gcc46.patch
-Patch1: bsnes-0.079-systemwide.patch
+Patch1: bsnes-0.079-systemwide.patch
Patch2: bsnes-0.079-gtk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -115,6 +115,10 @@
%changelog
+* Sun Jul 03 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.080-1
+- Updated to 0.080
+- Updated the gcc-4.6 patch
+
* Tue Jun 21 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.079-1
- Updated to 0.079
- Dropped subpackages, they are too small to be worth it
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources 20 Jun 2011 22:50:44 -0000 1.30
+++ sources 3 Jul 2011 16:01:18 -0000 1.31
@@ -1 +1 @@
-22513f713e29824a85a0fe193298f9f2 bsnes_v079-source.tar.bz2
+a5697cc0a15cb22e628eea2c74396e88 bsnes_v080-source.tar.bz2