rpms/z88dk/devel z88dk-1.8-makefile-fixes.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 z88dk.spec, 1.12, 1.13 z88dk-1.7-makefile-fixes.patch, 1.1, NONE

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Mon Mar 10 23:14:45 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/z88dk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29605/devel

Modified Files:
	.cvsignore sources z88dk.spec 
Added Files:
	z88dk-1.8-makefile-fixes.patch 
Removed Files:
	z88dk-1.7-makefile-fixes.patch 
Log Message:
* Mon Mar 10 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.8-1
- update to 1.8
- update makefile-fixes patch (most issues fixed upstream, only one left)

z88dk-1.8-makefile-fixes.patch:

--- NEW FILE z88dk-1.8-makefile-fixes.patch ---
diff -ur z88dk/libsrc/time/Makefile z88dk-makefile-fixes/libsrc/time/Makefile
--- z88dk/libsrc/time/Makefile	2006-06-18 19:59:40.000000000 +0200
+++ z88dk-makefile-fixes/libsrc/time/Makefile	2007-12-06 08:52:10.000000000 +0100
@@ -11,6 +11,8 @@
 
 lzx: spectrum_time
 
+lnewbrain: time newbrain_time
+
 time: gmtime.o localtime.o mktime.o
 
 .c.o:
@@ -25,6 +27,9 @@
 spectrum_time:
 	cd spectrum ; $(MAKE) ; cd ..
 
+newbrain_time:
+	cd newbrain ; $(MAKE) ; cd ..
+
 clean:
 	$(RM) *.o* *.i *.sym *.map zcc_opt.def
 	$(RM) zx81/*.o*


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/z88dk/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Dec 2007 08:08:32 -0000	1.3
+++ .cvsignore	10 Mar 2008 23:13:46 -0000	1.4
@@ -1 +1 @@
-z88dk-src-1.7.tgz
+z88dk-src-1.8.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/z88dk/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Dec 2007 08:08:32 -0000	1.3
+++ sources	10 Mar 2008 23:13:46 -0000	1.4
@@ -1 +1 @@
-cbb910bcb8beb0b15b101a4420d3fb25  z88dk-src-1.7.tgz
+f3a762cb6263430f76163e3e85fa1102  z88dk-src-1.8.tgz


Index: z88dk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/z88dk/devel/z88dk.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- z88dk.spec	9 Feb 2008 03:57:11 -0000	1.12
+++ z88dk.spec	10 Mar 2008 23:13:46 -0000	1.13
@@ -1,12 +1,12 @@
 Summary: A Z80 cross compiler
 Name: z88dk
-Version: 1.7
-Release: 3%{?dist}
+Version: 1.8
+Release: 1%{?dist}
 License: Artistic clarified
 Group: Development/Tools
 Source: http://downloads.sourceforge.net/z88dk/z88dk-src-%{version}.tgz
 Patch0: z88make.patch
-Patch1: z88dk-1.7-makefile-fixes.patch
+Patch1: z88dk-1.8-makefile-fixes.patch
 Patch2: z88dk-1.7-64bit.patch
 URL: http://z88dk.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -78,6 +78,10 @@
 %{_mandir}/man3z/
 
 %changelog
+* Mon Mar 10 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.8-1
+- update to 1.8
+- update makefile-fixes patch (most issues fixed upstream, only one left)
+
 * Sat Feb 9 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.7-3
 - rebuild for GCC 4.3
 


--- z88dk-1.7-makefile-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list