Skip to content

Instantly share code, notes, and snippets.

@pvalena
Created February 2, 2023 19:11
Show Gist options
  • Save pvalena/9459ef1a65e168f3d9f9ab95edd501de to your computer and use it in GitHub Desktop.
Save pvalena/9459ef1a65e168f3d9f9ab95edd501de to your computer and use it in GitHub Desktop.
+ rpmdev-bumpspec -D -c 'Update to acts_as_list 1.1.0.
Resolves: rhbz#2166137' -n 1.1.0 fedora/rawhide/rubygem-acts_as_list/rubygem-acts_as_list.spec
SHA512 (acts_as_list-1.1.0.gem) = bdcaf07bc4ad3854d68c8d95e666e86c2500474ffa212c315b6b4abd321341ac782c0e301f2c859c12b80ecfdd1cc743ccf8a7bdbdb36e30fafcd98d4928a00a
[rebase eb0f7cc] Update to acts_as_list 1.1.0.
2 files changed, 7 insertions(+), 3 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: ["1.0.4", "1.1.0"]
DIFFERENT files:
1.0.4->1.1.0:
* Added:
.github/workflows/
> Continue with commit ammend.
[rebase 0541ef2] Update to acts_as_list 1.1.0.
Date: Thu Feb 2 19:55:22 2023 +0100
2 files changed, 7 insertions(+), 3 deletions(-)
commit 0541ef26a1539cc22a4906522599d7914775bd95
Author: Pavel Valena <pvalena@redhat.com>
Date: Thu Feb 2 19:55:22 2023 +0100
Update to acts_as_list 1.1.0.
Resolves: rhbz#2166137
diff --git a/rubygem-acts_as_list.spec b/rubygem-acts_as_list.spec
index 31fdafb..c870a1b 100644
--- a/rubygem-acts_as_list.spec
+++ b/rubygem-acts_as_list.spec
@@ -2,8 +2,8 @@
%global gem_name acts_as_list
Name: rubygem-%{gem_name}
-Version: 1.0.4
-Release: 5%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
Summary: A gem allowing active_record model to act as a list
License: MIT
URL: http://github.com/brendon/acts_as_list
@@ -74,6 +74,10 @@ popd
%{gem_instdir}/%{gem_name}.gemspec
%changelog
+* Thu Feb 02 2023 Pavel Valena <pvalena@redhat.com> - 1.1.0-1
+- Update to acts_as_list 1.1.0.
+ Resolves: rhbz#2166137
+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index 8bbd855..1bff627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (acts_as_list-1.0.4.gem) = 45cc3a2ddc3bdf245819bfe62c39cea5e9b96bf63b3e817adae2acadcf7b51f47379ae9bf1c2c1cfd6a1dc70d7279f44e0a932c838fa93fa4a0c3b9dcbcd46ea
+SHA512 (acts_as_list-1.1.0.gem) = bdcaf07bc4ad3854d68c8d95e666e86c2500474ffa212c315b6b4abd321341ac782c0e301f2c859c12b80ecfdd1cc743ccf8a7bdbdb36e30fafcd98d4928a00a
On branch rebase
Your branch is ahead of 'pvalena/rebase' by 3 commits.
(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 3 commits
remote: - to fedora-message
remote: 2023-02-02 18:55:35,577 [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-acts_as_list/diff/rawhide..rebase
remote:
To ssh://pkgs.fedoraproject.org/forks/pvalena/rpms/rubygem-acts_as_list.git
3b3a896..0541ef2 rebase -> rebase
branch 'rebase' set up to track 'pvalena/rebase'.
> Run copr build.
+ scripts/pkgs/cr-build.sh -c -t 30m rubygems
Created builds: 5414734
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment