diff --git a/rubygem-rb-inotify.spec b/rubygem-rb-inotify.spec index e58df20..c5e5c80 100644 --- a/rubygem-rb-inotify.spec +++ b/rubygem-rb-inotify.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 0.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Ruby wrapper for Linux's inotify, using FFI Group: Development/Languages License: MIT @@ -68,6 +68,9 @@ cp -a .%{gem_dir}/* \ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.9.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Sep 06 2016 Vít Ondruch - 0.9.7-2 - Avoid crashing when fd is closed.