[packages/ruby-fssm] Release 4 (by relup.sh)
arekm
arekm at pld-linux.org
Fri Mar 20 20:59:11 CET 2026
commit 84301f7858fff7dfcb5e7e789701d29e6371c3a8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Mar 20 20:58:46 2026 +0100
Release 4 (by relup.sh)
ruby-fssm-ruby32.patch | 11 +++++++++++
ruby-fssm.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/ruby-fssm.spec b/ruby-fssm.spec
index e1fdcbc..6e46209 100644
--- a/ruby-fssm.spec
+++ b/ruby-fssm.spec
@@ -6,7 +6,7 @@
Summary: File system state monitor
Name: ruby-%{pkgname}
Version: 0.2.10
-Release: 3
+Release: 4
License: MIT
Group: Development/Languages
Source0: http://rubygems.org/gems/%{pkgname}-%{version}.gem
diff --git a/ruby-fssm-ruby32.patch b/ruby-fssm-ruby32.patch
new file mode 100644
index 0000000..82e84e3
--- /dev/null
+++ b/ruby-fssm-ruby32.patch
@@ -0,0 +1,11 @@
+--- fssm-0.2.10/spec/monitor_spec.rb.orig 2010-09-08 23:45:00.000000000 +0200
++++ fssm-0.2.10/spec/monitor_spec.rb 2026-03-20 15:24:14.000000000 +0100
+@@ -60,7 +60,7 @@
+ it "should call create callback upon file creation" do
+ run_monitor(1) do
+ file = @tmp_dir + "/newfile.rb"
+- File.exists?(file).should be_false
++ File.exist?(file).should be false
+ FileUtils.touch file
+ end
+ @handler_results[:create].should == [[@tmp_dir, 'newfile.rb']]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-fssm.git/commitdiff/84301f7858fff7dfcb5e7e789701d29e6371c3a8
More information about the pld-cvs-commit
mailing list