Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-binding_of_caller for 
openSUSE:Factory checked in at 2021-01-21 21:55:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-binding_of_caller (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-binding_of_caller.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-binding_of_caller"

Thu Jan 21 21:55:15 2021 rev:4 rq:865170 version:1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-binding_of_caller/rubygem-binding_of_caller.changes
      2018-02-10 17:59:48.372572254 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-binding_of_caller.new.28504/rubygem-binding_of_caller.changes
   2021-01-21 21:55:19.453792624 +0100
@@ -1,0 +2,7 @@
+Wed Jan 20 12:22:56 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.0.0
+ see installed HISTORY
+
+
+-------------------------------------------------------------------

Old:
----
  binding_of_caller-0.8.0.gem

New:
----
  binding_of_caller-1.0.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-binding_of_caller.spec ++++++
--- /var/tmp/diff_new_pack.vh4IV9/_old  2021-01-21 21:55:19.941792964 +0100
+++ /var/tmp/diff_new_pack.vh4IV9/_new  2021-01-21 21:55:19.941792964 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-binding_of_caller
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,25 +24,30 @@
 #
 
 Name:           rubygem-binding_of_caller
-Version:        0.8.0
+Version:        1.0.0
 Release:        0
 %define mod_name binding_of_caller
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel}
+BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:            http://github.com/banister/binding_of_caller
+URL:            https://github.com/banister/binding_of_caller
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        rubygem-binding_of_caller-rpmlintrc
 Source2:        gem2rpm.yml
-Summary:        Retrieve the binding of a method's caller. Can also retrieve
+Summary:        Retrieve the binding of a method's caller, or further up the 
stack
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-Retrieve the binding of a method's caller. Can also retrieve bindings even
-further up the stack.
+Provides the Binding#of_caller method.
+Using binding_of_caller we can grab bindings from higher up the call stack and
+evaluate code in that context.
+Allows access to bindings arbitrarily far up the call stack, not limited to
+just the immediate caller.
+Recommended for use only in debugging situations. Do not use this in
+production apps.
 
 %prep
 
@@ -52,7 +57,6 @@
 %gem_install \
   --doc-files="HISTORY LICENSE README.md" \
   -f
-%gem_cleanup
 
 %gem_packages
 

++++++ binding_of_caller-0.8.0.gem -> binding_of_caller-1.0.0.gem ++++++
++++ 10705 lines of diff (skipped)

Reply via email to