Skip to content

Instantly share code, notes, and snippets.

@pvalena
Created February 17, 2022 03:43
Show Gist options
  • Save pvalena/0829c502ffacf7332a51104d862c73e0 to your computer and use it in GitHub Desktop.
Save pvalena/0829c502ffacf7332a51104d862c73e0 to your computer and use it in GitHub Desktop.
+ rpmdev-bumpspec -c 'Update to dalli 3.2.1.
Resolves: rhbz#2054436' -n 3.2.1 fedora/packages/rubygem-dalli/rubygem-dalli.spec
+ sed -i '/^# git clone https:\/\/github.com\/petergoldstein\/dalli.git --no-checkout/ s/3.2.0/3.2.1/g' fedora/packages/rubygem-dalli/rubygem-dalli.spec
+ sed -i '/^# git -C dalli archive -v -o dalli-3.2.0-tests.txz v3.2.0 test\// s/3.2.0/3.2.1/g' fedora/packages/rubygem-dalli/rubygem-dalli.spec
From https://github.com/petergoldstein/dalli
dc06a6a..b330033 main -> origin/main
* [new tag] v3.2.1 -> v3.2.1
$cmd: set -x && git clone https://github.com/petergoldstein/dalli.git --no-checkout ; git -C dalli archive -v -o dalli-3.2.1-tests.txz v3.2.1 test/ && echo Ok || exit 1
>> execute $cmd.
+ git clone https://github.com/petergoldstein/dalli.git --no-checkout
fatal: destination path 'dalli' already exists and is not an empty directory.
+ git -C dalli archive -v -o dalli-3.2.1-tests.txz v3.2.1 test/
test/
test/benchmark_test.rb
test/helper.rb
test/helpers/
test/helpers/memcached.rb
test/integration/
test/integration/test_authentication.rb
test/integration/test_cas.rb
test/integration/test_compressor.rb
test/integration/test_concurrency.rb
test/integration/test_connection_pool.rb
test/integration/test_encoding.rb
test/integration/test_failover.rb
test/integration/test_marshal.rb
test/integration/test_memcached_admin.rb
test/integration/test_namespace_and_key.rb
test/integration/test_network.rb
test/integration/test_operations.rb
test/integration/test_pipelined_get.rb
test/integration/test_quiet.rb
test/integration/test_sasl.rb
test/integration/test_serializer.rb
test/integration/test_ttl.rb
test/protocol/
test/protocol/meta/
test/protocol/meta/test_request_formatter.rb
test/protocol/test_binary.rb
test/protocol/test_server_config_parser.rb
test/protocol/test_ttl_sanitizer.rb
test/protocol/test_value_compressor.rb
test/protocol/test_value_marshaller.rb
test/protocol/test_value_serializer.rb
test/sasl/
test/sasl/memcached.conf
test/sasl/sasldb
test/test_client_options.rb
test/test_compressor.rb
test/test_digest_class.rb
test/test_key_manager.rb
test/test_rack_session.rb
test/test_ring.rb
test/test_servers_arg_normalizer.rb
test/utils/
test/utils/certificate_generator.rb
test/utils/memcached_manager.rb
test/utils/memcached_mock.rb
+ echo Ok
Ok
renamed './dalli/dalli-3.2.1-tests.txz' -> './dalli-3.2.1-tests.txz'
SHA512 (dalli-3.2.1.gem) = 78041e784ed91f316513aaff87a24804b8a5f71c0871d40c10e63ff6d1cd4c509c2374cbf00a982b6559631a6674e91a901836366b51013eff4f63e0fc6a6710
SHA512 (dalli-3.2.1-tests.txz) = 6daa95355a3280502f0ea46bc3063fa53087842458b793230f4b06c868ab55b34fb2948ddc67b40912646022eec33482e7ebd9e1cbce5b174ed3be6dc20927c6
[rebase b1987b2] Update to dalli 3.2.1.
2 files changed, 8 insertions(+), 4 deletions(-)
--> Please check the gem compare output bellow: !
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
Compared versions: ["3.2.0", "3.2.1"]
DIFFERENT required_ruby_version:
3.2.0: >= 2.5
3.2.1: >= 2.6
> Continue with commit ammend.
[rebase 9ed52df] Update to dalli 3.2.1.
Date: Thu Feb 17 04:24:21 2022 +0100
2 files changed, 8 insertions(+), 4 deletions(-)
commit 9ed52dfa985e4429b245a2061e5b51650d5d24bf
Author: Pavel Valena <pvalena@redhat.com>
Date: Thu Feb 17 04:24:21 2022 +0100
Update to dalli 3.2.1.
Resolves: rhbz#2054436
diff --git a/rubygem-dalli.spec b/rubygem-dalli.spec
index 357f512..badc9df 100644
--- a/rubygem-dalli.spec
+++ b/rubygem-dalli.spec
@@ -4,7 +4,7 @@
%bcond_with tests
Name: rubygem-%{gem_name}
-Version: 3.2.0
+Version: 3.2.1
Release: 1%{?dist}
Summary: High performance memcached client for Ruby
License: MIT
@@ -12,7 +12,7 @@ URL: https://github.com/petergoldstein/dalli
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Tests are not shipped with the gem, you may get them like so
# git clone https://github.com/petergoldstein/dalli.git --no-checkout
-# git -C dalli archive -v -o dalli-3.2.0-tests.txz v3.2.0 test/
+# git -C dalli archive -v -o dalli-3.2.1-tests.txz v3.2.1 test/
Source1: %{gem_name}-%{version}-tests.txz
BuildRequires: ruby(release)
@@ -74,6 +74,10 @@ popd
%{gem_instdir}/Gemfile
%changelog
+* Thu Feb 17 2022 Pavel Valena <pvalena@redhat.com> - 3.2.1-1
+- Update to dalli 3.2.1.
+ Resolves: rhbz#2054436
+
* Mon Feb 07 2022 Pavel Valena <pvalena@redhat.com> - 3.2.0-1
- Update to dalli 3.2.0.
Resolves: rhbz#1689613
diff --git a/sources b/sources
index 9f247cf..cea590a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (dalli-3.2.0.gem) = 38ad6d254f1786ffd5bc7ecdae815ca5dc5cdbae5fb390d25a83b1a473fe737c63cf6f5c4bc5b2aefaaf536f3804eeb4bc6ed1e2d86035f534901db6a8de1f4d
-SHA512 (dalli-3.2.0-tests.txz) = bd1534b9b042960415705e2d7c0dcabc47221b2b01967b567be1715d9adc984f994429538a42ba1243284d40af99ba6abe1cd0cc0b99d7fbe6df58b29b2806f2
+SHA512 (dalli-3.2.1.gem) = 78041e784ed91f316513aaff87a24804b8a5f71c0871d40c10e63ff6d1cd4c509c2374cbf00a982b6559631a6674e91a901836366b51013eff4f63e0fc6a6710
+SHA512 (dalli-3.2.1-tests.txz) = 6daa95355a3280502f0ea46bc3063fa53087842458b793230f4b06c868ab55b34fb2948ddc67b40912646022eec33482e7ebd9e1cbce5b174ed3be6dc20927c6
On branch rebase
Your branch is ahead of 'pvalena/rebase' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit (use -u to show untracked files)
remote: Sending to redis to log activity and send commit notification emails
remote: * Publishing information for 1 commits
remote: - to fedora-message
remote: 2022-02-17 03:24:36,056 [WARNING] pagure.lib.notify: pagure is about to send a message that has no schemas: pagure.git.receive
remote:
remote: Create a pull-request for rebase
remote: https://src.fedoraproject.org/fork/pvalena/rpms/rubygem-dalli/diff/rawhide..rebase
remote:
To ssh://pkgs.fedoraproject.org/forks/pvalena/rpms/rubygem-dalli.git
2bbe2df..9ed52df rebase -> rebase
Branch 'rebase' set up to track remote branch 'rebase' from 'pvalena'.
> Run copr build.
+ scripts/pkgs/cr-build.sh -c -t 30m rubygems
Created builds: 3521744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment