rpms/mcu8051ide/F-12 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 mcu8051ide.spec, 1.3, 1.4 sources, 1.3, 1.4 add-she-bang-itcl.patch, 1.1, NONE

Shakthi Kannan shakthimaan at fedoraproject.org
Sun Oct 25 17:51:33 UTC 2009


Author: shakthimaan

Update of /cvs/pkgs/rpms/mcu8051ide/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22704/F-12

Modified Files:
	.cvsignore import.log mcu8051ide.spec sources 
Removed Files:
	add-she-bang-itcl.patch 
Log Message:
Updated to 1.3.1 upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Aug 2009 17:18:34 -0000	1.3
+++ .cvsignore	25 Oct 2009 17:51:32 -0000	1.4
@@ -1 +1 @@
-mcu8051ide-1.2.tar.gz
+mcu8051ide-1.3.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-12/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	7 Aug 2009 17:18:35 -0000	1.2
+++ import.log	25 Oct 2009 17:51:32 -0000	1.3
@@ -1,2 +1,3 @@
 mcu8051ide-1_1-4_fc10:HEAD:mcu8051ide-1.1-4.fc10.src.rpm:1245389335
 mcu8051ide-1_2-1_fc11:HEAD:mcu8051ide-1.2-1.fc11.src.rpm:1249665816
+mcu8051ide-1_3_1-1_fc11:F-12:mcu8051ide-1.3.1-1.fc11.src.rpm:1256493385


Index: mcu8051ide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-12/mcu8051ide.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- mcu8051ide.spec	7 Aug 2009 17:18:35 -0000	1.3
+++ mcu8051ide.spec	25 Oct 2009 17:51:32 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           mcu8051ide
-Version:        1.2
+Version:        1.3.1
 Release:        1%{?dist}
 Summary:        IDE for MCS-51 based microcontrollers
 
@@ -7,7 +7,6 @@ Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://mcu8051ide.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         add-she-bang-itcl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -16,7 +15,7 @@ BuildRequires:  itcl >= 3.4
 BuildRequires:  tdom >= 0.8
 BuildRequires:  desktop-file-utils
 Requires:       electronics-menu
-Requires:       tkimg itcl tdom tcllib bwidget rxvt-unicode sdcc
+Requires:       tkimg itcl tdom tcllib bwidget rxvt-unicode sdcc tclx
 
 %description
 Integrated Development Enviroment for some MCS-51 based microcontrollers 
@@ -24,7 +23,6 @@ Integrated Development Enviroment for so
 
 %prep
 %setup -q 
-%patch0 -p1 -b .fix
 
 %build
 %configure
@@ -39,7 +37,10 @@ desktop-file-install --vendor ""  \
 --remove-category "Development"   \
 --dir %{buildroot}%{_datadir}/applications/    \
 %{buildroot}%{_datadir}/applications/%{name}.desktop
-chmod 0755 %{buildroot}%{_datadir}/%{name}/lib/*.tcl
+
+
+chmod 0755 `find %{buildroot} -name \*.tcl`
+
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +56,15 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/mcu8051ide.png
 
 %changelog
+* Sun Oct 25 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.3.1-1
+- Updated package to 1.3.1 upstream release
+
+* Mon Aug 24 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.3-1
+- Updated Release, Version
+- Removed earlier patches that were applied in 1.2 upstream
+- Re-applied mcu8051-1.1-desktop-exec-path-fix.patch
+- Added tclx as Requires dependency
+
 * Wed Aug 06 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.2-1
 - Updated Release, Version
 - Removed earlier patches that have now been applied in 1.2 upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Aug 2009 17:18:35 -0000	1.3
+++ sources	25 Oct 2009 17:51:32 -0000	1.4
@@ -1 +1 @@
-caab1c78c724843ce054c4a2e2437358  mcu8051ide-1.2.tar.gz
+08557cf5d5aea1fd862f2d79b1b4bc9d  mcu8051ide-1.3.1.tar.gz


--- add-she-bang-itcl.patch DELETED ---




More information about the scm-commits mailing list