Hello community,
here is the log from the commit of package rubygem-mini_portile for
openSUSE:Factory checked in at 2014-03-27 06:16:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mini_portile (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mini_portile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mini_portile"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mini_portile/rubygem-mini_portile.changes
2013-11-07 08:47:32.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-mini_portile.new/rubygem-mini_portile.changes
2014-03-27 06:16:42.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Mar 24 19:02:57 UTC 2014 - [email protected]
+
+- updated to version 0.5.3
+ * Bugfixes:
+ * Shell escape paths in tar command. Pull #29. [quickshiftin]
+ * Support older versions of tar that cannot auto-detect
+ the compression type. Pull #27. Closes #21. [b-dean]
+ * Try RbConfig's CC before fall back to 'gcc'. Ref #28.
+
+-------------------------------------------------------------------
Old:
----
mini_portile-0.5.2.gem
New:
----
mini_portile-0.5.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mini_portile.spec ++++++
--- /var/tmp/diff_new_pack.w1LJ48/_old 2014-03-27 06:16:42.000000000 +0100
+++ /var/tmp/diff_new_pack.w1LJ48/_new 2014-03-27 06:16:42.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-mini_portile
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
Name: rubygem-mini_portile
-Version: 0.5.2
+Version: 0.5.3
Release: 0
%define mod_name mini_portile
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 1
+BuildRequires: ruby-macros >= 3
Requires: ruby >= 1.8.7
-BuildRequires: ruby-devel >= 1.8.7
+BuildRequires: ruby >= 1.8.7
BuildRequires: rubygem(rdoc) > 3.10
Url: http://github.com/luislavena/mini_portile
Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -57,19 +57,19 @@
%install
%gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc
%buildroot/%{_docdir}/%{name}/README.rdoc
%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc
%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]