Compare commits

...

4 Commits
master ... f23

Author SHA1 Message Date
josef radinger ca12e1f444 Patch0 (armfix) no longer needed 2015-09-27 20:22:39 +02:00
josef radinger 8b520aeccf bump release
- fix changelog
2015-09-27 18:43:37 +02:00
josef radinger 3b8c9531d6 bump release
- fix changelog
2015-09-27 18:09:55 +02:00
josef radinger 34a5ab22b7 bump release 2015-09-27 18:00:38 +02:00
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
bitops_1.0-4.1.tar.gz
/bitops_1.0-5.tar.gz
/bitops_1.0-6.tar.gz

View File

@ -1,16 +1,16 @@
%global packname bitops
%global packvers 1.0-5
%global packvers 1.0-6
Name: R-%{packname}
Version: 1.0.5
Release: 6%{?dist}
Version: 1.0.6
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,13 @@ 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
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
b4474da9bc1725ae0361f2ecb4dbfae2 bitops_1.0-5.tar.gz
fba16485a51b1ccd354abde5816b6bdd bitops_1.0-6.tar.gz