[rkward] Update to 0.5.6

Pierre-YvesChibon pingou at fedoraproject.org
Tue Jun 21 08:38:02 UTC 2011


commit 1f1a4a298d1f44b6a1e71648dfd7c5313d47c733
Author: Pierre-Yves Chibon py at chibon.fr <pingou at pingoured.fr>
Date:   Tue Jun 21 10:38:09 2011 +0200

    Update to 0.5.6

 .gitignore  |    1 +
 rkward.spec |   16 ++++++++++------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index acbb10d..caa01fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 rkward-0.5.3.tar.gz
 /rkward-0.5.4.tar.gz
 /rkward-0.5.5.tar.gz
+/rkward-0.5.6.tar.gz
diff --git a/rkward.spec b/rkward.spec
index 47635a8..1e86528 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -1,8 +1,8 @@
 %global  Rversion 2.13.0
 
 Name:           rkward
-Version:        0.5.5
-Release:        2%{?dist}
+Version:        0.5.6
+Release:        1%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -92,7 +92,6 @@ rm -rf $RPM_BUILD_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
 %{_datadir}/icons/hicolor/22x22/apps/%{name}.png
@@ -101,13 +100,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
-%{_bindir}/%{name}
-%{_bindir}/%{name}.bin
-%{_bindir}/%{name}.rbackend
 %{_datadir}/config/%{name}.knsrc
+%{_bindir}/%{name}
+%{_mandir}/man1/rkward.1.gz
+%{_libexecdir}/kde4/rkward.frontend
+%{_libexecdir}/kde4/rkward.rbackend
+%{_kde4_appsdir}/%{name}/
 %{_kde4_appsdir}/katepart/syntax/%{name}.xml
 
 %changelog
+* Tue Jun 21 2011 Pierre-Yves Chibon <pingou at pingoured.fr> 0.5.6-1
+- Update to 0.5.6
+
 * Fri Apr 15 2011 Tom Callaway <spot at fedoraproject.org> 0.5.5-2
 - rebuild for R 2.13.0
 
diff --git a/sources b/sources
index e352469..d45a502 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d4aedb506ab866eccf9216de43279c3  rkward-0.5.5.tar.gz
+58ce297310c73ee9c617360a975f0752  rkward-0.5.6.tar.gz


More information about the scm-commits mailing list