Hello community,
here is the log from the commit of package rubygem-childprocess for
openSUSE:Factory checked in at 2012-07-23 10:16:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-childprocess (Old)
and /work/SRC/openSUSE:Factory/.rubygem-childprocess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-childprocess", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2012-07-16 09:40:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
2012-07-23 10:16:45.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 14:29:54 UTC 2012 - [email protected]
+
+- update to version 0.3.4 - some portability fixes
+
+-------------------------------------------------------------------
Old:
----
childprocess-0.3.3.gem
New:
----
childprocess-0.3.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-childprocess.spec ++++++
--- /var/tmp/diff_new_pack.63n11B/_old 2012-07-23 10:16:46.000000000 +0200
+++ /var/tmp/diff_new_pack.63n11B/_new 2012-07-23 10:16:46.000000000 +0200
@@ -11,27 +11,34 @@
# 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/
#
Name: rubygem-childprocess
-Version: 0.3.3
+Version: 0.3.4
Release: 0
-License: MIT
-Summary: A simple solution for controlling external programs running in
the background
-Url: http://github.com/jarib/childprocess
-Group: Development/Languages/Ruby
%define mod_name childprocess
%define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires: rubygem-ffi-1_0 >= 1.0.6
-BuildRequires: rubygems_with_buildroot_patch
-Requires: rubygem-ffi-1_0 >= 1.0.6
-Provides: rubygem-childprocess-0_3 = %{version}
+#
+#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: rubygems_with_buildroot_patch
%rubygems_requires
+# ffi ~> 1.0
+BuildRequires: rubygem-ffi-1 >= 1.0
+Requires: rubygem-ffi-1 >= 1.0
+# ffi >= 1.0.6
+BuildRequires: rubygem-ffi >= 1.0.6
+Requires: rubygem-ffi >= 1.0.6
+#
+Url: http://github.com/jarib/childprocess
+Source: %{mod_full_name}.gem
+#
+Summary: This gem aims at being a simple and reliable solution for
controlling external programs running in the background on any Ruby / OS
combination
+License: MIT
+Group: Development/Languages/Ruby
%description
This gem aims at being a simple and reliable solution for controlling external
programs running in the background on any Ruby / OS combination.
@@ -40,6 +47,7 @@
Summary: RDoc documentation for %{mod_name}
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
+
%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.
@@ -55,7 +63,7 @@
%prep
%build
%install
-%gem_install %{SOURCE0}
+%gem_install %{S:0}
%files
%defattr(-,root,root,-)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]