From 64f6df242bb74ae585b88197ad3f30af14e80509 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 18:22:55 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- R-bitops.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R-bitops.spec b/R-bitops.spec index 4bc22c4..354b85a 100644 --- a/R-bitops.spec +++ b/R-bitops.spec @@ -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 - 1.0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Aug 16 2013 Tom Callaway - 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.