Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-09-08 17:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-29 
20:04:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-09-08 
17:46:31.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 04 14:39:35 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0+git.1441377522.140e7f9:
+  + Config: Require fileutils in puma.rb
+
+-------------------------------------------------------------------

Old:
----
  hawk-1.0.0+git.1439303550.78e9fb8.tar.bz2

New:
----
  hawk-1.0.0+git.1441377522.140e7f9.tar.bz2

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

Other differences:
------------------
++++++ hawk.spec ++++++
--- /var/tmp/diff_new_pack.lOQ0D7/_old  2015-09-08 17:46:37.000000000 +0200
+++ /var/tmp/diff_new_pack.lOQ0D7/_new  2015-09-08 17:46:37.000000000 +0200
@@ -39,7 +39,7 @@
 Summary:        HA Web Konsole
 License:        GPL-2.0 and Apache-2.0
 Group:          %{pkg_group}
-Version:        1.0.0+git.1439303550.78e9fb8
+Version:        1.0.0+git.1441377522.140e7f9
 Release:        0
 Url:            http://www.clusterlabs.org/wiki/Hawk
 Source:         %{name}-%{version}.tar.bz2

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.lOQ0D7/_old  2015-09-08 17:46:37.000000000 +0200
+++ /var/tmp/diff_new_pack.lOQ0D7/_new  2015-09-08 17:46:37.000000000 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/ClusterLabs/hawk.git</param>
-          <param 
name="changesrevision">78e9fb8ecbc6089f82cecff8464fd8a9454eb438</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">140e7f963cfcc1f69fb04448b413672132151ab8</param></service></servicedata>
\ No newline at end of file

++++++ hawk-1.0.0+git.1439303550.78e9fb8.tar.bz2 -> 
hawk-1.0.0+git.1441377522.140e7f9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk-1.0.0+git.1439303550.78e9fb8/hawk/config/puma.rb 
new/hawk-1.0.0+git.1441377522.140e7f9/hawk/config/puma.rb
--- old/hawk-1.0.0+git.1439303550.78e9fb8/hawk/config/puma.rb   2015-08-12 
08:10:59.000000000 +0200
+++ new/hawk-1.0.0+git.1441377522.140e7f9/hawk/config/puma.rb   2015-09-04 
16:39:27.000000000 +0200
@@ -29,6 +29,8 @@
 #
 #======================================================================
 
+require 'fileutils'
+
 ROOT = File.expand_path("../../", __FILE__)
 ENVIRONMENT = ENV["HAWK_ENV"] || "production"
 


Reply via email to