diff --git a/.gitignore b/.gitignore index 406b47d..7c670a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /rb-inotify-0.8.1.gem /rb-inotify-0.8.8.gem +/rb-inotify-0.9.5.gem diff --git a/rubygem-rb-inotify.spec b/rubygem-rb-inotify.spec index ad95524..823c61a 100644 --- a/rubygem-rb-inotify.spec +++ b/rubygem-rb-inotify.spec @@ -2,20 +2,14 @@ Summary: A Ruby wrapper for Linux's inotify, using FFI Name: rubygem-%{gem_name} -Version: 0.8.8 -Release: 5%{?dist} +Version: 0.9.5 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://github.com/nex3/rb-inotify Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(release) -Requires: ruby(rubygems) -Requires: rubygem(ffi) -BuildRequires: ruby(release) BuildRequires: rubygems-devel -BuildRequires: ruby BuildArch: noarch -Provides: rubygem(%{gem_name}) = %{version} %description A Ruby wrapper for Linux's inotify, using FFI @@ -60,6 +54,9 @@ cp -a .%{gem_dir}/* \ %changelog +* Tue Oct 07 2014 Josef Stribny - 0.9.5-1 +- Update to 0.9.5 + * Sun Jun 08 2014 Fedora Release Engineering - 0.8.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 751c569..8d8e7c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81609a5253f033951c80721b721f0065 rb-inotify-0.8.8.gem +865ed70ff9f90d5d23dc4ab906358650 rb-inotify-0.9.5.gem