[rkward] Update to 0.5.5

Pierre-YvesChibon pingou at fedoraproject.org
Sun Mar 20 13:26:18 UTC 2011


commit 03887c8cfbd7f4d94e3733cbc224e57cef580ac9
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Sun Mar 20 14:28:24 2011 +0100

    Update to 0.5.5

 .gitignore  |    1 +
 rkward.spec |   10 ++++++++--
 sources     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0145739..acbb10d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rkward-0.5.3.tar.gz
 /rkward-0.5.4.tar.gz
+/rkward-0.5.5.tar.gz
diff --git a/rkward.spec b/rkward.spec
index d28beb7..3ef9bf3 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -1,8 +1,8 @@
 %global  Rversion 2.12.2
 
 Name:           rkward
-Version:        0.5.4
-Release:        4%{?dist}
+Version:        0.5.5
+Release:        1%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -91,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README COPYING TODO AUTHORS
 %{_libdir}/R/library/%{name}/
+%{_libdir}/R/library/rkwardtests/
 %{_kde4_appsdir}/%{name}/
 %{_datadir}/applications/kde4/%{name}.desktop
 %{_datadir}/icons/hicolor/16x16/apps/%{name}.png
@@ -102,9 +103,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
 %{_bindir}/%{name}
 %{_bindir}/%{name}.bin
+%{_bindir}/%{name}.rbackend
+%{_datadir}/config/%{name}.knsrc
 %{_kde4_appsdir}/katepart/syntax/%{name}.xml
 
 %changelog
+* Sun Mar 20 2011 Pierre-Yves Chibon <pingou at pingoured.fr> 0.5.5-1
+- Update to 0.5.5
+
 * Sun Feb 27 2011 Tom Callaway <spot at fedoraproject.org> 0.5.4-4
 - rebuild for R 2.12.2
 
diff --git a/sources b/sources
index 4729cd0..e352469 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-417377f8ea4623c050b46a0dc5cec88d  rkward-0.5.4.tar.gz
+0d4aedb506ab866eccf9216de43279c3  rkward-0.5.5.tar.gz


More information about the scm-commits mailing list