[rkward] Update to 0.5.4

Pierre-YvesChibon pingou at fedoraproject.org
Sun Nov 7 21:32:50 UTC 2010


commit ea8a8a9ca588b5d420a89faf75252ddf3b08901e
Author: pingou <pingou at pingoured.fr>
Date:   Sun Nov 7 22:33:37 2010 +0100

    Update to 0.5.4

 .gitignore  |    1 +
 rkward.spec |   15 +++++++--------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91cb4af..0145739 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rkward-0.5.3.tar.gz
+/rkward-0.5.4.tar.gz
diff --git a/rkward.spec b/rkward.spec
index 3244dcb..625d34a 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -1,8 +1,8 @@
-%global  Rversion 2.11.0
+%global  Rversion 2.12.0
 
 Name:           rkward
-Version:        0.5.3
-Release:        3%{?dist}
+Version:        0.5.4
+Release:        1%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -12,9 +12,6 @@ URL:            http://rkward.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## upstreamable patches
-Patch50: rkward-0.5.3-docbook_dtd.patch
-
 BuildRequires:  R-devel >= %{Rversion} desktop-file-utils gettext 
 BuildRequires:  kdelibs-devel cmake pcre-devel
 BuildRequires:  giflib-devel  
@@ -42,8 +39,6 @@ intégration dans les suites bureautiques.
 # Not needed from 0.5.0c
 #sed -i -e "s|#include \"Rdevices.h\"||" rkward/rbackend/rembedinternal.cpp
 
-%patch50 -p1 -b docbook_dtd
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -110,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_kde4_appsdir}/katepart/syntax/%{name}.xml
 
 %changelog
+* Sun Nov 07 2010 pingou <pingou at pingoured.fr> - 0.5.4-1
+- Update to 0.5.4
+- Remove patch from Rex (upstreamed)
+
 * Mon Jun 28 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.5.3-3
 - FTBFS: patch handbook for kde-4.5 (#599758)
 - update icon scriptlets
diff --git a/sources b/sources
index 2a3ac26..4729cd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a1fb29b5f59b6150a3fd08bb51672b7  rkward-0.5.3.tar.gz
+417377f8ea4623c050b46a0dc5cec88d  rkward-0.5.4.tar.gz


More information about the scm-commits mailing list