Package: ruby-dalli / 3.0.6-1.1

Metadata

Package Version Patches format
ruby-dalli 3.0.6-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 test suite run as current user.patch | (download)

test/utils/memcached_manager.rb | 4 3 1 - 0 !
1 file changed, 3 insertions( ), 1 deletion(-)

 run test suite as current user

Because it's run under fakeroot, memcached thinks that it's being run as
root, and refuses to do so.

0003 dalli version.patch | (download)

dalli.gemspec | 4 3 1 - 0 !
1 file changed, 3 insertions( ), 1 deletion(-)

 use system dalli/version if lib/ not available

For autopkgtest purposes

0004 No bundler in test helper.patch | (download)

test/helper.rb | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 no bundler in test helper

0006 Fix Dalli NameError.patch | (download)

test/helper.rb | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix dalli nameerror

Fixes:
/<<PKGBUILDDIR>>/test/utils/memcached_manager.rb:23:in `<module:MemcachedManager>': uninitialized constant Dalli (NameError)

0001 Adding Ruby 3.1 to CI workflow 886.patch | (download)

test/protocol/test_value_serializer.rb | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 adding ruby 3.1 to ci workflow (#886)

* Adding Ruby 3.1 to CI workflow

* Fix rubocop-performance lint issue, make tests compatible with error_highlight