Hello community,

here is the log from the commit of package rubygem-rspec-core for 
openSUSE:Factory checked in at 2015-03-01 14:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-core (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rspec-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rspec-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rspec-core/rubygem-rspec-core.changes    
2015-02-08 13:03:44.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-core.new/rubygem-rspec-core.changes   
    2015-03-01 14:57:53.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Feb 26 06:19:30 UTC 2015 - co...@suse.com
+
+- updated to version 3.2.1
+ Bug Fixes:
+ 
+ * Notify start-of-run seed _before_ `start` notification rather than
+   _after_ so that formatters like Fuubar work properly. (Samuel Esposito, 
#1882)
+ 
+-------------------------------------------------------------------

Old:
----
  rspec-core-3.2.0.gem

New:
----
  rspec-core-3.2.1.gem

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

Other differences:
------------------
++++++ rubygem-rspec-core.spec ++++++
--- /var/tmp/diff_new_pack.9SXFkD/_old  2015-03-01 14:57:54.000000000 +0100
+++ /var/tmp/diff_new_pack.9SXFkD/_new  2015-03-01 14:57:54.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rspec-core
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 %define mod_name rspec-core
 %define mod_full_name %{mod_name}-%{version}

++++++ rspec-core-3.2.0.gem -> rspec-core-3.2.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md    2015-02-03 16:33:24.000000000 +0100
+++ new/Changelog.md    2015-02-24 04:19:27.000000000 +0100
@@ -1,3 +1,11 @@
+### 3.2.1 / 2015-02-23
+[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)
+
+Bug Fixes:
+
+* Notify start-of-run seed _before_ `start` notification rather than
+  _after_ so that formatters like Fuubar work properly. (Samuel Esposito, 
#1882)
+
 ### 3.2.0 / 2015-02-03
 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.7...v3.2.0)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/core/reporter.rb 
new/lib/rspec/core/reporter.rb
--- old/lib/rspec/core/reporter.rb      2015-02-03 16:33:24.000000000 +0100
+++ new/lib/rspec/core/reporter.rb      2015-02-24 04:19:27.000000000 +0100
@@ -69,8 +69,8 @@
     def start(expected_example_count, time=RSpec::Core::Time.now)
       @start = time
       @load_time = (@start - @configuration.start_time).to_f
-      notify :start, 
Notifications::StartNotification.new(expected_example_count, @load_time)
       notify :seed, Notifications::SeedNotification.new(@configuration.seed, 
seed_used?)
+      notify :start, 
Notifications::StartNotification.new(expected_example_count, @load_time)
     end
 
     # @private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/core/version.rb 
new/lib/rspec/core/version.rb
--- old/lib/rspec/core/version.rb       2015-02-03 16:33:24.000000000 +0100
+++ new/lib/rspec/core/version.rb       2015-02-24 04:19:27.000000000 +0100
@@ -3,7 +3,7 @@
     # Version information for RSpec Core.
     module Version
       # Current version of RSpec Core, in semantic versioning format.
-      STRING = '3.2.0'
+      STRING = '3.2.1'
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-02-03 16:33:24.000000000 +0100
+++ new/metadata        2015-02-24 04:19:27.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rspec-core
 version: !ruby/object:Gem::Version
-  version: 3.2.0
+  version: 3.2.1
 platform: ruby
 authors:
 - Steven Baker
@@ -46,7 +46,7 @@
   ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
   F3MdtaDehhjC
   -----END CERTIFICATE-----
-date: 2015-02-03 00:00:00.000000000 Z
+date: 2015-02-24 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec-support
@@ -276,9 +276,9 @@
       version: '0'
 requirements: []
 rubyforge_project: rspec
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5
 signing_key: 
 specification_version: 4
-summary: rspec-core-3.2.0
+summary: rspec-core-3.2.1
 test_files: []
 has_rdoc: 
Files old/metadata.gz.sig and new/metadata.gz.sig differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to