Hello community,

here is the log from the commit of package glusterfs for openSUSE:Factory 
checked in at 2013-03-08 09:09:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glusterfs (Old)
 and      /work/SRC/openSUSE:Factory/.glusterfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glusterfs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/glusterfs/glusterfs.changes      2012-12-07 
14:09:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glusterfs.new/glusterfs.changes 2013-03-08 
09:09:50.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Feb 28 21:58:02 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.4.0alpha (rpm: 3.4.0~qa9)
+* automake-1.13 support
+- Enable AIO support
+
+-------------------------------------------------------------------
+Tue Nov 27 11:28:36 UTC 2012 - jeng...@inai.de
+
+- Use `glusterd -N` in glusterd.service to run in foreground
+  as required
+
+-------------------------------------------------------------------

Old:
----
  glusterfs-3.4.0qa2.tar.xz

New:
----
  glusterfs-3.4.0alpha.tar.xz

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

Other differences:
------------------
++++++ glusterfs.spec ++++++
--- /var/tmp/diff_new_pack.DoNFry/_old  2013-03-08 09:09:51.000000000 +0100
+++ /var/tmp/diff_new_pack.DoNFry/_new  2013-03-08 09:09:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glusterfs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,24 +21,24 @@
 %define lname_rpc      libgfrpc0
 %define lname_xdr      libgfxdr0
 %define lname_gf       libglusterfs0
-Version:        3.4.0~qa2
+Version:        3.4.0~qa9
 Release:        0
-%define rversion       3.4.0qa2
+%define rversion       3.4.0alpha
 Summary:        Aggregating distributed file system
 License:        GPL-2.0 or LGPL-3.0+
 Group:          System/Filesystems
 Url:            http://gluster.org/
 
 #Git-Clone:    git://github.com/gluster/glusterfs
+#Git-Clone:    git://github.com/fvzwieten/lsgvt
 Source:         %name-%rversion.tar.xz
 Source3:        glusterd.service
 Patch1:         glusterfs-date.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  libtool
+BuildRequires:  libaio-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python
 BuildRequires:  readline-devel
@@ -121,7 +121,6 @@
 %patch -P 1 -p1
 
 %build
-./autogen.sh;
 %configure --disable-static
 # This section is not parallel safe or so due to bison/lex
 make -C libglusterfs/src
@@ -211,6 +210,7 @@
 %if 0%{?_unitdir:1}
 %_unitdir/glusterd.service
 %endif
+%_prefix/lib/ocf
 
 %files -n %lname_api
 %defattr(-,root,root)

++++++ glusterd.service ++++++
--- /var/tmp/diff_new_pack.DoNFry/_old  2013-03-08 09:09:51.000000000 +0100
+++ /var/tmp/diff_new_pack.DoNFry/_new  2013-03-08 09:09:51.000000000 +0100
@@ -2,7 +2,7 @@
 Description=Gluster elastic volume management daemon
 
 [Service]
-ExecStart=/usr/sbin/glusterd
+ExecStart=/usr/sbin/glusterd -N
 
 [Install]
 WantedBy=multi-user.target

++++++ glusterfs-date.diff ++++++
--- /var/tmp/diff_new_pack.DoNFry/_old  2013-03-08 09:09:51.000000000 +0100
+++ /var/tmp/diff_new_pack.DoNFry/_new  2013-03-08 09:09:51.000000000 +0100
@@ -15,11 +15,11 @@
  libglusterfs/src/graph.c    |    4 ++--
  3 files changed, 4 insertions(+), 4 deletions(-)
 
-Index: glusterfs-3.3.0/cli/src/cli.c
+Index: glusterfs-3.4.0alpha/cli/src/cli.c
 ===================================================================
---- glusterfs-3.3.0.orig/cli/src/cli.c
-+++ glusterfs-3.3.0/cli/src/cli.c
-@@ -80,7 +80,7 @@ extern int connected;
+--- glusterfs-3.4.0alpha.orig/cli/src/cli.c
++++ glusterfs-3.4.0alpha/cli/src/cli.c
+@@ -70,7 +70,7 @@ extern int connected;
  /* using argp for command line parsing */
  
  const char *argp_program_version = ""                                 \
@@ -28,24 +28,24 @@
          "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"  \
          "Copyright (c) 2006-2011 Gluster Inc. "                       \
          "<http://www.gluster.com>\n"                                  \
-Index: glusterfs-3.3.0/glusterfsd/src/glusterfsd.c
+Index: glusterfs-3.4.0alpha/glusterfsd/src/glusterfsd.c
 ===================================================================
---- glusterfs-3.3.0.orig/glusterfsd/src/glusterfsd.c
-+++ glusterfs-3.3.0/glusterfsd/src/glusterfsd.c
-@@ -90,7 +90,7 @@ static char gf_doc[] = "";
+--- glusterfs-3.4.0alpha.orig/glusterfsd/src/glusterfsd.c
++++ glusterfs-3.4.0alpha/glusterfsd/src/glusterfsd.c
+@@ -80,7 +80,7 @@ static char gf_doc[] = "";
  static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n"       \
          "--volfile=VOLFILE [MOUNT-POINT]";
- const char *argp_program_version = "" \
--        PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \
-+        PACKAGE_NAME" "PACKAGE_VERSION \
-         "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"  \
-         "Copyright (c) 2006-2011 Gluster Inc. "             \
-         "<http://www.gluster.com>\n"                                \
-Index: glusterfs-3.3.0/libglusterfs/src/graph.c
+ const char *argp_program_version = ""
+-        PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__
++        PACKAGE_NAME" "PACKAGE_VERSION" built on *bleep* "
+         "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"
+         "Copyright (c) 2006-2013 Red Hat, Inc. <http://www.redhat.com/>\n"
+         "GlusterFS comes with ABSOLUTELY NO WARRANTY.\n"
+Index: glusterfs-3.4.0alpha/libglusterfs/src/graph.c
 ===================================================================
---- glusterfs-3.3.0.orig/libglusterfs/src/graph.c
-+++ glusterfs-3.3.0/libglusterfs/src/graph.c
-@@ -45,8 +45,8 @@ _gf_dump_details (int argc, char **argv)
+--- glusterfs-3.4.0alpha.orig/libglusterfs/src/graph.c
++++ glusterfs-3.4.0alpha/libglusterfs/src/graph.c
+@@ -40,8 +40,8 @@ _gf_dump_details (int argc, char **argv)
          fprintf (gf_log_logfile,
                   "========================================"
                   "========================================\n");

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

Reply via email to