Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2021-07-02 13:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activestorage-5.2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activestorage-5.2"

Fri Jul  2 13:27:28 2021 rev:11 rq:903484 version:5.2.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
      2020-10-05 19:29:30.080506710 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.2625/rubygem-activestorage-5.2.changes
    2021-07-02 13:28:22.360339001 +0200
@@ -1,0 +2,36 @@
+Thu Jun 24 16:51:32 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 5.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.2.6 (May 05, 2021) ##
+  
+  *   No changes.
+  
+  
+  ## Rails 5.2.5 (March 26, 2021) ##
+  
+  *   Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed
+      mime types data.
+  
+      *George Claghorn*
+  
+  *   The Poppler PDF previewer renders a preview image using the original
+      document's crop box rather than its media box, hiding print margins. This
+      matches the behavior of the MuPDF previewer.
+  
+      *Vincent Robert*
+  
+  
+  ## Rails 5.2.4.6 (May 05, 2021) ##
+  
+  *   No changes.
+  
+  
+  ## Rails 5.2.4.5 (February 10, 2021) ##
+  
+  *   No changes.
+  
+  
+
+-------------------------------------------------------------------

Old:
----
  activestorage-5.2.4.4.gem

New:
----
  activestorage-5.2.6.gem

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

Other differences:
------------------
++++++ rubygem-activestorage-5.2.spec ++++++
--- /var/tmp/diff_new_pack.MCk2cq/_old  2021-07-02 13:28:22.776335773 +0200
+++ /var/tmp/diff_new_pack.MCk2cq/_new  2021-07-02 13:28:22.776335773 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activestorage-5.2
 #
-# Copyright (c) 2020 SUSE LLC
+# 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-activestorage-5.2
-Version:        5.2.4.4
+Version:        5.2.6
 Release:        0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}

++++++ activestorage-5.2.4.4.gem -> activestorage-5.2.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2020-09-09 20:39:13.000000000 +0200
+++ new/CHANGELOG.md    2021-05-05 19:09:04.000000000 +0200
@@ -1,3 +1,32 @@
+## Rails 5.2.6 (May 05, 2021) ##
+
+*   No changes.
+
+
+## Rails 5.2.5 (March 26, 2021) ##
+
+*   Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed
+    mime types data.
+
+    *George Claghorn*
+
+*   The Poppler PDF previewer renders a preview image using the original
+    document's crop box rather than its media box, hiding print margins. This
+    matches the behavior of the MuPDF previewer.
+
+    *Vincent Robert*
+
+
+## Rails 5.2.4.6 (May 05, 2021) ##
+
+*   No changes.
+
+
+## Rails 5.2.4.5 (February 10, 2021) ##
+
+*   No changes.
+
+
 ## Rails 5.2.4.4 (September 09, 2020) ##
 
 *   No changes.
@@ -8,6 +37,11 @@
 *   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage 
direct upload
 
 
+## Rails 5.2.4.2 (March 19, 2020) ##
+
+*   No changes.
+
+
 ## Rails 5.2.4.1 (December 18, 2019) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/gem_version.rb 
new/lib/active_storage/gem_version.rb
--- old/lib/active_storage/gem_version.rb       2020-09-09 20:39:13.000000000 
+0200
+++ new/lib/active_storage/gem_version.rb       2021-05-05 19:09:04.000000000 
+0200
@@ -9,8 +9,8 @@
   module VERSION
     MAJOR = 5
     MINOR = 2
-    TINY  = 4
-    PRE   = "4"
+    TINY  = 6
+    PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/active_storage/previewer/poppler_pdf_previewer.rb 
new/lib/active_storage/previewer/poppler_pdf_previewer.rb
--- old/lib/active_storage/previewer/poppler_pdf_previewer.rb   2020-09-09 
20:39:13.000000000 +0200
+++ new/lib/active_storage/previewer/poppler_pdf_previewer.rb   2021-05-05 
19:09:04.000000000 +0200
@@ -28,8 +28,8 @@
 
     private
       def draw_first_page_from(file, &block)
-        # use 72 dpi to match thumbnail  dimesions of the PDF
-        draw self.class.pdftoppm_path, "-singlefile", "-r", "72", "-png", 
file.path, &block
+        # use 72 dpi to match thumbnail dimensions of the PDF
+        draw self.class.pdftoppm_path, "-singlefile", "-cropbox", "-r", "72", 
"-png", file.path, &block
       end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/service/azure_storage_service.rb 
new/lib/active_storage/service/azure_storage_service.rb
--- old/lib/active_storage/service/azure_storage_service.rb     2020-09-09 
20:39:13.000000000 +0200
+++ new/lib/active_storage/service/azure_storage_service.rb     2021-05-05 
19:09:04.000000000 +0200
@@ -10,8 +10,8 @@
   class Service::AzureStorageService < Service
     attr_reader :client, :blobs, :container, :signer
 
-    def initialize(storage_account_name:, storage_access_key:, container:)
-      @client = Azure::Storage::Client.create(storage_account_name: 
storage_account_name, storage_access_key: storage_access_key)
+    def initialize(storage_account_name:, storage_access_key:, container:, 
**options)
+      @client = Azure::Storage::Client.create(storage_account_name: 
storage_account_name, storage_access_key: storage_access_key, **options)
       @signer = 
Azure::Storage::Core::Auth::SharedAccessSignature.new(storage_account_name, 
storage_access_key)
       @blobs = client.blob_client
       @container = container
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/service/s3_service.rb 
new/lib/active_storage/service/s3_service.rb
--- old/lib/active_storage/service/s3_service.rb        2020-09-09 
20:39:13.000000000 +0200
+++ new/lib/active_storage/service/s3_service.rb        2021-05-05 
19:09:04.000000000 +0200
@@ -1,5 +1,7 @@
 # frozen_string_literal: true
 
+gem "aws-sdk-s3", "~> 1.48"
+
 require "aws-sdk-s3"
 require "active_support/core_ext/numeric/bytes"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-09-09 20:39:13.000000000 +0200
+++ new/metadata        2021-05-05 19:09:04.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.4.4
+  version: 5.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-09-09 00:00:00.000000000 Z
+date: 2021-05-05 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,42 +16,42 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.4
+        version: 5.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.4
+        version: 5.2.6
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.4
+        version: 5.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.4
+        version: 5.2.6
 - !ruby/object:Gem::Dependency
   name: marcel
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.3.1
+        version: 1.0.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.3.1
+        version: 1.0.0
 description: Attach cloud and local files in Rails applications.
 email: [email protected]
 executables: []
@@ -124,8 +124,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.2.4.4/activestorage
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.4.4/activestorage/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.2.6/activestorage
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.6/activestorage/CHANGELOG.md
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -141,7 +141,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.1.2
+rubygems_version: 3.1.6
 signing_key: 
 specification_version: 4
 summary: Local and cloud file storage framework.

Reply via email to