You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/03/22 04:17:08 UTC

arrow git commit: ARROW-675: [GLib] Update package metadata

Repository: arrow
Updated Branches:
  refs/heads/master 82b15a4c3 -> d25286718


ARROW-675: [GLib] Update package metadata

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #411 from kou/glib-update-metadata and squashes the following commits:

da7bba6 [Kouhei Sutou] [GLib] Update package metadata


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/d2528671
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/d2528671
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/d2528671

Branch: refs/heads/master
Commit: d25286718c283bec0b1fd4cbe47ddb3f159c29b5
Parents: 82b15a4
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Wed Mar 22 00:17:01 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Wed Mar 22 00:17:01 2017 -0400

----------------------------------------------------------------------
 c_glib/configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/d2528671/c_glib/configure.ac
----------------------------------------------------------------------
diff --git a/c_glib/configure.ac b/c_glib/configure.ac
index 85f7eec..c691343 100644
--- a/c_glib/configure.ac
+++ b/c_glib/configure.ac
@@ -18,7 +18,10 @@
 AC_PREREQ(2.65)
 
 m4_define([arrow_glib_version], m4_include(version))
-AC_INIT([arrow-glib], arrow_glib_version, [kou@clear-code.com])
+AC_INIT([arrow-glib],
+        arrow_glib_version,
+        [https://issues.apache.org/jira/browse/ARROW],
+        [apache-arrow-glib])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])