Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit aranym
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 25 Aug 2006 14:58:18 +0200 (CEST)
  • Message-id: <20060825125818.D487C95225@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package aranym
checked in at Fri Aug 25 14:58:18 CEST 2006.

--------
--- aranym/aranym.changes 2006-05-31 02:33:49.000000000 +0200
+++ aranym/aranym.changes 2006-08-25 11:58:08.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 11:57:55 CEST 2006 - schwab@xxxxxxx
+
+- Fix a typo in the mmu emulation.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aranym.spec ++++++
--- /var/tmp/diff_new_pack.R47shQ/_old 2006-08-25 14:58:08.000000000 +0200
+++ /var/tmp/diff_new_pack.R47shQ/_new 2006-08-25 14:58:08.000000000 +0200
@@ -15,7 +15,7 @@
URL: http://aranym.atari.org/
Summary: ARAnyM (Atari Running on Any Machine)
Version: 0.9.3beta
-Release: 2
+Release: 4
Group: System/Emulators/Other
License: GPL, LGPL
Source: %{name}-%{version}.tar.gz
@@ -133,6 +133,8 @@
%{_datadir}/aranym

%changelog -n aranym
+* Fri Aug 25 2006 - schwab@xxxxxxx
+- Fix a typo in the mmu emulation.
* Tue May 30 2006 - schwab@xxxxxxx
- Fix definition of fixed size integers.
* Mon May 15 2006 - schwab@xxxxxxx


++++++ aranym-0.9.3beta.diff ++++++
--- /var/tmp/diff_new_pack.R47shQ/_old 2006-08-25 14:58:08.000000000 +0200
+++ /var/tmp/diff_new_pack.R47shQ/_new 2006-08-25 14:58:08.000000000 +0200
@@ -73,3 +73,14 @@
switch(index) {
case 0: value = curtim->tm_sec; break;
case 2: value = curtim->tm_min; break;
+--- uae_cpu/memory.h
++++ uae_cpu/memory.h
+@@ -452,7 +452,7 @@
+ static inline uae_u16 sfc_get_word(uaecptr addr)
+ {
+ if (is_unaligned(addr, 1))
+- return mmu_get_unaligned(addr, regs.dfc, 2);
++ return mmu_get_unaligned(addr, regs.sfc, 2);
+ SAVE_EXCEPTION;
+ uae_u16 w;
+ TRY(prb) {


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread