rpms/ktechlab/F-8 import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 ktechlab.spec, 1.14, 1.15 sources, 1.5, 1.6 ktechlab-bugfix.diff, 1.1, NONE

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Nov 3 19:15:41 UTC 2008


Author: chitlesh

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

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


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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ktechlab/F-8/.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:15:11 -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-8/ktechlab.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ktechlab.spec	12 Sep 2007 09:11:02 -0000	1.14
+++ ktechlab.spec	3 Nov 2008 19:15:11 -0000	1.15
@@ -1,30 +1,29 @@
 Name:             ktechlab
 Version:          0.3.69
-Release:          5%{?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
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:    gpsim-devel readline-devel kdelibs-devel
-BuildRequires:    desktop-file-utils
+BuildRequires:    gpsim-devel readline-devel kdelibs3-devel
+BuildRequires:    desktop-file-utils autoconf automake
 
 # Ktechlab requires gputils for PIC simulation.
-Requires:         gputils
+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
@@ -39,14 +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
 
 %build
+
+%{__make} -f Makefile.cvs
+
 %configure --disable-rpath
 %{__make} %{?_smp_mflags}
 
@@ -56,6 +58,7 @@
 
 desktop-file-install --vendor fedora            \
     --remove-category Education                 \
+    --remove-category Science                   \
     --delete-original                           \
     --dir %{buildroot}%{_datadir}/applications/ \
     %{buildroot}%{_datadir}/applnk/Development/%{name}.desktop
@@ -108,6 +111,23 @@
 
 
 %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
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.3.69-6
+- Autorebuild for GCC 4.3
+
 * Sat Sep 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.3.69-5
 - updated desktop file
 - fixed missing icon of bar graph display


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ktechlab/F-8/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:15:11 -0000	1.6
@@ -1 +1 @@
-9404e62c621df5d34b2bc455a8d0ae42  ktechlab-0.3.69.tar.bz2
+79f08b90fc086520094f9086ae3aed1f  ktechlab-svn20081031.tar.bz2


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




More information about the fedora-extras-commits mailing list