[atari++/el6] updated to version 1.71

Dan Horák sharkcz at fedoraproject.org
Thu Jan 31 21:35:14 UTC 2013


commit 8074d31d46d2530d3108bde4dabbaae7b580f4f4
Author: Dan Horák <dan at danny.cz>
Date:   Thu Jan 31 22:31:07 2013 +0100

    updated to version 1.71

 .gitignore            |    1 +
 atari++-verbose.patch |   13 ++++++++-----
 atari++.spec          |    5 ++++-
 sources               |    2 +-
 4 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 975998d..486e9b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 atari++_1.58.tar.gz
 /atari++_1.60.tar.gz
+/atari++_1.71.tar.gz
diff --git a/atari++-verbose.patch b/atari++-verbose.patch
index 893b27f..81a7c21 100644
--- a/atari++-verbose.patch
+++ b/atari++-verbose.patch
@@ -1,7 +1,7 @@
-diff -up atari++/Makefile.atari.SILENTose atari++/Makefile.atari
---- atari++/Makefile.atari.SILENTose	2009-11-30 12:11:59.000000000 +0100
-+++ atari++/Makefile.atari	2009-11-30 12:19:27.000000000 +0100
-@@ -71,6 +71,12 @@ INCLUDES	=	types.h $(foreach file,$(FILE
+diff -up atari++/Makefile.atari.verbose atari++/Makefile.atari
+--- atari++/Makefile.atari.verbose	2013-01-14 09:20:17.000000000 +0100
++++ atari++/Makefile.atari	2013-01-31 22:00:30.000000000 +0100
+@@ -74,6 +74,12 @@ INCLUDES	=	types.h $(foreach file,$(FILE
  SOURCES		=	$(foreach file,$(FILES),$(file).cpp)
  OBJECTS		=	$(foreach file,$(FILES),$(file).o)
  
@@ -14,7 +14,7 @@ diff -up atari++/Makefile.atari.SILENTose atari++/Makefile.atari
  ###################################################################################
  
  debug	:	
-@@ -147,22 +153,22 @@ config.status:	configure
+@@ -150,25 +156,25 @@ config.status:	configure
  
  %.o: %.cpp %.hpp
  	@ $(ECHO) "Compiling" $*.cpp
@@ -36,6 +36,9 @@ diff -up atari++/Makefile.atari.SILENTose atari++/Makefile.atari
 -	@ $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
 +	$(SILENT) $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
  
+ %.asm: %.s
+ 	@ c++filt <$*.s >$*.asm
+ 
  atari++		:	$(OBJECTS)
 -	@ $(LD) $(OBJECTS) $(LDFLAGS) $(LDLIBS) $(ADDLIBS) -o atari++
 +	$(SILENT) $(LD) $(OBJECTS) $(LDFLAGS) $(LDLIBS) $(ADDLIBS) -o atari++
diff --git a/atari++.spec b/atari++.spec
index 1375fe5..ba8d89e 100644
--- a/atari++.spec
+++ b/atari++.spec
@@ -1,5 +1,5 @@
 Name:           atari++
-Version:        1.60
+Version:        1.71
 Release:        1%{?dist}
 Summary:        Unix based emulator of the Atari eight bit computers
 
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 31 2013 Dan Horák <dan[at]danny.cz> 1.71-1
+- updated to version 1.71
+
 * Fri May 13 2011 Dan Horák <dan[at]danny.cz> 1.60-1
 - updated to version 1.60
 
diff --git a/sources b/sources
index f021d7c..819e5d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c4e01b0e27ab790e0ab01a630a29da3  atari++_1.60.tar.gz
+f274bed85ac36b0cd931b5a85654c5e4  atari++_1.71.tar.gz


More information about the scm-commits mailing list