rpms/gnucap/EL-5 gnucap-0.35-gcc43.patch, NONE, 1.1 import.log, NONE, 1.1 gnucap.spec, 1.3, 1.4

Chitlesh GOORAH chitlesh at fedoraproject.org
Thu Oct 1 04:55:12 UTC 2009


Author: chitlesh

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

Modified Files:
	gnucap.spec 
Added Files:
	gnucap-0.35-gcc43.patch import.log 
Log Message:
first commit for the EL-5 branch

gnucap-0.35-gcc43.patch:
 modelgen/ap.h   |    1 +
 src/ap.h        |    1 +
 src/e_base.h    |    1 +
 src/io_findf.cc |    1 +
 src/io_getln.cc |    1 +
 src/io_out.cc   |    1 +
 src/l_ftos.cc   |    1 +
 src/l_timer.cc  |    1 +
 src/main.cc     |    1 +
 src/plot.cc     |    1 +
 10 files changed, 10 insertions(+)

--- NEW FILE gnucap-0.35-gcc43.patch ---
--- gnucap-0.35/modelgen/ap.h	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/modelgen/ap.h	2008-01-08 22:28:50.000000000 +0100
@@ -24,6 +24,7 @@
 //testing=script,sparse 2006.07.17
 #ifndef AP_H
 #define AP_H
+#include <string.h>
 #include "md.h"
 /*--------------------------------------------------------------------------*/
 enum AP_MOD{
--- gnucap-0.35/src/ap.h	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/ap.h	2008-01-08 22:29:01.000000000 +0100
@@ -24,6 +24,7 @@
 //testing=script,sparse 2006.07.17
 #ifndef AP_H
 #define AP_H
+#include <string.h>
 #include "md.h"
 /*--------------------------------------------------------------------------*/
 enum AP_MOD{
--- gnucap-0.35/src/e_base.h	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/e_base.h	2008-01-08 22:29:59.000000000 +0100
@@ -24,6 +24,7 @@
 //testing=script,complete 2006.07.12
 #ifndef E_BASE_H
 #define E_BASE_H
+#include <strings.h>
 #include "l_compar.h"
 #include "u_opt.h"
 #include "u_status.h"
--- gnucap-0.35/src/io_findf.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/io_findf.cc	2008-01-08 22:33:15.000000000 +0100
@@ -32,6 +32,7 @@
  * PATHSEP, ENDDIR are system dependent, defined in md.h
  */
 //testing=script,sparse 2006.07.17
+#include <string.h>
 #include "l_lib.h"
 /*--------------------------------------------------------------------------*/
 std::string findfile(const std::string& filename, const std::string& path,
--- gnucap-0.35/src/io_getln.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/io_getln.cc	2008-01-08 22:32:51.000000000 +0100
@@ -27,6 +27,7 @@
  * start with + is extension line, spice compatibility.
  */
 //testing=script 2006.07.17
+#include <string.h>
 #include "l_lib.h"
 /*--------------------------------------------------------------------------*/
 std::string getlines(FILE *fileptr)
--- gnucap-0.35/src/io_out.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/io_out.cc	2008-01-08 22:33:34.000000000 +0100
@@ -31,6 +31,7 @@
  * but I have yet to find a system that did not meet this form.
  */
 //testing=script,sparse 2006.07.17
+#include <string.h>
 #include "u_opt.h"
 /*--------------------------------------------------------------------------*/
 	const char* octal(int x);
--- gnucap-0.35/src/l_ftos.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/l_ftos.cc	2008-01-08 22:33:53.000000000 +0100
@@ -37,6 +37,7 @@
  * after that, the space is overwritten, every POOLSIZE calls
  */
 //testing=script 2005.10.11
+#include <string.h>
 #include "l_lib.h"
 #include "constant.h"
 /*--------------------------------------------------------------------------*/
--- gnucap-0.35/src/l_timer.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/l_timer.cc	2008-01-08 22:34:16.000000000 +0100
@@ -22,6 +22,7 @@
  * Time a command, or whatever
  */
 //testing=script,sparse 2006.07.13
+#include <string.h>
 #include "l_timer.h"
 /*--------------------------------------------------------------------------*/
 //		TIMER::TIMER();
--- gnucap-0.35/src/main.cc	2006-09-20 19:18:52.000000000 +0200
+++ gnucap-0.35.new/src/main.cc	2008-01-08 22:31:35.000000000 +0100
@@ -23,6 +23,7 @@
  * it all starts here
  */
 //testing=script 2006.07.14
+#include <strings.h>
 #include "patchlev.h"
 #include "c_comand.h"
 #include "declare.h"	/* lots */
--- gnucap-0.35/src/plot.cc	2006-08-28 08:15:43.000000000 +0200
+++ gnucap-0.35.new/src/plot.cc	2008-01-08 22:34:56.000000000 +0100
@@ -2,6 +2,7 @@
  * (this file is a mess.  it should be redone.)
  */
 //testing=script 2006.07.17
+#include <string.h>
 #include "declare.h"	/* self */
 #include "s__.h"
 #include "u_prblst.h"


--- NEW FILE import.log ---
gnucap-0_35-6_fc11:EL-5:gnucap-0.35-6.fc11.src.rpm:1254372840


Index: gnucap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnucap/EL-5/gnucap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gnucap.spec	2 Apr 2007 20:40:52 -0000	1.3
+++ gnucap.spec	1 Oct 2009 04:55:12 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           gnucap
 Version:        0.35
-Release:        1%{?dist}
+Release:        6%{?dist}
 Summary:        The Gnu Circuit Analysis Package
 Group:          Applications/Engineering
-License:        GPL
+License:        GPLv2+
 URL:            http://www.geda.seul.org/tools/gnucap
 Source0:        http://www.geda.seul.org/tools/gnucap/archive/%{name}-%{version}.tar.gz
 Patch0:         gnucap-0.34-debian.patch
+Patch1:         gnucap-0.35-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  readline-devel
 
@@ -23,6 +24,7 @@ event driven analog simulation, and true
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # use ncurses instead of termcap (bz 226771)
 sed -i 's/-ltermcap/-lncurses/g' configure
 
@@ -56,6 +58,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.35-4
+- Autorebuild for GCC 4.3
+
+* Tue Jan  8 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.35-3
+- Fix building with gcc 4.3
+
+* Tue Aug  7 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.35-2
+- Update License tag for new Licensing Guidelines compliance
+
 * Wed Feb 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.35-1
 - New upstream release 0.35
 - Link with -lncurses instead of -ltermcap (bz 226771)




More information about the fedora-extras-commits mailing list