[rkward/f16] Update to 0.6.0

Pierre-YvesChibon pingou at fedoraproject.org
Mon Oct 29 09:51:58 UTC 2012


commit 8747145f48c952e9a25493bc908d1a2282f5eca4
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Mon Oct 29 10:52:40 2012 +0100

    Update to 0.6.0

 .gitignore                     |    1 +
 rkward-0.5.3-docbook_dtd.patch |   20 --------------------
 rkward.spec                    |   33 ++++++++++++++++++---------------
 sources                        |    2 +-
 4 files changed, 20 insertions(+), 36 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 17ec588..1c389d7 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -1,8 +1,8 @@
 %global  Rversion 2.15.1
 
 Name:           rkward
-Version:        0.5.7
-Release:        2%{?dist}.4
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -12,11 +12,10 @@ URL:            http://rkward.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
 
 BuildRequires:  R-devel >= %{Rversion} desktop-file-utils gettext 
-BuildRequires:  kdelibs-devel cmake pcre-devel
+BuildRequires:  kdelibs4-devel cmake pcre-devel
 BuildRequires:  giflib-devel  
 Requires:       php-cli
-
-%{?kde4_macros_api:Requires: kde4-macros(api) = %{?kde4_macros_api}}
+Requires:       kate-part%{?_kde4_version: >= %{_kde4_version}}
 
 %description
 RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
@@ -35,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}
@@ -54,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
@@ -100,17 +94,26 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_kde4_appsdir}/katepart/syntax/%{name}.xml
 
 %changelog
-* Mon Jul  2 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-2.4
+* 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
+
+* Mon Jul  2 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-6
 - rebuild for R 2.15.1
 
-* Sat Mar 31 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-2.3
+* Sat Mar 31 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-5
 - rebuild for R 2.15.0
 
-* Mon Jan  9 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-2.2
+* Mon Jan  9 2012 Tom Callaway <spot at fedoraproject.org> 0.5.7-4
 - rebuild for R 2.14.1
 
-* Wed Nov  9 2011 Tom Callaway <spot at fedoraproject.org>	0.5.7-2 
-- rebuild for R	2.14.0
+* Tue Nov 15 2011 Rex Dieter <rdieter at fedoraproject.org> 0.5.7-3
+- Requires: kate-part (#744443)
+
+* Wed Nov  9 2011 Tom Callaway <spot at fedoraproject.org> 0.5.7-2
+- rebuild for R 2.14.0
 
 * Tue Oct 23 2011 Pierre-Yves Chibon <pingou at pingoured.fr> 0.5.7-1
 - Update to 0.5.7
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