rpms/gpsim/devel .cvsignore, 1.4, 1.5 gpsim.spec, 1.19, 1.20 sources, 1.4, 1.5

Roy Rankin rrankin at fedoraproject.org
Sat Feb 14 23:34:49 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/gpsim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10441

Modified Files:
	.cvsignore gpsim.spec sources 
Log Message:
SVN vesion with bug fixes, more suported chips, new ADC, fix needed for GCC 4.4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Nov 2006 15:23:19 -0000	1.4
+++ .cvsignore	14 Feb 2009 23:34:19 -0000	1.5
@@ -1 +1 @@
-gpsim-0.22.0.tar.gz
+gpsim-20080215.tar.gz


Index: gpsim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/devel/gpsim.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gpsim.spec	7 Sep 2008 19:44:56 -0000	1.19
+++ gpsim.spec	14 Feb 2009 23:34:19 -0000	1.20
@@ -1,15 +1,15 @@
 Name:		gpsim
-Version:	0.22.0
-Release:	7%{?dist}
+Version:	0.23.0
+Release:	1.20090215svn2032%{?dist}
 Summary:	A simulator for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Un simulateur pour les microcontrôleurs PIC (TM) Microchip (TM)
 
 Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://www.dattalo.com/gnupic/gpsim.html
-Source:		http://dl.sf.net/gpsim/gpsim-%{version}.tar.gz
-Patch0:		gpsim-0.22.0-gcc43.patch
-Patch1:		gpsim-0.22.0-acinclude.patch
+#Source:		http://dl.sf.net/gpsim/gpsim-%{version}.tar.gz
+#	svn checkout -r 2032 https://gpsim.svn.sourceforge.net/svnroot/gpsim/trunk .
+Source:		gpsim-20080215.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk+extra-devel, flex, readline-devel, popt-devel
@@ -46,8 +46,10 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc43
-%patch1 -p1 -b .acinclude
+cat AUTHORS | iconv -f ISO88592 -t UTF8  > AUTHORS
+mv ChangeLog ChangeLog.raw
+iconv -f ISO88592 -t UTF8  ChangeLog.raw -o ChangeLog
+rm -f ChangeLog.raw
 autoconf
 
 %build
@@ -80,12 +82,16 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/*.a
 %{_libdir}/*.so
 %exclude %{_libdir}/*.la
 %{_includedir}/*
 
 %changelog
+* Sun Feb 15 2009 Roy Rankin <rrankin at ihug.com.au> 0.23.0-1
+- SVN vesion with bug fixes, more suported chips, new ADC, fix needed for GCC 4.4
+
 * Sun Sep 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.22.0-7
 - Fix build with GCC 4.3 (#434061), patch by Vasile Gaburici, simpler fix for
   the "list" name conflict from the Debian patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Nov 2006 15:23:19 -0000	1.4
+++ sources	14 Feb 2009 23:34:19 -0000	1.5
@@ -1 +1 @@
-f05a4e58d24b5a5c6b57c8d0e3810f75  gpsim-0.22.0.tar.gz
+8878cb5d5ca96f79f698aa676a0e2692  gpsim-20080215.tar.gz




More information about the scm-commits mailing list