rpms/gpsim/EL-5 .cvsignore, 1.4, 1.5 gpsim.spec, 1.13, 1.14 sources, 1.4, 1.5 gpsim-0.21.11.happy_gcc, 1.3, NONE gpsim-0.21.11.ktechlab.patch, 1.1, NONE

Roy Rankin rrankin at fedoraproject.org
Tue Jun 9 06:15:51 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/gpsim/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5281

Modified Files:
	.cvsignore gpsim.spec sources 
Removed Files:
	gpsim-0.21.11.happy_gcc gpsim-0.21.11.ktechlab.patch 
Log Message:
upgrade to current 0-23-0 release
New Features

  o Roy Rankin added P16F818 and P16F819 processors
  o Scott Dattalo added 10F200, 10F202, 10F204 and 10F206 processors
  o Scott Dattalo added analog syncs
  o Roy Rankin added EEPROM dump/load
  o Scott Dattalo added 12F508, 12F509, 12F510 processors
  o Roy Rankin added TMR1 external crystal simulation
  o Rob Pearce added 18f4321 and 18F2321 processors
  o Borut Razem fixed compiling under gcc 4.3.0
  o Rob Pearce added support for interrupt priority for 16-bit cores
  o Roy Rankin added new style A2D with up to 16 channels
  o Roy Rankin fixed internationalization in source browser window
  o Roy Rankin fixed compiling under gcc 4.4.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	14 Nov 2006 15:26:14 -0000	1.4
+++ .cvsignore	9 Jun 2009 06:15:20 -0000	1.5
@@ -1 +1 @@
-gpsim-0.22.0.tar.gz
+gpsim-0.23.0.tar.gz


Index: gpsim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/EL-5/gpsim.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- gpsim.spec	13 Feb 2007 16:47:25 -0000	1.13
+++ gpsim.spec	9 Jun 2009 06:15:21 -0000	1.14
@@ -1,16 +1,18 @@
 Name:		gpsim
-Version:	0.22.0
-Release:	2%{?dist}
+Version:	0.23.0
+Release:	4%{?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:	GPL
-URL:		http://www.dattalo.com/gnupic/gpsim.html
-Source:		http://dl.sf.net/gpsim/gpsim-%{version}.tar.gz
+License:	GPLv2+
+URL:		http://gpsim.sourceforge.net/gpsim.html
+Source:		http://downloads.sourceforge.net/gpsim/gpsim-%{version}.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gtk+extra-devel, flex, readline-devel
+BuildRequires:	gtk+extra-devel, flex, readline-devel, popt-devel
+BuildRequires:	autoconf
+
 
 %description
 gpsim is a simulator for Microchip (TM) PIC (TM) microcontrollers.
@@ -43,6 +45,12 @@ qui utilisent la bibliothèque gpsim.
 
 %prep
 %setup -q
+mv AUTHORS AUTHORS.raw
+mv ChangeLog ChangeLog.raw
+iconv -f ISO88592 -t UTF8  AUTHORS.raw -o  AUTHORS
+iconv -f ISO88592 -t UTF8  ChangeLog.raw -o ChangeLog
+rm -f AUTHORS.raw ChangeLog.raw 
+autoconf
 
 %build
 %configure
@@ -74,15 +82,46 @@ qui utilisent la bibliothèque gpsim.
 
 %files devel
 %defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/*.a
 %{_libdir}/*.so
 %exclude %{_libdir}/*.la
 %{_includedir}/*
 
 %changelog
-* Tue Feb 13 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-2
-  - Remove Makefiles that are in conflict between i386 and x86_64 arch
-    Fix #228362
+* Sat Mar 21 2009 Roy Rankin <rrankin at ihug.com.au> 0.23.0-4
+- upstream release of gpsim 0.23.0 - bug fixes and see ANNOUNCE for
+  new features and processors.
+
+* Thu Mar 05 2009 Roy Rankin <rrankin at ihug.com.au> 0.23.0-3.20090302svn2042
+- RC1 of gpsim-0.23.0 see ANNOUNCE file for new features
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23.0-2.20090215svn2034
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* 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
+- PPC build fix (acinclude readline problem) by Mamoru Tasaka
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.22.0-6
+- Autorebuild for GCC 4.3
+
+* Thu Sep 27 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-5
+  - Add BR popt-devel
+
+* Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-4
+  - Licence tag clarification
+
+* Tue Feb 13 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-3
+- Remove Makefiles that are in conflict between i386 and x86_64 arch 
+  Fix #228362
+
+* Mon Feb  5 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-2
+  - FE7 rebuild
 
 * Tue Nov 14 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-1
   - New upstream version
@@ -92,10 +131,10 @@ qui utilisent la bibliothèque gpsim.
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 
 * Sat Sep 23 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.11-8
-  - Add patch to fix a ktechlab crash, a ktechlab upstream contribution
-    See http://ktechlab.org/download/gpsim.php
-  - Use macros for rm and make
-  - Use macro style instead of variable style
+- Add patch to fix a ktechlab crash, a ktechlab upstream contribution
+  See http://ktechlab.org/download/gpsim.php
+- Use macros for rm and make
+- Use macro style instead of variable style
 
 * Fri Sep  1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.11-7
   - FE6 rebuild
@@ -120,16 +159,16 @@ qui utilisent la bibliothèque gpsim.
   - Improve download url
 
 * Fri Sep 30 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.4-5
-  - Improve prep section to make rpmlint happy
-  - Contributions of Jose Pedro Oliveira <jpo[AT]di[DOT]uminho[DOT]pt>
-    Thanks to him.
+- Improve prep section to make rpmlint happy
+- Contributions of Jose Pedro Oliveira <jpo[AT]di[DOT]uminho[DOT]pt>
+  Thanks to him.
 
 * Mon Sep 19 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.4-4
   - Add missing a rm -rf RPM_BUILD_ROOT statement in the install section
 
 * Thu Sep 15 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.4-3
   - Exclude .la file
-  - Add examples
+  -  Add examples
 
 * Tue Sep 13 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.21.4-2
   - License is GPL


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	14 Nov 2006 15:26:14 -0000	1.4
+++ sources	9 Jun 2009 06:15:21 -0000	1.5
@@ -1 +1 @@
-f05a4e58d24b5a5c6b57c8d0e3810f75  gpsim-0.22.0.tar.gz
+d19a3aef6e62fed6a7e23d5c5817ed56  gpsim-0.23.0.tar.gz


--- gpsim-0.21.11.happy_gcc DELETED ---


--- gpsim-0.21.11.ktechlab.patch DELETED ---




More information about the fedora-extras-commits mailing list