rpms/atari++/devel atari++-1.56-termios.patch, NONE, 1.1 atari++.spec, 1.3, 1.4

Dan Horák sharkcz at fedoraproject.org
Mon Jun 8 08:33:04 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/atari++/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6930

Modified Files:
	atari++.spec 
Added Files:
	atari++-1.56-termios.patch 
Log Message:
* Fri Jun  5 2009 Dan Horák <dan[at]danny.cz> 1.56-2
- add patch for sparc


atari++-1.56-termios.patch:

--- NEW FILE atari++-1.56-termios.patch ---
--- atari++/termios.cpp.orig	2009-06-05 11:08:45.000000000 +0200
+++ atari++/termios.cpp	2009-06-05 11:09:29.000000000 +0200
@@ -27,6 +27,11 @@ extern "C" {
 #   define USE_ICOUNTER_STATUS
 #  endif
 # endif
+# if HAVE_TERMIOS_H
+extern "C" {
+#  include <termios.h>
+}
+# endif
 #endif
 ///
 


Index: atari++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atari++/devel/atari++.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- atari++.spec	18 May 2009 11:53:18 -0000	1.3
+++ atari++.spec	8 Jun 2009 08:32:33 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           atari++
 Version:        1.56
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Unix based emulator of the Atari eight bit computers
 
 Group:          Applications/Emulators
 License:        TPL
 URL:            http://www.xl-project.com/
 Source0:        http://www.xl-project.com/download/atari++.tgz
+Patch0:         %{name}-1.56-termios.patch
 # be verbose during compile
 Patch1:         %{name}-verbose.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,6 +26,7 @@ the AtariXL operating system closely.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1 -b .termios
 %patch1 -p1 -b .verbose
 
 # fix encoding
@@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun  5 2009 Dan Horák <dan[at]danny.cz> 1.56-2
+- add patch for sparc
+
 * Mon May 18 2009 Dan Horák <dan[at]danny.cz> 1.56-1
 - update to version 1.56
 




More information about the fedora-extras-commits mailing list