This commit is contained in:
Tom Callaway 2013-04-11 12:42:22 -04:00
parent 0b9693e0c9
commit 011aaffdc9
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -1,9 +1,9 @@
%global packname bitops
%global packvers 1.0-4.1
%global packvers 1.0-5
Name: R-%{packname}
Version: 1.0.4.1
Release: 9%{?dist}
Version: 1.0.5
Release: 1%{?dist}
Summary: Functions for Bitwise operations
Group: Applications/Productivity
@ -11,8 +11,8 @@ 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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: R-core
BuildRequires: R-devel, tex(latex)
Requires: R-core >= 3.0.0
BuildRequires: R-devel >= 3.0.0, tex(latex)
%description
Functions for Bitwise operations on integer vectors.
@ -48,6 +48,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{_libdir}/R/library/%{packname}/libs
%changelog
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 1.0.5-1
- update to 1.0.5
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
81107518a0cafce266e82fc8571732da bitops_1.0-4.1.tar.gz
b4474da9bc1725ae0361f2ecb4dbfae2 bitops_1.0-5.tar.gz