Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2011-12-25 17:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawk (Old)
 and      /work/SRC/openSUSE:Factory/.hawk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hawk", Maintainer is "tser...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hawk/hawk.changes        2011-09-23 
02:02:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2011-12-25 
17:34:54.000000000 +0100
@@ -1,0 +2,69 @@
+Mon Dec 12 10:53:42 UTC 2011 - tser...@suse.com
+
+- GUI: Fix constraint tab when logged in as regular user (was bound to
+  hb_report, bnc#734447)
+- GUI: Constraints: Allow templates in order/colocation (bnc#732277)
+- Misc: Cib model: Add failed probes (OCF_ERR_INSTALLED etc.) to failed_ops
+- Misc: explorer, hb_report: Handle stale pidfiles (bnc#731282)
+- Upstream version cs:ca6df475621b
+
+-------------------------------------------------------------------
+Tue Nov 15 02:34:50 UTC 2011 - tser...@suse.com
+
+- Misc: Primitive model: Fix string interpolation when creating
+  resources (bnc#730136)
+
+-------------------------------------------------------------------
+Mon Nov  7 12:02:47 UTC 2011 - tser...@suse.com
+
+- GUI: Add top-level tab bar for navigation (bnc#723679)
+- GUI: Add top-level resource list/editor
+- GUI: status: Move errorbar to content div, theme to match jquery ui errors
+- GUI: Add support for resource templates
+- GUI: simulator, explorer: show graphs, details etc. in dialog (bnc#726612)
+- GUI: status: Display error if server down or network fault during
+  refresh (bnc#723125)
+- Misc: Fix delay running "/etc/init.d/hawk start" when DNS unavailable
+- Misc: hb_report: strip broken pipe from stderr (bnc#726611)
+- Build: Bump spec file version to 0.5.1
+- Upstream version cs:4ace058c2e06
+
+-------------------------------------------------------------------
+Mon Oct 24 05:27:44 UTC 2011 - tser...@suse.com
+
+- GUI: explorer, hb_report: Better error reporting for "successful" hb_report
+  runs (bnc#723336)
+- GUI: hb_report: Invoke with -Z (remove destination directories)
+- Misc: Refactor: Consolidate hb_report generation from explorer & hb_reports
+  controllers
+- Misc: Update translations
+- Upstream version cs:8ea83e79cded
+
+-------------------------------------------------------------------
+Tue Oct 18 14:16:36 UTC 2011 - tser...@suse.com
+
+- GUI: Simulator: Don't link to empty transition graphs (bnc#723401)
+- GUI: Simulator: Auto-fill monitor interval when injecting ops (bnc#723401)
+- GUI: Simulator: Default node to where resource running when injecting ops
+- GUI: Simulator: More natural control order when injecting ops (resource
+  first)
+- GUI: Simulator: Ensure ENTER doesn't close simulator when injecting ops
+- GUI: Simulator: Handle dialog close event (e.g.: when clicking 'x' in
+  title bar)
+- GUI: Simulator: explicitly hide error bar when (de)activating simulator
+  (bnc#723333)
+- Misc: Cib model: Handle case in simulator CIB where lrm_rsc_op has no
+  id attribute
+- Misc: hawk_{invoke,chkpwd}: Handle case where user's GID has no name
+  so login fails (bnc#723512)
+- Upstream version cs:35b82f1ce6e4
+
+-------------------------------------------------------------------
+Mon Oct 10 04:42:06 UTC 2011 - tser...@suse.com
+
+- Misc: Fix bogus "ra class does not support provider" error when
+  creating STONITH primitives
+- Misc: Update Czech translations (bnc#720098)
+- Upstream version cs:ac1fe14f3564
+
+-------------------------------------------------------------------

Old:
----
  hawk-0.5.0.tar.bz2

New:
----
  hawk-0.5.1.tar.bz2

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

Other differences:
------------------
++++++ hawk.spec ++++++
--- /var/tmp/diff_new_pack.rO41us/_old  2011-12-25 17:34:55.000000000 +0100
+++ /var/tmp/diff_new_pack.rO41us/_new  2011-12-25 17:34:55.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define        www_base        /srv/www
 %define        vendor_ruby     vendor_ruby
 %define        init_style      suse
@@ -26,20 +25,19 @@
 
 Name:           hawk
 Summary:        HA Web Konsole
-Version:        0.5.0
-Release:        0
 License:        GPL-2.0
-Url:            http://www.clusterlabs.org/wiki/Hawk
 Group:          Productivity/Clustering/HA
+Version:        0.5.1
+Release:        0
+Url:            http://www.clusterlabs.org/wiki/Hawk
 Source:         %{name}-%{version}.tar.bz2
 Source1:        filter-requires.sh
 Source100:      hawk-rpmlintrc
-Patch3:         require-rack-1.1.patch
+Patch2:         require-rack-1.1.patch
 Patch5:         fix-rails-freeze-version_requirements.patch
 %define                _use_internal_dependency_generator 0
 %define                __find_requires /bin/sh %{SOURCE1}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:    on
 Requires:       hawk-templates >= %{version}-%{release}
 Requires:       pacemaker
 Requires:       ruby
@@ -47,11 +45,12 @@
 Requires:       graphviz
 Requires:       graphviz-gd
 Recommends:     graphviz-gnome
-BuildRequires:  rubygems
-BuildRequires:  rubygem-rake
-BuildRequires:  rubygem-gettext_rails
+BuildRequires:  glib2-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  pam-devel
-BuildRequires:  glib2-devel libxml2-devel
+BuildRequires:  rubygem-gettext_rails
+BuildRequires:  rubygem-rake
+BuildRequires:  rubygems
 PreReq:         permissions
 BuildRequires:  ruby-fcgi
 BuildRequires:  fdupes
@@ -77,9 +76,7 @@
 
 
 %package templates
-License:        GPL-2.0
 Summary:        Hawk Setup Wizard Templates
-Group:          Productivity/Clustering/HA
 
 %description templates
 Template files for Hawk's cluster setup wizard.
@@ -90,7 +87,7 @@
 
 %prep
 %setup
-%patch3 -p0
+%patch2 -p0
 %patch5 -p0
 
 %build

++++++ hawk-0.5.0.tar.bz2 -> hawk-0.5.1.tar.bz2 ++++++
++++ 4236 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to