[mcu8051ide] Updated to 1.4.6

Shakthi Kannan shakthimaan at fedoraproject.org
Sat Dec 8 16:19:27 UTC 2012


commit c3a7882fd17dcd12caa7874db34512629863c071
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Sat Dec 8 21:41:10 2012 +0530

    Updated to 1.4.6

 .gitignore      |    1 +
 mcu8051ide.spec |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bfe9c8..8281aa1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mcu8051ide-1.3.8.tar.gz
 mcu8051ide-1.3.9.tar.gz
 /mcu8051ide-1.3.11.tar.gz
 /mcu8051ide-1.4.2.tar.gz
+/mcu8051ide-1.4.6.tar.gz
diff --git a/mcu8051ide.spec b/mcu8051ide.spec
index 9104315..916adff 100644
--- a/mcu8051ide.spec
+++ b/mcu8051ide.spec
@@ -1,6 +1,6 @@
 Name:           mcu8051ide
-Version:        1.4.2
-Release:        3%{?dist}
+Version:        1.4.6
+Release:        1%{?dist}
 Summary:        IDE for MCS-51 based microcontrollers
 
 Group:          Applications/Engineering
@@ -25,7 +25,7 @@ Integrated Development Enviroment for some MCS-51 based microcontrollers
 %setup -q 
 
 %build
-%configure
+%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
 make %{?_smp_mflags}
 
 %install
@@ -54,8 +54,12 @@ rm -rf %{buildroot}
 %{_datadir}/applications/mcu8051ide.desktop
 %{_datadir}/man/man1/mcu8051ide.1.gz
 %{_datadir}/pixmaps/mcu8051ide.png
+%{_datadir}/mime/packages/application-x-mcu8051ide.xml
 
 %changelog
+* Sat Dec  8 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.4.6-1
+- Updated package to 1.4.6 upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 63488e8..ee24fac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a6b9762c99b1f31d2af004b60527136  mcu8051ide-1.4.2.tar.gz
+fa50e367d6b0dbaaeb5159f2a6d413c5  mcu8051ide-1.4.6.tar.gz


More information about the scm-commits mailing list