Hello community,
here is the log from the commit of package rubygem-childprocess for
openSUSE:Factory checked in at 2019-02-11 21:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-childprocess (Old)
and /work/SRC/openSUSE:Factory/.rubygem-childprocess.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-childprocess"
Mon Feb 11 21:24:56 2019 rev:25 rq:672992 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2018-07-18 22:48:52.503968526 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new.28833/rubygem-childprocess.changes
2019-02-11 21:24:59.075093519 +0100
@@ -1,0 +2,14 @@
+Fri Feb 8 11:28:28 UTC 2019 - [email protected]
+
+- updated to version 1.0.1
+
+ * Fix installs by adding `rake` gem as runtime dependency
+ * Relax `rake` gem constraint from `< 12` to `< 13`
+
+ # From Version 1.0.0
+
+ Fix conditional install of ffi on Windows
+ Commit 576c249 didn't specify the requirement correctly, resulting in a
+ failed install on Windows platforms.
+
+-------------------------------------------------------------------
Old:
----
childprocess-0.9.0.gem
New:
----
childprocess-1.0.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-childprocess.spec ++++++
--- /var/tmp/diff_new_pack.2kM66z/_old 2019-02-11 21:24:59.783093138 +0100
+++ /var/tmp/diff_new_pack.2kM66z/_new 2019-02-11 21:24:59.783093138 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-childprocess
#
-# 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,13 +24,13 @@
#
Name: rubygem-childprocess
-Version: 0.9.0
+Version: 1.0.1
Release: 0
%define mod_name childprocess
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: %{rubydevel}
BuildRequires: %{rubygem gem2rpm}
-BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: http://github.com/enkessler/childprocess
Source: https://rubygems.org/gems/%{mod_full_name}.gem
@@ -51,6 +51,7 @@
%gem_install \
--doc-files="CHANGELOG.md LICENSE README.md" \
-f
+%gem_cleanup
%gem_packages
++++++ childprocess-0.9.0.gem -> childprocess-1.0.1.gem ++++++
++++ 8673 lines of diff (skipped)