rpms/gpsim/devel .cvsignore, 1.6, 1.7 gpsim.spec, 1.23, 1.24 sources, 1.6, 1.7

Roy Rankin rrankin at fedoraproject.org
Thu Mar 5 10:25:40 UTC 2009


Author: rrankin

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

Modified Files:
	.cvsignore gpsim.spec sources 
Log Message:
RC1 of gpsim-0.23.0 see ANNOUNCE file for new features



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Feb 2009 03:43:03 -0000	1.6
+++ .cvsignore	5 Mar 2009 10:25:09 -0000	1.7
@@ -1 +1 @@
-gpsim-20080215svn2034.tar.gz
+gpsim-20090302svn2042.tar.gz


Index: gpsim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/devel/gpsim.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gpsim.spec	25 Feb 2009 00:45:16 -0000	1.23
+++ gpsim.spec	5 Mar 2009 10:25:09 -0000	1.24
@@ -1,6 +1,6 @@
 Name:		gpsim
 Version:	0.23.0
-Release:	2.20090215svn2034%{?dist}
+Release:	3.20090302svn2042%{?dist}
 Summary:	A simulator for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Un simulateur pour les microcontrôleurs PIC (TM) Microchip (TM)
 
@@ -9,12 +9,13 @@
 URL:		http://www.dattalo.com/gnupic/gpsim.html
 #Source:		http://dl.sf.net/gpsim/gpsim-%{version}.tar.gz
 #	svn checkout -r 2034 https://gpsim.svn.sourceforge.net/svnroot/gpsim/trunk .
-Source:		gpsim-20080215svn2034.tar.gz
+Source:		gpsim-20090302svn2042.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk+extra-devel, flex, readline-devel, popt-devel
 BuildRequires:	autoconf
 
+
 %description
 gpsim is a simulator for Microchip (TM) PIC (TM) microcontrollers.
 It supports most devices in Microchip's 12-bit, 14bit, and 16-bit
@@ -46,10 +47,11 @@
 
 %prep
 %setup -q
-cat AUTHORS | iconv -f ISO88592 -t UTF8  > AUTHORS
+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 ChangeLog.raw
+rm -f AUTHORS.raw ChangeLog.raw 
 autoconf
 
 %build
@@ -89,6 +91,9 @@
 %{_includedir}/*
 
 %changelog
+* 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
 
@@ -110,8 +115,8 @@
   - 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
+- 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
@@ -124,10 +129,10 @@
  - 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
@@ -152,16 +157,16 @@
   - 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/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Feb 2009 03:43:03 -0000	1.6
+++ sources	5 Mar 2009 10:25:09 -0000	1.7
@@ -1 +1 @@
-bb7b18929dccb03d193418b21c7c5c5c  gpsim-20080215svn2034.tar.gz
+f24c368f45c1118639e365250350a12a  gpsim-20090302svn2042.tar.gz




More information about the fedora-extras-commits mailing list