Hello community,
here is the log from the commit of package rubygem-activesupport-4_2 for
openSUSE:Factory checked in at 2017-12-07 13:51:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activesupport-4_2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-activesupport-4_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activesupport-4_2"
Thu Dec 7 13:51:49 2017 rev:14 rq:533910 version:4.2.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-activesupport-4_2/rubygem-activesupport-4_2.changes
2017-09-26 21:13:27.618513273 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-activesupport-4_2.new/rubygem-activesupport-4_2.changes
2017-12-07 13:51:50.585629235 +0100
@@ -1,0 +2,10 @@
+Wed Oct 11 05:57:41 UTC 2017 - [email protected]
+
+- updated to version 4.2.10
+ see installed CHANGELOG.md
+
+ ## Rails 4.2.10 (September 27, 2017) ##
+
+ * No changes.
+
+-------------------------------------------------------------------
Old:
----
activesupport-4.2.9.gem
New:
----
activesupport-4.2.10.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activesupport-4_2.spec ++++++
--- /var/tmp/diff_new_pack.BmEUjk/_old 2017-12-07 13:51:51.129609423 +0100
+++ /var/tmp/diff_new_pack.BmEUjk/_new 2017-12-07 13:51:51.129609423 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-activesupport-4_2
-Version: 4.2.9
+Version: 4.2.10
Release: 0
%define mod_name activesupport
%define mod_full_name %{mod_name}-%{version}
@@ -40,7 +40,7 @@
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
Url: http://www.rubyonrails.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A toolkit of support libraries and Ruby core extensions
extracted
License: MIT
++++++ activesupport-4.2.9.gem -> activesupport-4.2.10.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-06-26 23:29:03.000000000 +0200
+++ new/CHANGELOG.md 2017-09-27 16:26:17.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.10 (September 27, 2017) ##
+
+* No changes.
+
+
## Rails 4.2.9 (June 26, 2017) ##
* Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
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_support/gem_version.rb
new/lib/active_support/gem_version.rb
--- old/lib/active_support/gem_version.rb 2017-06-26 23:29:03.000000000
+0200
+++ new/lib/active_support/gem_version.rb 2017-09-27 16:26:17.000000000
+0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 9
+ TINY = 10
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-06-26 23:29:03.000000000 +0200
+++ new/metadata 2017-09-27 16:26:17.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: activesupport
version: !ruby/object:Gem::Version
- version: 4.2.9
+ version: 4.2.10
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2017-06-26 00:00:00.000000000 Z
+date: 2017-09-27 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: i18n
@@ -323,7 +323,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.12
+rubygems_version: 2.5.2
signing_key:
specification_version: 4
summary: A toolkit of support libraries and Ruby core extensions extracted
from the