This commit is contained in:
Dennis Gilmore 2014-06-06 18:22:55 -05:00
parent 9558414a12
commit 64f6df242b
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: R-%{packname}
Version: 1.0.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Functions for Bitwise operations
Group: Applications/Productivity
@ -50,6 +50,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{_libdir}/R/library/%{packname}/libs
%changelog
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Aug 16 2013 Tom Callaway <spot@fedoraproject.org> - 1.0.5-3
- fix bug on arm where casting double to unsigned is undefined if the value is negative
Many thanks to Florian Weimer.