Patch0 (armfix) no longer needed

This commit is contained in:
josef radinger 2015-09-27 20:40:52 +02:00
parent f8ea5ffdfb
commit 1cc4f98abf
1 changed files with 6 additions and 3 deletions

View File

@ -3,14 +3,14 @@
Name: R-%{packname} Name: R-%{packname}
Version: 1.0.6 Version: 1.0.6
Release: 1%{?dist} Release: 2%{?dist}
Summary: Functions for Bitwise operations Summary: Functions for Bitwise operations
Group: Applications/Productivity Group: Applications/Productivity
License: GPLv2+ License: GPLv2+
URL: http://cran.r-project.org/web/packages/bitops/index.html URL: http://cran.r-project.org/web/packages/bitops/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
Patch0: R-bitops-armfix.patch #Patch0: R-bitops-armfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: R-core >= 3.0.0 Requires: R-core >= 3.0.0
BuildRequires: R-devel >= 3.0.0, tex(latex) BuildRequires: R-devel >= 3.0.0, tex(latex)
@ -20,7 +20,7 @@ Functions for Bitwise operations on integer vectors.
%prep %prep
%setup -c -q -n %{packname} %setup -c -q -n %{packname}
%patch0 -p1 -b .armfix #%patch0 -p1 -b .armfix
%build %build
%install %install
@ -50,6 +50,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{_libdir}/R/library/%{packname}/libs %{_libdir}/R/library/%{packname}/libs
%changelog %changelog
* Sun Sep 27 2015 josef radinger <cheese@nosuchhost.net> - 1.0.6-2
- Patch0 (armfix) no longer needed
* Sun Sep 27 2015 josef radinger <cheese@nosuchhost.net> - 1.0.6-1 * Sun Sep 27 2015 josef radinger <cheese@nosuchhost.net> - 1.0.6-1
- bump release - bump release
- fix changelog - fix changelog