Hello community,

here is the log from the commit of package hawk for openSUSE:Factory
checked in at Wed Sep 21 17:05:01 CEST 2011.



--------
--- hawk/hawk.changes   2011-08-29 06:50:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/hawk/hawk.changes      2011-09-20 
16:01:22.000000000 +0200
@@ -1,0 +2,36 @@
+Tue Sep 20 13:56:15 UTC 2011 - [email protected]
+
+- Build: Update package version to 0.5.0
+- GUI: Add cluster history explorer (fate#303620)
+- GUI: Add ability to explore failure scenarios (fate#310186)
+- GUI: Add ability to view recent node and resource events (fate#303620)
+- GUI: Add ability to generate hb_report (fate#310187)
+- GUI: Add setup wizard with web server & OCFS2 templates (fate#310190)
+- GUI: Add summary view, table view (fate#309100)
+- GUI: Add ability to see node utilization/load (fate#310135)
+- GUI: Add alert icon to resources with failed ops (fate#310359)
+- GUI: Base total resource count on number of configured instances
+- GUI: Add overflow:auto to content DIV to prevent floats running over
+  footer
+- Misc: Cib model: Skip delete and cancel ops when determining resource state
+- Misc: Update translations
+- Misc: Cib model: Reset rc_code to expected for ignored failed ops
+  (bnc#711002)
+- Misc: Invoker: Map permission denied error to localized messages
+  (bnc#713917)
+- Misc: Invoker: Consolidate crm functions, pick up errors even when
+  rc=0 (bnc#713922)
+- Misc: Cib model: Internally rename running clone instances if necessary
+- Remove workaround for 'String#unpack("V") busted on s390x' (bnc#581578)
+- Misc: Cib model: Ignore orphaned non-clone resource instance in
+  clones (bnc#711180)
+- Misc: Fix localization of >2 plurals (cs, pl, ru) for node and resource
+  labels (bnc#708328)
+- Misc: Add Hawk favicon.ico
+- Misc: Show hawk URL when running /etc/init.d/hawk start|status (bnc#708318)
+- Misc: Cib model: Skip allegedly pending "last_failure" ops when determining
+  resource state (bnc#706755)
+- Misc: Cib model: Strip stopped clone instances outside 0..clone_max
+- Upstream version cs:d32e171be055
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  build-fix-cib_test.patch
  build-fix-fsf-address.patch
  build-fix-hawk_invoke-implicit-decls.patch
  build-fix-libxml-link.patch
  build-fix-pie.patch
  build-fix-rpm-opt-flags.patch
  hawk-0.4.1.tar.bz2
  string-unpack-s390x.patch

New:
----
  hawk-0.5.0.tar.bz2

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

Other differences:
------------------
++++++ hawk.spec ++++++
--- /var/tmp/diff_new_pack.RwFZsd/_old  2011-09-21 17:04:55.000000000 +0200
+++ /var/tmp/diff_new_pack.RwFZsd/_new  2011-09-21 17:04:55.000000000 +0200
@@ -26,39 +26,39 @@
 
 Name:           hawk
 Summary:        HA Web Konsole
-Version:        0.4.1
-Release:        4
+Version:        0.5.0
+Release:        0
 License:        GPLv2
 Url:            http://www.clusterlabs.org/wiki/Hawk
 Group:          Productivity/Clustering/HA
 Source:         %{name}-%{version}.tar.bz2
 Source1:        filter-requires.sh
 Source100:      hawk-rpmlintrc
-Patch1:         string-unpack-s390x.patch
 Patch3:         require-rack-1.1.patch
 Patch5:         fix-rails-freeze-version_requirements.patch
-Patch100:       build-fix-fsf-address.patch
-Patch101:       build-fix-rpm-opt-flags.patch
-Patch102:       build-fix-hawk_invoke-implicit-decls.patch
-Patch103:       build-fix-pie.patch
-Patch104:       build-fix-cib_test.patch
-Patch105:       build-fix-libxml-link.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
 Requires:       lighttpd >= 1.4.20
-PreReq:         permissions
+Requires:       graphviz
+Requires:       graphviz-gd
+Recommends:     graphviz-gnome
 BuildRequires:  rubygems
 BuildRequires:  rubygem-rake
 BuildRequires:  rubygem-gettext_rails
 BuildRequires:  pam-devel
+BuildRequires:  glib2-devel libxml2-devel
+PreReq:         permissions
 BuildRequires:  ruby-fcgi
-BuildRequires:  rubygem-rails-2_3
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel libpacemaker-devel libxml2-devel
+BuildRequires:  rubygem-rails-2_3
+BuildRequires:  libpacemaker-devel
+# Temporary, prevents confusion between rubygem-rack and rubygem-rack-1_3
+BuildRequires:  rubygem-rack < 1.3
 # Require startproc respecting -p, bnc#559534#c44
 %if 0%{?suse_version} > 1110
 # 11.2 or newer; 
@@ -72,21 +72,26 @@
 A web-based GUI for managing and monitoring the Pacemaker
 High-Availability cluster resource manager.
 
-Authors: Tim Serong <[email protected]>
+Authors: Tim Serong <[email protected]>
+
+
+
+%package templates
+License:        GPL v2 only
+Summary:        Hawk Setup Wizard Templates
+Group:          Productivity/Clustering/HA
+
+%description templates
+Template files for Hawk's cluster setup wizard.
+
+Authors: Tim Serong <[email protected]>
 
 
 
 %prep
 %setup
-%patch1 -p0
 %patch3 -p0
 %patch5 -p0
-%patch100 -p0
-%patch101 -p0
-%patch102 -p0
-%patch103 -p0
-%patch104 -p0
-%patch105 -p0
 
 %build
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
@@ -171,6 +176,8 @@
 %dir %{www_base}/hawk
 %{www_base}/hawk/app
 %{www_base}/hawk/config
+# Packaged in hawk-templates
+%exclude %{www_base}/hawk/config/wizard
 %{www_base}/hawk/db
 %{www_base}/hawk/doc
 %{www_base}/hawk/lib
@@ -211,4 +218,8 @@
 %config(noreplace) %attr(-,root,root) %{_sysconfdir}/init.d/hawk
 %attr(-,root,root) %{_sbindir}/rchawk
 
+%files templates
+%defattr(-,root,root)
+%{www_base}/hawk/config/wizard
+
 %changelog

++++++ hawk-0.4.1.tar.bz2 -> hawk-0.5.0.tar.bz2 ++++++
++++ 33396 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to