]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- updated to 1.2.3, removed outdated patch Atari800-1_2_3-1 RA-1_0
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Jul 2002 23:38:43 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atari800-shm_fix.patch -> 1.2
    Atari800.spec -> 1.22

Atari800-shm_fix.patch [deleted file]
Atari800.spec

diff --git a/Atari800-shm_fix.patch b/Atari800-shm_fix.patch
deleted file mode 100644 (file)
index ead1a94..0000000
+++ /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;
index bfa4385ad01d5d098c60b0153c5cea93fff62f03..1dfe70fd1923fb4fe70eb6435b72f4883b76eccf 100644 (file)
@@ -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
This page took 0.157283 seconds and 4 git commands to generate.