Patch0 (armfix) no longer needed

This commit is contained in:
josef radinger 2015-09-27 20:22:39 +02:00
parent 8b520aeccf
commit ca12e1f444
1 changed files with 6 additions and 3 deletions

View File

@ -3,14 +3,14 @@
Name: R-%{packname}
Version: 1.0.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Functions for Bitwise operations
Group: Applications/Productivity
License: GPLv2+
URL: http://cran.r-project.org/web/packages/bitops/index.html
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)
Requires: R-core >= 3.0.0
BuildRequires: R-devel >= 3.0.0, tex(latex)
@ -20,7 +20,7 @@ Functions for Bitwise operations on integer vectors.
%prep
%setup -c -q -n %{packname}
%patch0 -p1 -b .armfix
#%patch0 -p1 -b .armfix
%build
%install
@ -50,6 +50,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{_libdir}/R/library/%{packname}/libs
%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
- bump release
- fix changelog