Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-07-14 17:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-16 
14:05:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-07-14 
17:44:45.000000000 +0200
@@ -1,0 +2,52 @@
+Fri Jul 10 10:19:39 UTC 2015 - [email protected]
+
+- Update to version 1.0.0~alpha1+git.1436521428.f08859d:
+  + Add a :nostonith status code
+  + Config: Enable gzip compression
+  + Model: New Wizard model
+  + Model: Don't use PTY to implement wizard backend, add support for running 
as root (fate#318281)
+  + Status: Started to rebuild the status page
+  + Status: Display error messages on status page correctly
+  + Status: Synced icons correct with previous commits
+  + Nodes: Moved the actions to a proper place within table view
+  + Navigation: Reordered menu entries
+  + Assets: Stretch responsive image to full width
+  + Dashboard: Add multi-cluster dashboard
+  + CrmScript: Utility for executing cluster scripts.
+  + Monitor: Only update on epoch change
+  + Views: Removed development navigation
+  + View: Cleaner page render by setting image size
+  + View: Add categories for wizards (fate#318211)
+  + View: In-progress view for new wizards
+  + View: 4-3-2 layout in dashboard
+  + View: Fix location of flash in withrightbar layout
+  + View: Rebalance withrightbar layout
+  + View: Rebalance large screen layout to match withrightbar
+  + View: Display indicators for verify / apply steps
+
+-------------------------------------------------------------------
+Fri Jul 03 16:48:59 UTC 2015 - [email protected]
+
+- Update to version 1.0.0~alpha1+git.1435942029.3ca7b05:
+  + New redesigned user interface (fate#318281)
+  + Redesigned status page (fate#318296)
+  + Search for resources (fate#318295)
+  + Manage resources directly on status screen (fate#318288)
+  + Improved error message handling (fate#318287)
+  + Redesigned navigation structure (fate#318285)
+  + Redesigned login page (fate#318282)
+  + Model: Updated and integrated model for tags (fate#318319)
+  + Model: Add Cluster model for dashboard (bsc#808703)
+  + Initial version of revamped cluster dashboard using new UI (fate#318281)
+  + Dashboard: Better status display (including tickets)
+  + Locale: Just forget the browser locale settings
+  + Config: Hawk is not thread-safe: Configure a single thread by default 
(bsc#934749)
+  + Scripts: Send SIGINT to stop puma
+  + Scripts: Update the sysvinit scripts for hawk to use puma
+
+-------------------------------------------------------------------
+Fri Jun 26 08:25:29 UTC 2015 - [email protected]
+
+- Require dejavu so graphviz works correctly (bsc#931950) 
+
+-------------------------------------------------------------------

Old:
----
  hawk-0.7.0+git.1434033948.69e3e11.tar.bz2

New:
----
  hawk-1.0.0~alpha1+git.1436521428.f08859d.tar.bz2

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

Other differences:
------------------
++++++ hawk.spec ++++++
--- /var/tmp/diff_new_pack.8xEjs2/_old  2015-07-14 17:44:46.000000000 +0200
+++ /var/tmp/diff_new_pack.8xEjs2/_new  2015-07-14 17:44:46.000000000 +0200
@@ -39,7 +39,7 @@
 Summary:        HA Web Konsole
 License:        GPL-2.0
 Group:          %{pkg_group}
-Version:        0.7.0+git.1434033948.69e3e11
+Version:        1.0.0~alpha1+git.1436521428.f08859d
 Release:        0
 Url:            http://www.clusterlabs.org/wiki/Hawk
 Source:         %{name}-%{version}.tar.bz2
@@ -48,6 +48,8 @@
 Requires:       crmsh
 Requires:       graphviz
 Requires:       graphviz-gd
+# Need a font of some kind for graphviz to work correctly (bsc#931950)
+Requires:       dejavu
 Requires:       hawk-templates >= %{version}-%{release}
 Requires:       pacemaker >= 1.1.8
 %if 0%{?fedora_version} >= 19
@@ -109,27 +111,23 @@
 # use runtime dependencies.
 Requires:       rubygem(%{rb_default_ruby_abi}:fast_gettext:0.9)
 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)
-
 Requires:       rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js)
 Requires:       rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
 Requires:       rubygem(%{rb_default_ruby_abi}:hashie) >= 3.4
-Requires:       rubygem(%{rb_default_ruby_abi}:js-routes)
-Requires:       rubygem(%{rb_default_ruby_abi}:quiet_assets)
-Requires:       rubygem(%{rb_default_ruby_abi}:ruby_parser) >= 3.6.6
-Requires:       rubygem(%{rb_default_ruby_abi}:sass) >= 3.4
-Requires:       rubygem(%{rb_default_ruby_abi}:sass-rails) >= 5.0.1
+Requires:       rubygem(%{rb_default_ruby_abi}:js-routes:1.0)
+Requires:       rubygem(%{rb_default_ruby_abi}:puma:2.11)
+Requires:       rubygem(%{rb_default_ruby_abi}:rails:4.2)
+Requires:       rubygem(%{rb_default_ruby_abi}:sass-rails:5.0) >= 5.0.1
+Requires:       rubygem(%{rb_default_ruby_abi}:sass:3.4)
 Requires:       rubygem(%{rb_default_ruby_abi}:sexp_processor) >= 4.5.1
-Requires:       rubygem(%{rb_default_ruby_abi}:spring)
-Requires:       rubygem(%{rb_default_ruby_abi}:virtus)
+Requires:       rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
+Requires:       rubygem(%{rb_default_ruby_abi}:tilt:1.4)
+Requires:       rubygem(%{rb_default_ruby_abi}:virtus:1.0)
 
 %if 0%{?suse_version} <= 1310
 Requires:       rubygem(%{rb_default_ruby_abi}:rake:10.4)
 %endif
 
-Requires:       rubygem(%{rb_default_ruby_abi}:sprockets) >= 3.0
-Requires:       rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 %endif
 
 BuildRequires:  %{rubydevel >= 1.8.7}
@@ -287,12 +285,11 @@
 %{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
 # warnings for bundled gems.
 %{www_base}/hawk/vendor
-%endif
+
 %{_unitdir}/hawk.service
 %if 0%{?suse_version}
 %attr(-,root,root) %{_sbindir}/rchawk

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8xEjs2/_old  2015-07-14 17:44:46.000000000 +0200
+++ /var/tmp/diff_new_pack.8xEjs2/_new  2015-07-14 17:44:47.000000000 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">hawk</param>
-    <param name="versionformat">0.7.0+git.%ct.%h</param>
+    <param name="versionformat">1.0.0~alpha1+git.%ct.%h</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8xEjs2/_old  2015-07-14 17:44:47.000000000 +0200
+++ /var/tmp/diff_new_pack.8xEjs2/_new  2015-07-14 17:44:47.000000000 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/ClusterLabs/hawk.git</param>
-          <param 
name="changesrevision">69e3e11a20714ff9a4461ac87867b6789c5c212e</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">f08859d42d05b043db796ec5c7d695017b216128</param></service></servicedata>
\ No newline at end of file


Reply via email to