From 765855d8914801b5719a7d1d8b968ccbb12bbb84 Mon Sep 17 00:00:00 2001 From: Eduardo Echeverria Date: Jun 08 2013 22:51:56 +0000 Subject: Update to version 1.0.2 --- diff --git a/.gitignore b/.gitignore index 849b1ea..9ad8206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /icaro-1.0-4393eb0.tar.gz /icaro-1.0.1-51a13c6.tar.gz +/icaro-1.0.2-74e2829.tar.gz diff --git a/icaro.spec b/icaro.spec index f28fc43..f5742be 100644 --- a/icaro.spec +++ b/icaro.spec @@ -1,7 +1,7 @@ -%global commit 51a13c67d8d06a781b756bda68b8578f56167034 +%global commit 74e2829b791e5b5a4a86e5278a7a4313161758d3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: icaro -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Robotic Educational Project # Icaro is licensed under GPLv3 @@ -16,7 +16,8 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: desktop-file-utils BuildRequires: sugar-toolkit -Requires: pygame +Requires: pycairo +Requires: pygtk2 Requires: pywebkitgtk Requires: pygtksourceview Requires: sdcc @@ -62,6 +63,7 @@ install -p -m 0644 {*.py,*.xml,*.dat,version} %{buildroot}%{_datadir}/%{name}/ # Remove po and pot files find %{buildroot} -name "*.po" | xargs rm -f find %{buildroot} -name "*.pot" | xargs rm -f +find %{buildroot} -name "#template.pde#" | xargs rm -f %find_lang %{name} @@ -181,7 +183,6 @@ fi %dir %{_datadir}/%{name}/pic16/np05 %dir %{_datadir}/%{name}/pic16/np05/source %{_datadir}/%{name}/pic16/np05/source/*.c -%{_datadir}/%{name}/pic16/np05/source/*.h %{_datadir}/%{name}/pic16/np05/source/*.pde %dir %{_datadir}/%{name}/pic16/np05/temporal @@ -222,7 +223,12 @@ fi %config(noreplace) %{_sysconfdir}/udev/rules.d/41-microchip.rules %config(noreplace) %{_sysconfdir}/udev/rules.d/99-serial.rules %config(noreplace) %{_sysconfdir}/udev/rules.d/026-microchip.rules + %changelog +* Sat Jun 8 2013 Eduardo Echeverria - 1.0.2-1 +- Updated to the new upstream version 1.0.2 +- Switch from pygame to pycairo + * Sat Mar 30 2013 Eduardo Echeverria - 1.0.1-1 - Updated to the new upstream version diff --git a/sources b/sources index b9964cc..c550217 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b13f57f48f6a7c3d0c4ae65383e1707 icaro-1.0.1-51a13c6.tar.gz +1d61480c69100eed760f93301178e25e icaro-1.0.2-74e2829.tar.gz