Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-lightbox2 for 
openSUSE:Factory checked in at 2021-03-03 18:34:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-lightbox2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-lightbox2"

Wed Mar  3 18:34:47 2021 rev:5 rq:876382 version:2.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-lightbox2/rubygem-lightbox2.changes      
2019-07-16 08:41:28.551037627 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.2378/rubygem-lightbox2.changes
    2021-03-03 18:34:48.915375059 +0100
@@ -1,0 +2,7 @@
+Sun Feb 28 06:50:35 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 2.11.3
+
+  * Updated lightbox2 to upstream version 2.11.3 ([Upstream 
changelog](https://github.com/lokesh/lightbox2/releases/tag/v2.11.3))
+
+-------------------------------------------------------------------

Old:
----
  lightbox2-2.11.1.1.gem

New:
----
  lightbox2-2.11.3.gem

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

Other differences:
------------------
++++++ rubygem-lightbox2.spec ++++++
--- /var/tmp/diff_new_pack.LvYXtO/_old  2021-03-03 18:34:49.671375608 +0100
+++ /var/tmp/diff_new_pack.LvYXtO/_new  2021-03-03 18:34:49.671375608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-lightbox2
 #
-# Copyright (c) 2019 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
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-lightbox2
-Version:        2.11.1.1
+Version:        2.11.3
 Release:        0
 %define mod_name lightbox2
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:            https://github.com/mschnitzer/lightbox2-rubygem
+URL:            https://github.com/mschnitzer/lightbox2-rubygem
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        lightbox2 for Ruby on Rails

++++++ lightbox2-2.11.1.1.gem -> lightbox2-2.11.3.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/lightbox2/rails/version.rb 
new/lib/lightbox2/rails/version.rb
--- old/lib/lightbox2/rails/version.rb  2019-07-15 06:43:26.000000000 +0200
+++ new/lib/lightbox2/rails/version.rb  2021-02-28 07:38:51.000000000 +0100
@@ -1,6 +1,6 @@
 module Lightbox2
   module Rails
-    VERSION = '2.11.1.1'
-    LIGHTBOX2_VERSION = '2.11.1'
+    VERSION = '2.11.3'
+    LIGHTBOX2_VERSION = '2.11.3'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-07-15 06:47:31.000000000 +0200
+++ new/metadata        2021-02-28 07:44:47.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lightbox2
 version: !ruby/object:Gem::Version
-  version: 2.11.1.1
+  version: 2.11.3
 platform: ruby
 authors:
 - Manuel Schnitzer
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-07-15 00:00:00.000000000 Z
+date: 2021-02-28 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: jquery-rails
@@ -37,10 +37,14 @@
 - lib/lightbox2/rails.rb
 - lib/lightbox2/rails/engine.rb
 - lib/lightbox2/rails/version.rb
+- vendor/assets/images/close.png
 - vendor/assets/images/lightbox2/close.png
 - vendor/assets/images/lightbox2/loading.gif
 - vendor/assets/images/lightbox2/next.png
 - vendor/assets/images/lightbox2/prev.png
+- vendor/assets/images/loading.gif
+- vendor/assets/images/next.png
+- vendor/assets/images/prev.png
 - vendor/assets/javascripts/lightbox2.js
 - vendor/assets/stylesheets/lightbox2.scss
 homepage: https://github.com/mschnitzer/lightbox2-rubygem
@@ -63,7 +67,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.3
+rubygems_version: 2.7.6.2
 signing_key: 
 specification_version: 4
 summary: lightbox2 for Ruby on Rails
Binary files old/vendor/assets/images/close.png and 
new/vendor/assets/images/close.png differ
Binary files old/vendor/assets/images/loading.gif and 
new/vendor/assets/images/loading.gif differ
Binary files old/vendor/assets/images/next.png and 
new/vendor/assets/images/next.png differ
Binary files old/vendor/assets/images/prev.png and 
new/vendor/assets/images/prev.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/assets/javascripts/lightbox2.js 
new/vendor/assets/javascripts/lightbox2.js
--- old/vendor/assets/javascripts/lightbox2.js  2019-07-15 06:43:26.000000000 
+0200
+++ new/vendor/assets/javascripts/lightbox2.js  2021-02-28 07:38:51.000000000 
+0100
@@ -1,5 +1,5 @@
 /*!
- * Lightbox v2.11.1
+ * Lightbox v2.11.3
  * by Lokesh Dhakar
  *
  * More info:
@@ -314,18 +314,13 @@
       maxImageHeight = windowHeight - self.containerPadding.top - 
self.containerPadding.bottom - self.imageBorderWidth.top - 
self.imageBorderWidth.bottom - self.options.positionFromTop - 70;
 
       /*
-      SVGs that don't have width and height attributes specified are reporting 
width and height
-      values of 0 in Firefox 47 and IE11 on Windows. To fix, we set the width 
and height to the max
-      dimensions for the viewport rather than 0 x 0.
-
-      https://github.com/lokesh/lightbox2/issues/552
+      Since many SVGs have small intrinsic dimensions, but they support scaling
+      up without quality loss because of their vector format, max out their
+      size.
       */
-
       if (filetype === 'svg') {
-        if ((preloader.width === 0) || preloader.height === 0) {
-          $image.width(maxImageWidth);
-          $image.height(maxImageHeight);
-        }
+        $image.width(maxImageWidth);
+        $image.height(maxImageHeight);
       }
 
       // Fit image inside the viewport.

Reply via email to