Hello community, here is the log from the commit of package aranym checked in at Wed May 31 02:59:29 CEST 2006. -------- --- aranym/aranym.changes 2006-05-15 17:48:41.000000000 +0200 +++ aranym/aranym.changes 2006-05-31 02:33:49.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 30 10:46:05 CEST 2006 - schwab@suse.de + +- Fix definition of fixed size integers. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aranym.spec ++++++ --- /var/tmp/diff_new_pack.LCx22U/_old 2006-05-31 02:59:06.000000000 +0200 +++ /var/tmp/diff_new_pack.LCx22U/_new 2006-05-31 02:59:06.000000000 +0200 @@ -15,7 +15,7 @@ URL: http://aranym.atari.org/ Summary: ARAnyM (Atari Running on Any Machine) Version: 0.9.3beta -Release: 1 +Release: 2 Group: System/Emulators/Other License: GPL, LGPL Source: %{name}-%{version}.tar.gz @@ -133,6 +133,8 @@ %{_datadir}/aranym %changelog -n aranym +* Tue May 30 2006 - schwab@suse.de +- Fix definition of fixed size integers. * Mon May 15 2006 - schwab@suse.de - Update to aranym 0.9.3beta. ARAnyM can now output via OpenGL and features TrueType fonts ++++++ aranym-0.9.3beta.diff ++++++ --- /var/tmp/diff_new_pack.LCx22U/_old 2006-05-31 02:59:07.000000000 +0200 +++ /var/tmp/diff_new_pack.LCx22U/_new 2006-05-31 02:59:07.000000000 +0200 @@ -49,6 +49,19 @@ // Return packet send(0xfc); +--- natfeat/atari_rootsec.h ++++ natfeat/atari_rootsec.h +@@ -12,8 +12,8 @@ + */ + + #define u8 unsigned char +-#define u16 unsigned short +-#define u32 unsigned long ++#define u16 uint16 ++#define u32 uint32 + + struct partition_info + { --- rtc.cpp +++ rtc.cpp @@ -161,7 +161,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de