Hello community,
here is the log from the commit of package rubygem-rake-12.3 for
openSUSE:Factory checked in at 2019-11-13 13:26:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rake-12.3 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rake-12.3.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rake-12.3"
Wed Nov 13 13:26:10 2019 rev:1 rq:747754 version:12.3.3
Changes:
--------
New Changes file:
--- /dev/null 2019-10-24 10:19:07.066239389 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rake-12.3.new.2990/rubygem-rake-12.3.changes
2019-11-13 13:26:10.967563622 +0100
@@ -0,0 +1,697 @@
+-------------------------------------------------------------------
+Mon Jul 22 21:50:07 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 12.3.3
+
+ ==== Bug fixes
+
+ * Use the application's name in error message if a task is not found.
+ Pull Request #303 by tmatilai
+
+ ==== Enhancements:
+
+ * Use File.open explicitly.
+
+-------------------------------------------------------------------
+Sat Dec 8 16:30:12 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to version 12.3.2
+ see installed History.rdoc
+
+ === 12.3.2
+
+ ==== Bug fixes
+
+ * Fixed test fails caused by 2.6 warnings.
+ Pull Request #297 by hsbt
+
+ ==== Enhancements:
+
+ * Rdoc improvements.
+ Pull Request #293 by colby-swandale
+ * Improve multitask performance.
+ Pull Request #273 by jsm
+ * Add alias `prereqs`.
+ Pull Request #268 by take-cheeze
+
+-------------------------------------------------------------------
+Thu Mar 22 05:30:42 UTC 2018 - [email protected]
+
+- updated to version 12.3.1
+ see installed History.rdoc
+
+ === 12.3.1
+
+ ==== Bug fixes
+
+ * Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
+ Pull request #262 by FUJI Goro.
+
+ ==== Enhancements:
+
+ * Don't run task if it depends on already invoked but failed task.
+ Pull request #252 by Gonzalo Rodriguez.
+ * Make space trimming consistent for all task arguments.
+ Pull request #259 by Gonzalo Rodriguez.
+ * Removes duplicated inclusion of Rake::DSL in tests.
+ Pull request #254 by Gonzalo Rodriguez.
+ * Re-raise a LoadError that didn't come from require in the test loader.
+ Pull request #250 by Dylan Thacker-Smith.
+
+-------------------------------------------------------------------
+Sun Dec 3 19:32:14 UTC 2017 - [email protected]
+
+- updated to version 12.3.0
+ see installed History.rdoc
+
+ === 12.3.0
+
+ ==== Compatibility Changes
+
+ * Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already
+ removed to support for Ruby 1.9.x.
+
+ === Enhancements:
+
+ * Support `test-bundled-gems` task on ruby core.
+
+-------------------------------------------------------------------
+Thu Oct 26 10:08:57 UTC 2017 - [email protected]
+
+- updated to version 12.2.1
+ see installed History.rdoc
+
+ === 12.2.1
+
+ ==== Bug fixes
+
+ * Fixed to break Capistrano::Application on capistrano3.
+
+ === 12.2.0
+
+ ==== Enhancements:
+
+ * Make rake easier to use as a library
+ Pull request #211 by @drbrain
+ * Fix quadratic performance in FileTask#out_of_date?
+ Pull request #224 by @doudou
+ * Clarify output when printing nested exception traces
+ Pull request #232 by @urbanautomaton
+
+ ==== Bug fixes
+
+ * Account for a file that match 2 or more patterns.
+ Pull request #231 by @styd
+
+-------------------------------------------------------------------
+Mon Sep 11 12:50:02 UTC 2017 - [email protected]
+
+- updated to version 12.1.0
+ see installed History.rdoc
+
+ === 12.1.0
+
+ ==== Enhancements:
+
+ * Added did_you_mean feature for invalid rake task.
+ Pull request #221 by @xtina-starr
+ * Enabled to dependency chained by extensions. Pull request #39 by Petr
Skocik.
+ * Make all of string literals to frozen objects on Ruby 2.4 or later.
+
+ ==== Bug fixes
+
+ * Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki.
+ * Fix unexpected behavior of file task with dryrun option.
+ Pull request #183 by @aycabta.
+ * Make LoadError from running tests more obvious. Pull request #195
+ by Eric Hodel.
+ * Fix unexpected TypeError with hash stayle option. Pull request #202
+ by Kuniaki IGARASHI.
+
+-------------------------------------------------------------------
+Wed Dec 7 05:51:04 UTC 2016 - [email protected]
+
+- updated to version 12.0.0
+ see installed History.rdoc
+
+ === 12.0.0
+
+ ==== Compatibility Changes
+
+ * Remove arguments on clear #157 by Jesse Bowes
+ * Removed `rake/contrib` packages. These are extracted to `rake-contrib` gem.
+ * Removed to deprecated warnings for `last\_comment`.
+
+ ==== Enhancements:
+
+ * Re-use trace option on `cleanup` task. #164 by Brian Henderson
+ * Actions adore keyword arguments #174 by Josh Cheek
+ * Rake::TaskArguments#key? alias of #has_key? #175 by Paul Annesley
+
+-------------------------------------------------------------------
+Wed Sep 21 04:48:47 UTC 2016 - [email protected]
+
+- updated to version 11.3.0
+ see installed History.rdoc
+
+ === 11.3.0 / 2016-09-20
+
+ Enhancements:
+
+ * Remove to reference `Fixnum` constant. Pull request #160 by nobu
+
+-------------------------------------------------------------------
+Sun Jun 12 04:34:37 UTC 2016 - [email protected]
+
+- updated to version 11.2.2
+ see installed History.rdoc
+
+ === 11.2.2 / 2016-06-12
+
+ Bug fixes:
+
+ * Fix unexpected behavior with multiple dependencies on Rake::TestTask
+
+ === 11.2.1 / 2016-06-12
+
+ Bug fixes:
+
+ * Fix regression of dependencies handling on Rake::TestTask. Report #139
+
+ === 11.2.0 / 2016-06-11
+
+ Bug fixes:
+
+ * Fix unexpected cut-out behavior on task description using triple dots
+ and exclamation. Report #106 from Stephan Kämper and Pull request #134 by
Lee
+ * Fix empty argument assignment with `with_defaults` option. Pull request
#135
+ by bakunyo
+ * Ignore to use `hwprefs` on Darwin platform. Use sysctl now. Report #128
+
+ Enhancements:
+
+ * Spawn options for sh Pull equest #138 by Eric Hodel.
+ * Allow to specify dependencies(prerequisites) for Rake::TestTask
+ Pull request #117 by Tim Maslyuchenko
+ * Use Bundler task instead of hoe for gem release.
+ * Remove explicitly load to rubygems for Ruby 1.8.
++++ 500 more lines (skipped)
++++ between /dev/null
++++ and
/work/SRC/openSUSE:Factory/.rubygem-rake-12.3.new.2990/rubygem-rake-12.3.changes
New:
----
gem2rpm.yml
rake-12.3.3.gem
rubygem-rake-12.3.changes
rubygem-rake-12.3.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rake-12.3.spec ++++++
#
# spec file for package rubygem-rake-12.3
#
# 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
# 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-rake-12.3
Version: 12.3.3
Release: 0
%define mod_name rake
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -12.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 2.0.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: update-alternatives
Url: https://github.com/ruby/rake
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Rake is a Make-like program implemented in Ruby
License: MIT
Group: Development/Languages/Ruby
PreReq: update-alternatives
%description
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in standard
Ruby syntax.
No XML files to edit. No quirky Makefile syntax to worry about (is that a tab
or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating file
names and paths.
* Supports parallel execution of tasks.
%prep
%build
%install
%gem_install \
--symlink-binaries \
--doc-files="History.rdoc MIT-LICENSE README.rdoc" \
-f
%gem_packages
%changelog
++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: -12.3
# ## 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:
# ## 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:
# 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
#