rpms/atari++/EL-5 .cvsignore, 1.3, 1.4 atari++-verbose.patch, 1.1, 1.2 atari++.spec, 1.3, 1.4 sources, 1.4, 1.5

Dan Horák sharkcz at fedoraproject.org
Tue Dec 1 08:53:06 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/atari++/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19695

Modified Files:
	.cvsignore atari++-verbose.patch atari++.spec sources 
Log Message:
* Mon Nov 30 2009 Dan Horák <dan[at]danny.cz> 1.58-1
- updated to version 1.58
- used better patch for the making the build output verbose



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/atari++/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	25 Aug 2009 10:51:34 -0000	1.3
+++ .cvsignore	1 Dec 2009 08:53:06 -0000	1.4
@@ -1 +1 @@
-atari++_1.57.tar.gz
+atari++_1.58.tar.gz

atari++-verbose.patch:
 Makefile.atari |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Index: atari++-verbose.patch
===================================================================
RCS file: /cvs/pkgs/rpms/atari++/EL-5/atari++-verbose.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- atari++-verbose.patch	23 Nov 2008 20:32:02 -0000	1.1
+++ atari++-verbose.patch	1 Dec 2009 08:53:06 -0000	1.2
@@ -1,37 +1,44 @@
---- atari++/Makefile.atari.orig	2008-11-19 16:20:08.000000000 +0100
-+++ atari++/Makefile.atari	2008-11-19 16:21:07.000000000 +0100
-@@ -141,28 +141,24 @@ config.status:	configure
+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
+ SOURCES		=	$(foreach file,$(FILES),$(file).cpp)
+ OBJECTS		=	$(foreach file,$(FILES),$(file).o)
+ 
++ifeq ($(V),1)
++SILENT=
++else
++SILENT=@
++endif
++
  ###################################################################################
  
- %.d: %.cpp
--	@ $(SHELL) -ec '$(CC) $(CFLAGS) -MM $< \
-+	$(SHELL) -ec '$(CC) $(CFLAGS) -MM $< \
- 		| sed '\''s/\($*\)\.o[ :]*/\1.o $@ : /g'\'' > $@; \
- 		[ -s $@ ] || rm -f $@'
+ debug	:	
+@@ -147,22 +153,22 @@ config.status:	configure
  
  %.o: %.cpp %.hpp
--	@ $(ECHO) "Compiling" $*.cpp
+ 	@ $(ECHO) "Compiling" $*.cpp
 -	@ $(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
-+	$(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
++	$(SILENT) $(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
  
  %.o: %.cpp
--	@ $(ECHO) "Compiling" $*.cpp
+ 	@ $(ECHO) "Compiling" $*.cpp
 -	@ $(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
-+	$(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
++	$(SILENT) $(CXX) $(CFLAGS) $(ADDFLAGS) $*.cpp
  
  %.s: %.cpp %.hpp
--	@ $(ECHO) "Compiling" $*.cpp
+ 	@ $(ECHO) "Compiling" $*.cpp
 -	@ $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
-+	$(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
++	$(SILENT) $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
  
  %.s: %.cpp
--	@ $(ECHO) "Compiling" $*.cpp
+ 	@ $(ECHO) "Compiling" $*.cpp
 -	@ $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
-+	$(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
++	$(SILENT) $(CXX) $(CFLAGS) $(ADDFLAGS) $(OPTIMIZER) $(TOASM) $*.cpp
  
  atari++		:	$(OBJECTS)
 -	@ $(LD) $(OBJECTS) $(LDFLAGS) $(LDLIBS) $(ADDLIBS) -o atari++
-+	$(LD) $(OBJECTS) $(LDFLAGS) $(LDLIBS) $(ADDLIBS) -o atari++
++	$(SILENT) $(LD) $(OBJECTS) $(LDFLAGS) $(LDLIBS) $(ADDLIBS) -o atari++
  
  dox		:	$(SOURCES) $(INCLUDES)
  	doxygen Doxyfile


Index: atari++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atari++/EL-5/atari++.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- atari++.spec	25 Aug 2009 10:51:34 -0000	1.3
+++ atari++.spec	1 Dec 2009 08:53:06 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           atari++
-Version:        1.57
+Version:        1.58
 Release:        1%{?dist}
 Summary:        Unix based emulator of the Atari eight bit computers
 
@@ -36,7 +36,7 @@ mv $f.new $f
 
 %build
 %configure
-make %{?_smp_mflags} OPTIMIZER="$RPM_OPT_FLAGS -DDEBUG_LEVEL=0 -DCHECK_LEVEL=0"
+make %{?_smp_mflags} OPTIMIZER="$RPM_OPT_FLAGS -DDEBUG_LEVEL=0 -DCHECK_LEVEL=0" V=1
 
 
 %install
@@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 30 2009 Dan Horák <dan[at]danny.cz> 1.58-1
+- updated to version 1.58
+- used better patch for the making the build output verbose
+
 * Tue Aug 25 2009 Dan Horák <dan[at]danny.cz> 1.57-1
 - update to version 1.57
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/atari++/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	25 Aug 2009 10:51:34 -0000	1.4
+++ sources	1 Dec 2009 08:53:06 -0000	1.5
@@ -1 +1 @@
-4e4b888121c0bb8deb8ef7afd106234d  atari++_1.57.tar.gz
+acb7c15fc2a848440d62252661ac2b97  atari++_1.58.tar.gz




More information about the fedora-extras-commits mailing list