Hello community,

here is the log from the commit of package rubygem-rspec-3_5 for 
openSUSE:Factory checked in at 2017-12-06 08:58:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-3_5 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rspec-3_5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rspec-3_5"

Wed Dec  6 08:58:00 2017 rev:1 rq:546299 version:3.5.0

Changes:
--------
New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec-3_5.new/rubygem-rspec-3_5.changes 
2017-12-06 08:58:02.138200705 +0100
@@ -0,0 +1,161 @@
+-------------------------------------------------------------------
+Thu Nov 16 19:57:47 UTC 2017 - [email protected]
+
+- created versioned gem for version 3.5
+
+-------------------------------------------------------------------
+Mon May 29 19:06:40 UTC 2017 - [email protected]
+
+- changed package name with suffix -2_14, renamed spec and changes file
+
+-------------------------------------------------------------------
+Tue May 23 20:32:54 UTC 2017 - [email protected]
+
+- changed naming of the package, as this is a versioned gem
+
+-------------------------------------------------------------------
+Tue Jul 15 16:23:49 UTC 2014 - [email protected]
+
+- regenerate with new template
+
+-------------------------------------------------------------------
+Thu Jun 26 10:21:00 UTC 2014 - [email protected]
+
+- move to SLE 12 packaging schema
+
+-------------------------------------------------------------------
+Tue Jul 30 18:46:55 UTC 2013 - [email protected]
+
+- updated to version 2.14.1
+
+-------------------------------------------------------------------
+Sun Mar  3 19:53:27 UTC 2013 - [email protected]
+
+- updated to version 2.13.0
+
+-------------------------------------------------------------------
+Tue Nov 13 14:03:48 UTC 2012 - [email protected]
+
+- updated to version 2.12.0, version bump
+
+-------------------------------------------------------------------
+Sun Jul 29 18:42:41 UTC 2012 - [email protected]
+
+- update to rspec 2.11.0
+
+-------------------------------------------------------------------
+Wed Nov 30 10:42:48 UTC 2011 - [email protected]
+
+- fix license tag:
+  package is actually under MIT (bnc#733585)
+
+-------------------------------------------------------------------
+Wed Jan 26 18:12:21 UTC 2011 - [email protected]
+
+- update to version 1.3.1
+  * Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat 
Maddox)
+  * config.suppress_deprecation_warnings!
+  * QuitBacktraceTweaker no longer eats all paths with 'lib'
+    (Tim Harper - #912)
+  * Fix delegation of stubbed values on superclass class-level methods.
+    (Scott Taylor - #496 - #957)
+  * Fix pending to work with ruby-1.9
+  * share_as (will be removed from rspec-core-2.0)
+  * simple_matcher (will be removed from rspec-core-2.0)
+
+-------------------------------------------------------------------
+Mon Jun 14 16:46:44 UTC 2010 - [email protected]
+
+- update to version 1.3.0
+  * capture ExpectationNotMet error by default in matcher DSL
+    * supports wrapping other expectations
+  * added match_unless_raises to matcher DSL
+    * supports easy wrapping of t/u assertions in matchers
+    * thanks to Chad Fowler and Glenn Vanderburg for the name
+  * add chain to matcher DSL (Joe Ferris - #935)
+    * see rdoc for Spec::Matchers
+  * and_yield provides configurable eval_context
+    * Eric Meyer & David Chelimsky
+  * CTRL-C actually stops execution! (Bryan Helmkamp - #911)
+  * make drb port configurable (Chris Flipse - #875)
+  * changed raise_error to raise_exception (#933)
+    * kept raise_error aliased, so this is completely
+      backwards compatible
+  * don't define top-level context() method when running in IRB (#899)
+  * remove Ruby warning for uninitialized ivar (Bryan Helmkamp - #892)
+  * fully qualify reference to Default (Alex Sharp - #895)
+  * use runtime version of Test::Unit::VERSION in incompatibility message
+    (Ryan Bigg - #916)
+  * quote paths in RSpec's own specs so people running in paths with
+    spaces in them can achieve green too (Ryan Bigg - #917)
+  * ensure drb specs run when EADDRNOTAVAIL (Michael Klett - #881)
+  * throw_symbol matcher correctly bubbles errors up (#918)
+  * make Rakefile work without Cucumber installed (#919 - devrandom)
+  * escape . in regexp (#925)
+  * align be_true and be_false with Ruby's conditional semantics (#931)
+  * print duplicate nested descriptions (when appropriate) (#936)
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Fri Dec 25 01:42:25 UTC 2009 - [email protected]
+
+- update to 1.2.9
+
+-------------------------------------------------------------------
+Mon Mar 23 18:37:45 CET 2009 - [email protected]
+
+- update to 1.2.2
+
+-------------------------------------------------------------------
+Fri Jan 16 15:44:25 CET 2009 - [email protected]
+
+- update to version 1.1.12
+
+-------------------------------------------------------------------
+Sun Nov 11 20:58:59 CET 2007 - [email protected]
+
+- update to version 1.0.8
+  too many changes. see the CHANGES file in the gem dir
+
+-------------------------------------------------------------------
+Thu May 24 21:50:00 CEST 2007 - [email protected]
+
+- update to version 1.0.2:
+  * Renamed Spec::Rails' rspec_resource generator to
+    rspec_scaffold.
+  * Removed Spec::Rails' be_feed matcher since it's based on
+    assert_select_feed which is not part of Rails (despite that
+    docs for assert_select_encoded says it is).
+  * describe(SomeModule) will include that module in the examples.
+    Like for Spec::Rails helpers, but now also in core.
+  * Header in HTML report will be yellow instead of red if there is
+    one failed example
+  * Applied [#10951] Odd instance variable name in rspec_model
+    template (patch from Kyle Hargraves)
+  * Improved integration with autotest (Patches from Ryan Davis and
+    David Goodland)
+  * Some small fixes to make all specs run on JRuby.
+- remove obsoleted requires
+
+-------------------------------------------------------------------
+Tue May 22 20:52:11 CEST 2007 - [email protected]
+
+- update to version 1.0.0:
+  many many many fixes
+
+-------------------------------------------------------------------
+Mon Oct  2 06:02:17 CEST 2006 - [email protected]
+
+- update to version 0.6.4:
+  In addition to a number of bug fixes and patches, this release
+  begins to formalize the support for RSpec on Rails.
+
+-------------------------------------------------------------------
+Wed Sep 13 11:20:58 CEST 2006 - [email protected]
+
+- update to version 0.6.3:
+  o tons of small bug fixes

New:
----
  gem2rpm.yml
  rspec-3.5.0.gem
  rubygem-rspec-3_5.changes
  rubygem-rspec-3_5.spec

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

Other differences:
------------------
++++++ rubygem-rspec-3_5.spec ++++++
#
# spec file for package rubygem-rspec-3_5
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


#
# 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-rspec-3_5
Version:        3.5.0
Release:        0
%define mod_name rspec
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -3_5
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 5
BuildRequires:  %{ruby}
BuildRequires:  %{rubygem gem2rpm}
BuildRequires:  %{rubygem rdoc > 3.10}
Url:            http://github.com/rspec
Source:         https://rubygems.org/gems/%{mod_full_name}.gem
Source1:        gem2rpm.yml
Summary:        Behaviour Driven Development for Ruby
License:        MIT
Group:          Development/Languages/Ruby

%description
Behaviour Driven Development for Ruby. Making TDD Productive and Fun.
%prep

%build

%install
%gem_install \
  --doc-files="LICENSE.md README.md" \
  -f

%gem_packages

%changelog
++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
:summary: Behaviour Driven Development for Ruby
# ## used by gem2rpm
:description: |-
   Behaviour Driven Development for Ruby. Making TDD Productive and Fun.
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: "-3_5"
# ## 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
#

Reply via email to