[rkward] Update to 0.6.0

Pierre-YvesChibon pingou at fedoraproject.org
Mon Oct 29 09:48:46 UTC 2012


commit 6af8b765a6d6f839391ec3c8d09582c71341f198
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Mon Oct 29 10:49:36 2012 +0100

    Update to 0.6.0

 .gitignore  |    1 +
 rkward.spec |   12 +++++-------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38ae8e5..03f6ef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ rkward-0.5.3.tar.gz
 /rkward-0.5.5.tar.gz
 /rkward-0.5.6.tar.gz
 /rkward-0.5.7.tar.gz
+/rkward-0.6.0.tar.gz
diff --git a/rkward.spec b/rkward.spec
index 72bc3f7..249d883 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -1,8 +1,8 @@
 %global  Rversion 2.15.1
 
 Name:           rkward
-Version:        0.5.7
-Release:        7%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -34,9 +34,6 @@ intégration dans les suites bureautiques.
 %setup -q 
 #-n %{name}-%{version}-pre1
 
-# Not needed from 0.5.0c
-#sed -i -e "s|#include \"Rdevices.h\"||" rkward/rbackend/rembedinternal.cpp
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -53,8 +50,6 @@ desktop-file-install \
   --dir=%{buildroot}%{kde4_datadir}/applications/kde4 \
   %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
 
-#/usr/share/applications/kde4/rkward.desktop
-
 #This file is conflicting with the kdelibs one
 rm -f $RPM_BUILD_ROOT%{_kde4_appsdir}/katepart/syntax/r.xml
 # already in R-base package
@@ -98,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_kde4_appsdir}/katepart/syntax/%{name}.xml
 
 %changelog
+* Mon Oct 29 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.6.0-1
+- Update to release 0.6.0
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a87cdf..adb0aae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c313d88baf63e29355eeba2e59a1637f  rkward-0.5.7.tar.gz
+9ad0b6a3e70496ec164d9e74cfcb721a  rkward-0.6.0.tar.gz


More information about the scm-commits mailing list