Fixed gum-utils documentation upstream/1.0.6
authorImran Zaman <imran.zaman@intel.com>
Thu, 5 Feb 2015 17:45:43 +0000 (19:45 +0200)
committerImran Zaman <imran.zaman@intel.com>
Thu, 5 Feb 2015 17:47:05 +0000 (19:47 +0200)
Change-Id: Ibd36e8d518ce3f5f547d1caadbb1397c6eff4629
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
configure
configure.ac
dists/debian/changelog
dists/rpm/gum-suse.spec
dists/rpm/tizen/packaging/gumd.changes
dists/rpm/tizen/packaging/gumd.spec
docs/html/gumd-utils.html
docs/html/index.html
docs/utils.xml
src/utils/gumd-utils.c

index febb5ea..47502a1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gumd 1.0.5.
+# Generated by GNU Autoconf 2.69 for gumd 1.0.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gumd'
 PACKAGE_TARNAME='gumd'
-PACKAGE_VERSION='1.0.5'
-PACKAGE_STRING='gumd 1.0.5'
+PACKAGE_VERSION='1.0.6'
+PACKAGE_STRING='gumd 1.0.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='https://github.com/01org/gumd'
 
@@ -1405,7 +1405,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gumd 1.0.5 to adapt to many kinds of systems.
+\`configure' configures gumd 1.0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1475,7 +1475,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gumd 1.0.5:";;
+     short | recursive ) echo "Configuration of gumd 1.0.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1634,7 +1634,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gumd configure 1.0.5
+gumd configure 1.0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1999,7 +1999,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gumd $as_me 1.0.5, which was
+It was created by gumd $as_me 1.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2867,7 +2867,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gumd'
- VERSION='1.0.5'
+ VERSION='1.0.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13932,7 +13932,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gumd $as_me 1.0.5, which was
+This file was extended by gumd $as_me 1.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13999,7 +13999,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gumd config.status 1.0.5
+gumd config.status 1.0.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 7b8691a..fdf99fe 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.60])
-AC_INIT([gumd], [1.0.5],[],[],[https://github.com/01org/gumd])
+AC_INIT([gumd], [1.0.6],[],[],[https://github.com/01org/gumd])
 AC_CONFIG_SRCDIR([src/daemon/main.c])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
index 6eab0b9..47acd31 100644 (file)
@@ -1,3 +1,9 @@
+gumd (1.0.6-0) unstable; urgency=low
+
+  * Fixed gum-utils documentation
+
+ -- Imran Zaman <imran.zaman@intel.com>  Thu, 05 Feb  2015 18:00:00 +0300
+
 gumd (1.0.5-0) unstable; urgency=low
 
   * Added APIs for fetching users based on the type
index 1fba2dc..c76e5a5 100644 (file)
@@ -7,7 +7,7 @@
 
 Name: gumd
 Summary: User management daemon and client library
-Version: 1.0.5
+Version: 1.0.6
 Release: 0
 Group: System/Daemons
 License: LGPL-2.1+
@@ -150,6 +150,9 @@ mkdir -p %{_sysconfdir}/%{name}/groupdel.d
 
 
 %changelog
+* Thu Feb 05 2015 Imran Zaman <imran.zaman@intel.com>
+- Fixed gum-utils documentation
+
 * Wed Jan 28 2015 Imran Zaman <imran.zaman@intel.com>
 - Added APIs for fetching users based on the type
 
index dde1134..f6801a6 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Feb 05 2015 Imran Zaman <imran.zaman@intel.com>
+- Fixed gum-utils documentation
+
 * Wed Jan 28 2015 Imran Zaman <imran.zaman@intel.com>
 - Added APIs for fetching users based on the type
 
index bd09729..6371349 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:    gumd
 Summary: User management daemon and client library
-Version: 1.0.5
+Version: 1.0.6
 Release: 0
 Group:   Security/Accounts
 License: LGPL-2.1+
@@ -29,6 +29,7 @@ BuildRequires: pkgconfig(gobject-2.0)
 BuildRequires: pkgconfig(gio-2.0)
 BuildRequires: pkgconfig(gio-unix-2.0)
 BuildRequires: pkgconfig(gmodule-2.0)
+Requires: tizen-platform-config
 
 
 %description
index 9d2af39..9b18fb0 100644 (file)
@@ -55,7 +55,7 @@
                     mandatory-args are:<br>
                         --username=&lt;username&gt; OR --nickname=&lt;nickname&gt;<br>
                         --usertype=&lt;usertype&gt;<br>
-                         possible usertypes are: system(1), admin(2), guest(3), normal(4).<br>
+                         possible usertype can be system or admin or guest or normal.<br>
                     optional-args are:<br>
                         --usecret=&lt;secret&gt;<br>
                         --realname=&lt;realname&gt;<br>
index 1762ba3..76735e2 100644 (file)
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">gumd API Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">This document discusses the details of user management 
-        daemon (gumd) and client library (libgum) with version 1.0.5
+        daemon (gumd) and client library (libgum) with version 1.0.6
 .
         </p></div>
 </div>
index 4a093a1..084f6d3 100644 (file)
@@ -41,7 +41,7 @@
                     mandatory-args are:
                         --username=&lt;username&gt; OR --nickname=&lt;nickname&gt;
                         --usertype=&lt;usertype&gt;
-                         possible usertypes are: system(1), admin(2), guest(3), normal(4).
+                         possible usertype can be system or admin or guest or normal.
                     optional-args are:
                         --usecret=&lt;secret&gt;
                         --realname=&lt;realname&gt;
index f54f913..576af1b 100644 (file)
@@ -653,8 +653,8 @@ main (int argc, char *argv[])
     
     GOptionEntry user_serv_entries[] =
     {
-        { "user_types", 0, 0, G_OPTION_ARG_STRING, &user_types,
-                "valid user_type can be system or admin or guest or normal."
+        { "usertypes", 0, 0, G_OPTION_ARG_STRING, &user_types,
+                "valid usertypes can be system or admin or guest or normal."
                 "Multiple user types can be specified as comma separated "
                 "values e.g. normal,system",
                 "type"},
@@ -665,7 +665,7 @@ main (int argc, char *argv[])
     {
         { "username", 0, 0, G_OPTION_ARG_STRING, &user->user_name,
                 "user name", "name"},
-        { "user_type", 0, 0, G_OPTION_ARG_STRING, &user->user_type,
+        { "usertype", 0, 0, G_OPTION_ARG_STRING, &user->user_type,
                 "valid user_type can be system or admin or guest or normal.",
                 "type"},
         { "uid", 0, 0, G_OPTION_ARG_INT, &user->uid, "user id", "uid"},