Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-05-16 19:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawk (Old)
 and      /work/SRC/openSUSE:Factory/.hawk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hawk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hawk/hawk.changes        2015-05-05 
00:55:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-05-16 
19:01:16.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 15 20:49:10 UTC 2015 - [email protected]
+
+- Require rake only in openSUSE 13.1 and earlier 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hawk.spec ++++++
--- /var/tmp/diff_new_pack.4L3E7f/_old  2015-05-16 19:01:17.000000000 +0200
+++ /var/tmp/diff_new_pack.4L3E7f/_new  2015-05-16 19:01:17.000000000 +0200
@@ -81,9 +81,13 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2.11)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
+
+%if 0%{?suse_version} <= 1310
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake:10.4)
+%endif
+
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring:1.3)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets:3.0)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) >= 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2.1)
@@ -96,8 +100,12 @@
 Requires:       rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1.2)
 Requires:       rubygem(%{rb_default_ruby_abi}:puma:2.11)
 Requires:       rubygem(%{rb_default_ruby_abi}:rails:4.2)
+
+%if 0%{?suse_version} <= 1310
 Requires:       rubygem(%{rb_default_ruby_abi}:rake:10.4)
-Requires:       rubygem(%{rb_default_ruby_abi}:sprockets:3.0)
+%endif
+
+Requires:       rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
 Requires:       rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 %endif
 


Reply via email to