commit rubygem-lightbox2 for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package rubygem-lightbox2 for 
openSUSE:Factory checked in at 2019-07-16 08:41:26

Comparing /work/SRC/openSUSE:Factory/rubygem-lightbox2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.1887 (New)


Package is "rubygem-lightbox2"

Tue Jul 16 08:41:26 2019 rev:4 rq:715364 version:2.11.1.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-lightbox2/rubygem-lightbox2.changes  
2019-06-19 21:00:21.738086180 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.1887/rubygem-lightbox2.changes
2019-07-16 08:41:28.551037627 +0200
@@ -1,0 +2,18 @@
+Mon Jul 15 04:49:10 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 2.11.1.1
+
+  * Fixed LIGHTBOX2_VERSION and VERSION constants (The values were not updated 
for the last release)
+
+---
+Sun Jul 14 22:22:59 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 2.11.1
+
+  see upstream changelog: 
https://github.com/lokesh/lightbox2/releases/tag/v2.11.1
+
+  * #557 Bugfix - MaxHeight wouldn't work. Fix by @RuiBandarra
+  * #660 fix: use max[Width|Height] when fitImagesInViewport is false. Fix by 
@k-iwanishi
+  * #664 feature: Prevent Esc keypress from bubbling. Requested by @rkyoku in 
#663
+
+---

Old:

  lightbox2-2.11.0.gem

New:

  lightbox2-2.11.1.1.gem



Other differences:
--
++ rubygem-lightbox2.spec ++
--- /var/tmp/diff_new_pack.6aX0C9/_old  2019-07-16 08:41:31.203036094 +0200
+++ /var/tmp/diff_new_pack.6aX0C9/_new  2019-07-16 08:41:31.203036094 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-lightbox2
-Version:2.11.0
+Version:2.11.1.1
 Release:0
 %define mod_name lightbox2
 %define mod_full_name %{mod_name}-%{version}
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="README.md" \
+  --doc-files="CHANGELOG.md README.md" \
   -f
 
 %gem_packages

++ lightbox2-2.11.0.gem -> lightbox2-2.11.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md2019-07-15 06:43:26.0 +0200
@@ -0,0 +1,24 @@
+# Release 2.11.1.1
+
+* Fixed LIGHTBOX2_VERSION and VERSION constants (The values were not updated 
for the last release)
+
+# Release 2.11.1
+
+* Updated to upstream lightbox2 version 2.11.1 
(https://github.com/lokesh/lightbox2/releases/tag/v2.11.1)
+
+# Release 2.11.0
+
+* Updated to upstream lightbox2 version 2.11.0 
(https://github.com/lokesh/lightbox2/releases/tag/v2.11.0)
+
+# Release 2.10.0.2
+
+* Fix: Wrong version of `jquery-rails` was required within the gemspec file
+
+# Release 2.10.0.1
+
+* Fixes an issue when lightbox2 is being used in combination with turbolinks
+
+# Release 2.10.0
+
+This release provides the latest version of lightbox2 (2.10.0):
+https://lokeshdhakar.com/projects/lightbox2
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-04-23 08:52:28.0 +0200
+++ new/lib/lightbox2/rails/version.rb  2019-07-15 06:43:26.0 +0200
@@ -1,6 +1,6 @@
 module Lightbox2
   module Rails
-VERSION = '2.11.0'
-LIGHTBOX2_VERSION = '2.11.0'
+VERSION = '2.11.1.1'
+LIGHTBOX2_VERSION = '2.11.1'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-04-23 09:33:54.0 +0200
+++ new/metadata2019-07-15 06:47:31.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lightbox2
 version: !ruby/object:Gem::Version
-  version: 2.11.0
+  version: 2.11.1.1
 platform: ruby
 authors:
 - Manuel Schnitzer
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-04-23 00:00:00.0 Z
+date: 2019-07-15 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: jquery-rails
@@ -31,6 +31,7 @@
 extensions: []
 extra_rdoc_files: []
 files:
+- CHANGELOG.md
 - README.md
 - lib/lightbox2.rb
 - lib/lightbox2/rails.rb
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-04-23 08:52:28.0 
+0200
+++ new/vendor/assets/javascripts/lightbox2.js  2019-07-15 06:43:26.0 
+0200
@@ -1,5 +1,5 @@
 /*!
- * Lightbox v2.11.0
+ * 

commit rubygem-lightbox2 for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package rubygem-lightbox2 for 
openSUSE:Factory checked in at 2019-06-19 21:00:20

Comparing /work/SRC/openSUSE:Factory/rubygem-lightbox2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.4811 (New)


Package is "rubygem-lightbox2"

Wed Jun 19 21:00:20 2019 rev:3 rq:706002 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-lightbox2/rubygem-lightbox2.changes  
2019-03-13 09:13:49.119395476 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.4811/rubygem-lightbox2.changes
2019-06-19 21:00:21.738086180 +0200
@@ -1,0 +2,6 @@
+Sun May  5 09:33:14 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.11.0
+  no changelog found
+
+---

Old:

  lightbox2-2.10.0.2.gem

New:

  gem2rpm.yml
  lightbox2-2.11.0.gem



Other differences:
--
++ rubygem-lightbox2.spec ++
--- /var/tmp/diff_new_pack.CbQ14Y/_old  2019-06-19 21:00:22.302086654 +0200
+++ /var/tmp/diff_new_pack.CbQ14Y/_new  2019-06-19 21:00:22.306086658 +0200
@@ -12,20 +12,29 @@
 # 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/
+#
+
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
 #
 
 Name:   rubygem-lightbox2
-Version:2.10.0.2
+Version:2.11.0
 Release:0
 %define mod_name lightbox2
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 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
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch:
# :post_patch:
#   if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom_pkgs:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
# :preamble: |-
# %if 0%{?suse_version} && 0%{?suse_version} < 1330
# %define rb_build_versions ruby24 ruby25
# %define rb_default_ruby_abi ruby:2.4.0 ruby:2.5.0
# %endif
++ lightbox2-2.10.0.2.gem -> lightbox2-2.11.0.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-03-12 07:53:25.0 +0100
+++ new/lib/lightbox2/rails/version.rb  2019-04-23 08:52:28.0 +0200
@@ -1,6 +1,6 @@
 module Lightbox2
   module Rails
-VERSION = '2.10.0.2'
-

commit rubygem-lightbox2 for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package rubygem-lightbox2 for 
openSUSE:Factory checked in at 2019-03-13 09:13:44

Comparing /work/SRC/openSUSE:Factory/rubygem-lightbox2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.28833 (New)


Package is "rubygem-lightbox2"

Wed Mar 13 09:13:44 2019 rev:2 rq:684243 version:2.10.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-lightbox2/rubygem-lightbox2.changes  
2019-03-12 09:55:48.983509336 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-lightbox2.new.28833/rubygem-lightbox2.changes
   2019-03-13 09:13:49.119395476 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 10:20:41 UTC 2019 - Lukas Krause 
+
+- Update to version 2.10.0.2
+  * Fix: Wrong version of jquery-rails was required within the gemspec file
+  * Fix(introduced in 2.10.0.1): Fixes an issue when lightbox2 is being used 
in combination with turbolinks
+
+---

Old:

  lightbox2-2.10.0.gem

New:

  lightbox2-2.10.0.2.gem



Other differences:
--
++ rubygem-lightbox2.spec ++
--- /var/tmp/diff_new_pack.Jr3GE6/_old  2019-03-13 09:13:50.587395324 +0100
+++ /var/tmp/diff_new_pack.Jr3GE6/_new  2019-03-13 09:13:50.619395321 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   rubygem-lightbox2
-Version:2.10.0
+Version:2.10.0.2
 Release:0
 %define mod_name lightbox2
 %define mod_full_name %{mod_name}-%{version}

++ lightbox2-2.10.0.gem -> lightbox2-2.10.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-03-11 18:10:18.0 +0100
+++ new/README.md   2019-03-12 07:53:25.0 +0100
@@ -1,5 +1,5 @@
 # lightbox2 for Ruby on Rails
-This ruby gem provides the latest version of lightbox2 for the Rails asset 
pipeline.
+This ruby gem provides the latest version of 
[lightbox2](https://github.com/lokesh/lightbox2) for the Rails asset pipeline.
 
 ## Installation
 
@@ -7,7 +7,7 @@
 Require this Ruby gem in your Ruby on Rails app by adding the following line 
to your `Gemfile`:
 
 ```
-gem 'lightbox2', '~> 2.10.0'
+gem 'lightbox2'
 ```
 
 Install the ruby gem by running `bundle` in your Rails app directory.
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-03-11 18:10:18.0 +0100
+++ new/lib/lightbox2/rails/version.rb  2019-03-12 07:53:25.0 +0100
@@ -1,5 +1,6 @@
 module Lightbox2
   module Rails
-VERSION = '2.10.0'
+VERSION = '2.10.0.2'
+LIGHTBOX2_VERSION = '2.10.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-03-11 18:10:32.0 +0100
+++ new/metadata2019-03-12 07:57:37.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lightbox2
 version: !ruby/object:Gem::Version
-  version: 2.10.0
+  version: 2.10.0.2
 platform: ruby
 authors:
 - Manuel Schnitzer
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-03-11 00:00:00.0 Z
+date: 2019-03-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: jquery-rails
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-03-11 18:10:18.0 
+0100
+++ new/vendor/assets/javascripts/lightbox2.js  2019-03-12 07:53:25.0 
+0100
@@ -517,3 +517,7 @@
 
   return new Lightbox();
 }));
+
+$(document).on('turbolinks:load', function(event) {
+  lightbox.init();
+});