Hello community,

here is the log from the commit of package rubygem-activerecord-5_1 for 
openSUSE:Factory checked in at 2019-03-27 16:21:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activerecord-5_1 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activerecord-5_1.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activerecord-5_1"

Wed Mar 27 16:21:37 2019 rev:7 rq:689005 version:5.1.6.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-5_1/rubygem-activerecord-5_1.changes
        2019-01-21 10:26:17.185689130 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-5_1.new.25356/rubygem-activerecord-5_1.changes
     2019-03-27 16:21:53.487523662 +0100
@@ -1,0 +2,10 @@
+Thu Mar 14 10:47:40 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 5.1.6.2
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6.2 (March 11, 2019) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  activerecord-5.1.6.1.gem

New:
----
  activerecord-5.1.6.2.gem

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

Other differences:
------------------
++++++ rubygem-activerecord-5_1.spec ++++++
--- /var/tmp/diff_new_pack.hQF8aS/_old  2019-03-27 16:21:54.095523535 +0100
+++ /var/tmp/diff_new_pack.hQF8aS/_new  2019-03-27 16:21:54.099523535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activerecord-5_1
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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-activerecord-5_1
-Version:        5.1.6.1
+Version:        5.1.6.2
 Release:        0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

++++++ activerecord-5.1.6.1.gem -> activerecord-5.1.6.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2018-11-27 21:10:02.000000000 +0100
+++ new/CHANGELOG.md    2019-03-13 17:45:26.000000000 +0100
@@ -1,3 +1,8 @@
+## Rails 5.1.6.2 (March 11, 2019) ##
+
+*   No changes.
+
+
 ## Rails 5.1.6.1 (November 27, 2018) ##
 
 *   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_record/gem_version.rb 
new/lib/active_record/gem_version.rb
--- old/lib/active_record/gem_version.rb        2018-11-27 21:10:02.000000000 
+0100
+++ new/lib/active_record/gem_version.rb        2019-03-13 17:45:27.000000000 
+0100
@@ -8,7 +8,7 @@
     MAJOR = 5
     MINOR = 1
     TINY  = 6
-    PRE   = "1"
+    PRE   = "2"
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-11-27 21:10:02.000000000 +0100
+++ new/metadata        2019-03-13 17:45:26.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activerecord
 version: !ruby/object:Gem::Version
-  version: 5.1.6.1
+  version: 5.1.6.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-11-27 00:00:00.000000000 Z
+date: 2019-03-13 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,28 +16,28 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.6.1
+        version: 5.1.6.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.6.1
+        version: 5.1.6.2
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.6.1
+        version: 5.1.6.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.6.1
+        version: 5.1.6.2
 - !ruby/object:Gem::Dependency
   name: arel
   requirement: !ruby/object:Gem::Requirement
@@ -320,8 +320,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.1.6.1/activerecord
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.6.1/activerecord/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.1.6.2/activerecord
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.6.2/activerecord/CHANGELOG.md
 post_install_message: 
 rdoc_options:
 - "--main"
@@ -339,8 +339,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.7.6
+rubygems_version: 3.0.1
 signing_key: 
 specification_version: 4
 summary: Object-relational mapper framework (part of Rails).


Reply via email to