Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Drop-Bundler-and-RubyGems-dependencies.patch | Drop Bundler and RubyGems dependencies | Youhei SASAKI <uwabami@gfd-dennou.org> | not-needed | 2014-06-04 | ||
0002-Disable-update-checker-for-Debian-Package.patch | Disable update checker for Debian Package | Youhei SASAKI <uwabami@gfd-dennou.org> | not-needed | 2014-06-04 | ||
0003-Replace-git-execution-from-gemspec.patch | Replace git execution from gemspec | Youhei SASAKI <uwabami@gfd-dennou.org> | not-needed | 2015-12-27 | ||
0004-Fix-RC-db.execute-VACUUM-for-empty-db-Closes-841574.patch | Fix RC: db.execute VACUUM for empty db (Closes: #841574) | Youhei SASAKI <uwabami@gfd-dennou.org> | not-needed | 2016-11-10 | ||
0005-Drop-coverall.patch | Drop coverall | Youhei SASAKI <uwabami@gfd-dennou.org> | not-needed | 2020-02-14 | ||
Fix_error_on_Ruby2.7.patch | [PATCH] Fix error on ruby 2.7 RUBY_REVISION changed from Integer to String. But the bug already fixed before Ruby 1.9.3 (minimum supported version mentioned in README.md). So I simply remove it. https://people.debian.org/~kanashiro/ruby2.7/builds/7/atig/atig_0.6.1-3+rebuild1580868080_amd64-2020-02-05T02:01:21Z.build.txt ``` An error occurred while loading ./spec/ofilter/escape_url_spec.rb. Failure/Error: if defined? ::RUBY_REVISION and RUBY_REVISION < 24544 ArgumentError: comparison of String with 24544 failed # ./lib/atig/url_escape.rb:41:in `<' # ./lib/atig/url_escape.rb:41:in `<module:Escape>' # ./lib/atig/url_escape.rb:38:in `<top (required)>' # ./lib/atig/ofilter/escape_url.rb:5:in `<top (required)>' # ./spec/ofilter/escape_url_spec.rb:3:in `<top (required)>' ``` |
Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | yes | 2020-02-18 |