rpms/ktechlab/F-9 import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 ktechlab.spec, 1.20, 1.21 sources, 1.5, 1.6 ktechlab-0.3.6-gcc42.patch, 1.1, NONE ktechlab-bugfix.diff, 1.1, NONE

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Nov 3 19:17:28 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/ktechlab/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29182/F-9

Modified Files:
	.cvsignore ktechlab.spec sources 
Added Files:
	import.log 
Removed Files:
	ktechlab-0.3.6-gcc42.patch ktechlab-bugfix.diff 
Log Message:
bug fix microcontroller support


--- NEW FILE import.log ---
ktechlab-0_3_69-10_20081031svn_fc9:F-9:ktechlab-0.3.69-10.20081031svn.fc9.src.rpm:1225739780


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ktechlab/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Jun 2007 12:14:30 -0000	1.4
+++ .cvsignore	3 Nov 2008 19:16:57 -0000	1.5
@@ -1 +1 @@
-ktechlab-0.3.69.tar.bz2
+ktechlab-svn20081031.tar.bz2


Index: ktechlab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ktechlab/F-9/ktechlab.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ktechlab.spec	26 Feb 2008 10:12:13 -0000	1.20
+++ ktechlab.spec	3 Nov 2008 19:16:57 -0000	1.21
@@ -1,31 +1,29 @@
 Name:             ktechlab
 Version:          0.3.69
-Release:          7%{?dist}
-# revision checkout 18 with chitlesh's enhancements that upstream
-# haven't added since 2 months
+Release:          10.20081031svn%{?dist}
+# revision checkout 150
+
 Summary:          Development and simulation of microcontrollers and electronic circuits
 
 License:          GPLv2
 Group:            Applications/Engineering
 
 URL:              http://sourceforge.net/projects/ktechlab/
-Source:           http://downloads.sourceforge.net/ktechlab/%{name}-%{version}.tar.bz2
+Source:           %{name}-svn20081031.tar.bz2
 
 Patch0:           ktechlab-0.3.6-multilib.patch
-Patch1:           ktechlab-bugfix.diff
-Patch2:           ktechlab-0.3.6-gcc42.patch
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:    gpsim-devel readline-devel kdelibs3-devel
-BuildRequires:    desktop-file-utils autoconf automake 
+BuildRequires:    desktop-file-utils autoconf automake
 
 # Ktechlab requires gputils for PIC simulation.
-Requires:         gputils electronics-menu
+Requires:         gputils electronics-menu sdcc
 
 %description
 KTechlab is a development and simulation environment for microcontrollers
-and electronic circuits, distributed under the GNU General Public License.
+and electronic circuits.
 
 KTechlab consists of several well-integrated components:
 A circuit simulator, capable of simulating logic, linear devices and some
@@ -40,16 +38,17 @@
 * Integrated assembler and disassembler via gpasm and gpdasm.
 
 %prep
-%setup -q
+%setup -q -n %{name}-svn20081031
 
+chmod +x ./admin/detect-autoconf.pl
 %{__rm} -rf autom4te.cache
 
 %patch0 -p0 -b .multilib
-%patch1 -p0 -b .bugfix
-%patch2 -p0 -b .gcc42
 
 %build
 
+%{__make} -f Makefile.cvs
+
 %configure --disable-rpath
 %{__make} %{?_smp_mflags}
 
@@ -112,6 +111,17 @@
 
 
 %Changelog
+* Mon Nov 03 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.3.69-10.20081031svn
+- added sdcc as Requires
+
+* Sat Nov 01 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.3.69-9.20081031svn
+- fixed microcontrollers support
+- fixed Bug 469126 -  ktechlab quits when attempting to add a component to a schematic
+
+* Thu Jul 17 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.3.69-8
+- fix gcc42 patch to actually apply (remove hunk already applied in 0.3.69)
+- adapt Debian g++ 4.3 patch by Georges Khaznadar
+
 * Mon Feb 25 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.3.69-7
 - fixed for KDE4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ktechlab/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	12 Sep 2007 09:11:02 -0000	1.5
+++ sources	3 Nov 2008 19:16:57 -0000	1.6
@@ -1 +1 @@
-9404e62c621df5d34b2bc455a8d0ae42  ktechlab-0.3.69.tar.bz2
+79f08b90fc086520094f9086ae3aed1f  ktechlab-svn20081031.tar.bz2


--- ktechlab-0.3.6-gcc42.patch DELETED ---


--- ktechlab-bugfix.diff DELETED ---




More information about the fedora-extras-commits mailing list