diff --git a/R-bitops.spec b/R-bitops.spec index 6f91c76..387266a 100644 --- a/R-bitops.spec +++ b/R-bitops.spec @@ -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 - 1.0.6-2 +- Patch0 (armfix) no longer needed + * Sun Sep 27 2015 josef radinger - 1.0.6-1 - bump release - fix changelog