rpms/mcu8051ide/F-10 mcu8051-1.1-desktop-exec-path-fix.patch, 1.2, 1.3 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 mcu8051ide.spec, 1.2, 1.3 sources, 1.3, 1.4 add-she-bang-itcl.patch, 1.1, NONE

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Aug 24 16:45:29 UTC 2009


Author: shakthimaan

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

Modified Files:
	.cvsignore import.log mcu8051ide.spec sources 
Added Files:
	mcu8051-1.1-desktop-exec-path-fix.patch 
Removed Files:
	add-she-bang-itcl.patch 
Log Message:
Updated mcu8051ide to upstream 1.3 sources.


mcu8051-1.1-desktop-exec-path-fix.patch:
 mcu8051ide.desktop |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: mcu8051-1.1-desktop-exec-path-fix.patch
===================================================================
RCS file: mcu8051-1.1-desktop-exec-path-fix.patch
diff -N mcu8051-1.1-desktop-exec-path-fix.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ mcu8051-1.1-desktop-exec-path-fix.patch	24 Aug 2009 16:45:29 -0000	1.3
@@ -0,0 +1,20 @@
+diff -up mcu8051ide-1.1/mcu8051ide.desktop.fix mcu8051ide-1.1/mcu8051ide.desktop
+--- mcu8051ide-1.1/mcu8051ide.desktop.fix	2009-05-26 20:10:28.000000000 +0530
++++ mcu8051ide-1.1/mcu8051ide.desktop	2009-05-26 20:10:49.000000000 +0530
+@@ -3,14 +3,13 @@ Categories=Development;
+ Comment=Graphical IDE for MCS-51 based microcontrollers
+ Comment[en_US]=Graphical IDE for MCS-51 based microcontrollers
+ Encoding=UTF-8
+-Exec[$e]=mcu8051ide
++Exec=mcu8051ide
+ GenericName=MCU 8051 IDE
+ GenericName[en_US]=MCU 8051 IDE
+-Icon=mcu8051ide.png
++Icon=mcu8051ide
+ MimeType=
+ Name=MCU 8051 IDE
+ Name[en_US]=MCU 8051 IDE
+-Path[$e]=
+ StartupNotify=false
+ Terminal=false
+ TerminalOptions=


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Aug 2009 17:21:37 -0000	1.3
+++ .cvsignore	24 Aug 2009 16:45:29 -0000	1.4
@@ -1 +1 @@
-mcu8051ide-1.2.tar.gz
+mcu8051ide-1.3.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	7 Aug 2009 17:21:37 -0000	1.2
+++ import.log	24 Aug 2009 16:45:29 -0000	1.3
@@ -1,2 +1,3 @@
 mcu8051ide-1_1-4_fc10:F-10:mcu8051ide-1.1-4.fc10.src.rpm:1245389611
 mcu8051ide-1_2-1_fc11:F-10:mcu8051ide-1.2-1.fc11.src.rpm:1249666014
+mcu8051ide-1_3-1_fc11:F-10:mcu8051ide-1.3-1.fc11.src.rpm:1251132649


Index: mcu8051ide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/F-10/mcu8051ide.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mcu8051ide.spec	7 Aug 2009 17:21:37 -0000	1.2
+++ mcu8051ide.spec	24 Aug 2009 16:45:29 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           mcu8051ide
-Version:        1.2
+Version:        1.3
 Release:        1%{?dist}
 Summary:        IDE for MCS-51 based microcontrollers
 
@@ -7,7 +7,7 @@ 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
+Patch0:         mcu8051-1.1-desktop-exec-path-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -16,7 +16,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 +24,7 @@ Integrated Development Enviroment for so
 
 %prep
 %setup -q 
-%patch0 -p1 -b .fix
+%patch0 -p1 -b .desktop
 
 %build
 %configure
@@ -55,6 +55,12 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/mcu8051ide.png
 
 %changelog
+* 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-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Aug 2009 17:21:37 -0000	1.3
+++ sources	24 Aug 2009 16:45:29 -0000	1.4
@@ -1 +1 @@
-caab1c78c724843ce054c4a2e2437358  mcu8051ide-1.2.tar.gz
+b656a4e71be3f661e956657da9b5cd13  mcu8051ide-1.3.tar.gz


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




More information about the fedora-extras-commits mailing list