Hello community, here is the log from the commit of package hawk for openSUSE:Factory checked in at 2015-03-05 15:43:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-23 15:47:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes 2015-03-05 18:17:11.000000000 +0100 @@ -1,0 +2,16 @@ +Thu Feb 19 15:05:17 UTC 2015 - [email protected] + +- Update to git#eb17098 + - Wizard: Fix incorrect step index display (bnc#889907) + - GUI: Refer to peinputs by the full name to avoid confusion with pe-warn files (bnc#917131) + - GUI: Handle uncompressed peinput files correctly (bnc#917131) + - Restructuring for rails upgrade to version 4.2.0 + - Disable forgery protection, else gettext wont work + - Added quiet_assets to development + - Moved rpm related stuff into subfolder + - Misc: Remove references to individual rubygems in the README (rather than trying to keep the list up-to-date) + - Build: Update spec file for Rails 4 + - Wizard: Detect missing secret key base + - Tools: Drop extraneous groups when becoming haclient in hawk_invoke + +------------------------------------------------------------------- Old: ---- hawk-0.7.0+git.1421385071.e1a7e0c.tar.bz2 New: ---- hawk-0.7.0+git.1424349779.eb17098.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hawk.spec ++++++ --- /var/tmp/diff_new_pack.IMvAa7/_old 2015-03-05 18:17:12.000000000 +0100 +++ /var/tmp/diff_new_pack.IMvAa7/_new 2015-03-05 18:17:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hawk # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,6 +16,14 @@ # +%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1310 || 0%{?suse_version} == 1315 +%define hawk_ruby_bin ruby.ruby2.1 +%define hawk_ruby_abi ruby:2.1.0 +%else +%define hawk_ruby_bin ruby +%define hawk_ruby_abi %{rb_default_ruby_abi} +%endif + %if 0%{?suse_version} %define www_base /srv/www %define vendor_ruby vendor_ruby @@ -39,7 +47,7 @@ Summary: HA Web Konsole License: GPL-2.0 Group: %{pkg_group} -Version: 0.7.0+git.1421385071.e1a7e0c +Version: 0.7.0+git.1424349779.eb17098 Release: 0 Url: http://www.clusterlabs.org/wiki/Hawk Source: %{name}-%{version}.tar.bz2 @@ -56,12 +64,11 @@ Requires: hawk-templates >= %{version}-%{release} Requires: lighttpd >= 1.4.20 Requires: pacemaker >= 1.1.8 -Requires: ruby %if 0%{?fedora_version} >= 19 Requires: rubypick BuildRequires: rubypick %endif -Requires: rubygem(bundler) +Requires: rubygem(%{hawk_ruby_abi}:bundler) %if 0%{?suse_version} Recommends: graphviz-gnome Requires: iproute2 @@ -78,13 +85,18 @@ BuildRequires: pacemaker-libs-devel %endif -BuildRequires: rubygems -BuildRequires: rubygem(fast_gettext) -BuildRequires: rubygem(gettext) -BuildRequires: rubygem(gettext_i18n_rails) -BuildRequires: rubygem(rails) < 4 -BuildRequires: rubygem(rails) >= 3.2 -BuildRequires: rubygem(rake) +BuildRequires: rubygem(%{hawk_ruby_abi}:byebug) >= 3.5 +BuildRequires: rubygem(%{hawk_ruby_abi}:fast_gettext) >= 0.9 +BuildRequires: rubygem(%{hawk_ruby_abi}:gettext) >= 3.1 +BuildRequires: rubygem(%{hawk_ruby_abi}:gettext_i18n_rails) >= 1.2 +BuildRequires: rubygem(%{hawk_ruby_abi}:puma) >= 2.11 +BuildRequires: rubygem(%{hawk_ruby_abi}:quiet_assets) +BuildRequires: rubygem(%{hawk_ruby_abi}:rails) >= 4.2 +BuildRequires: rubygem(%{hawk_ruby_abi}:rake) >= 10.4 +BuildRequires: rubygem(%{hawk_ruby_abi}:spring) >= 1.3 +BuildRequires: rubygem(%{hawk_ruby_abi}:sprockets) >= 2.12 +BuildRequires: rubygem(%{hawk_ruby_abi}:tilt) >= 1.4 +BuildRequires: rubygem(%{hawk_ruby_abi}:web-console) >= 2.0 %if 0%{?bundle_gems} %if 0%{?suse_version} == 1110 BuildRequires: ruby-fcgi @@ -92,16 +104,17 @@ %else # SLES bundles all this stuff at build time, other distros just # use runtime dependencies. -Requires: rubygems -Requires: rubygem(fast_gettext) -Requires: rubygem(gettext_i18n_rails) -Requires: rubygem(rails) < 4 -Requires: rubygem(rails) >= 3.2 -Requires: rubygem(rake) +Requires: rubygem(%{hawk_ruby_abi}:fast_gettext) >= 0.9 +Requires: rubygem(%{hawk_ruby_abi}:gettext_i18n_rails) >= 1.2 +Requires: rubygem(%{hawk_ruby_abi}:puma) >= 2.11 +Requires: rubygem(%{hawk_ruby_abi}:rails) >= 4.2 +Requires: rubygem(%{hawk_ruby_abi}:rake) >= 10.4 +Requires: rubygem(%{hawk_ruby_abi}:sprockets) >= 2.12 +Requires: rubygem(%{hawk_ruby_abi}:tilt) >= 1.4 # Not using this right now (seems to be unavailable due to ruby 2.0 --> 2.1 migration on Factory) -#%if 0%{?suse_version} +#%%if 0%{?suse_version} #Requires: rubygem-ruby-fcgi -#%endif +#%%endif %endif BuildRequires: glib2-devel @@ -167,6 +180,8 @@ %find_lang %{name} %{name}.lang # don't ship .po files (find_lang only grabs the mos, and we don't need the pos anyway) rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po +rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po.time_stamp +rm %{buildroot}%{www_base}/hawk/locale/*/hawk.edit.po # hard link duplicate files %fdupes %{buildroot} %else @@ -221,7 +236,6 @@ # Packaged in hawk-templates %exclude %{www_base}/hawk/config/wizard %{www_base}/hawk/db -%{www_base}/hawk/doc %{www_base}/hawk/lib %attr(0750, %{uname},%{gname})%{www_base}/hawk/log %dir %attr(0750, %{uname},%{gname})%{www_base}/hawk/tmp @@ -247,9 +261,8 @@ %exclude %{www_base}/hawk/Gemfile.lock %endif %{www_base}/hawk/COPYING -%{www_base}/hawk/README.rdoc %{www_base}/hawk/config.ru -%{www_base}/hawk/script +%{www_base}/hawk/bin %{www_base}/hawk/test %if 0%{?suse_version} # itemizing content in %%{www_base}/hawk/locale to avoid @@ -260,6 +273,7 @@ %else %{www_base}/hawk/locale %endif + %if 0%{?bundle_gems} # Not doing this itemization for %%lang files in vendor, it's frightfully # hideous, so we're going to live with a handful of file-not-in-%%lang rpmlint ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IMvAa7/_old 2015-03-05 18:17:12.000000000 +0100 +++ /var/tmp/diff_new_pack.IMvAa7/_new 2015-03-05 18:17:12.000000000 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">0.7.0+git.%ct.%h</param> - <param name="revision">e1a7e0c</param> + <param name="revision">eb17098</param> </service> <service name="recompress" mode="disabled"> ++++++ hawk-0.7.0+git.1421385071.e1a7e0c.tar.bz2 -> hawk-0.7.0+git.1424349779.eb17098.tar.bz2 ++++++ ++++ 6677 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
