From ac0e7a00a9a4b90b9b341b3dee72ff91805ce0d7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 26 Jul 2002 23:38:43 +0000 Subject: [PATCH] - updated to 1.2.3, removed outdated patch Changed files: Atari800-shm_fix.patch -> 1.2 Atari800.spec -> 1.22 --- Atari800-shm_fix.patch | 14 -------------- Atari800.spec | 6 ++---- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 Atari800-shm_fix.patch diff --git a/Atari800-shm_fix.patch b/Atari800-shm_fix.patch deleted file mode 100644 index ead1a94..0000000 --- a/Atari800-shm_fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN Atari800/src/atari_x11.c Atari800-shm/src/atari_x11.c ---- Atari800/src/atari_x11.c Sun Nov 11 16:39:09 2001 -+++ Atari800-shm/src/atari_x11.c Sun Dec 2 19:19:29 2001 -@@ -2605,8 +2605,8 @@ - first_y = ATARI_HEIGHT; - last_y = -1000; - -- if( invisible || !draw_display ) goto after_screen_update; /* mmm */ -- if(image->bits_per_pixel == 32) -+ if (invisible) goto after_screen_update; /* mmm */ -+ if (image->bits_per_pixel == 32) - { - ULONG *ptr = (ULONG *) image->data; - UBYTE *ptr2 = screen; diff --git a/Atari800.spec b/Atari800.spec index bfa4385..1dfe70f 100644 --- a/Atari800.spec +++ b/Atari800.spec @@ -6,15 +6,14 @@ Summary: Atari 800 Emulator Summary(pl): Emulator Atari 800 Name: Atari800 -Version: 1.2.2 -Release: 3 +Version: 1.2.3 +Release: 1 License: GPL (Atari800), distributable if unmodified (xf25 with ROMs) Group: Applications/Emulators Source0: ftp://ftp.sourceforge.net/pub/sourceforge/atari800/atari800-%{version}.tar.gz # NOTE: ROMs probably can be redistributed only in original XF25 archive Source1: http://joy.sophics.cz/www/xf25.zip Source2: %{name}-chooser -Patch0: %{name}-shm_fix.patch URL: http://atari800.atari.org/ BuildRequires: unzip %ifarch %{ix86} ppc @@ -120,7 +119,6 @@ obs %prep %setup -q -n atari800-%{version} -%patch0 -p1 %build cd src -- 2.44.0