Release 2.0.1 10/4210/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20130624.164243 accepted/tizen/ivi/genivi/20140131.070438 accepted/tizen_ivi_stable/20131116.012150 ivi_oct_m2 submit/tizen/20130624.140428 submit/tizen_ivi_generic/20140131.065447 submit/tizen_ivi_genivi/20140131.070625 submit/tizen_ivi_milestone/20131113.054414 submit/tizen_ivi_stable/20131116.010026
authorImran Zaman <imran.zaman@intel.com>
Mon, 24 Jun 2013 13:42:31 +0000 (16:42 +0300)
committerImran Zaman <imran.zaman@intel.com>
Mon, 24 Jun 2013 13:42:31 +0000 (16:42 +0300)
12 files changed:
ChangeLog
configure
configure.ac
dists/rpm/libgsignon-glib-suse.spec
dists/rpm/libgsignon-glib-tizen.changes
dists/rpm/libgsignon-glib-tizen.spec
docs/reference/html/gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html
docs/reference/html/gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html
docs/reference/html/index.html
packaging/archive.sh [deleted file]
packaging/libgsignon-glib.changes
packaging/libgsignon-glib.spec

index e8a738b..bd017e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-06-24  Imran Zaman  <imran.zaman@intel.com>
+
+Release 2.0.1
+
+2013-06-24  Imran Zaman  <imran.zaman@intel.com>
+
+default dbus type in tizen should be p2p
+
 2013-06-17  Imran Zaman  <imran.zaman@intel.com>
 
 updated spec files
index 71bd8f5..1a774ab 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.68 for libgsignon-glib 2.0.0.
+# Generated by GNU Autoconf 2.68 for libgsignon-glib 2.0.1.
 #
 # Report bugs to <http://code.google.com/p/accounts-sso/issues/entry>.
 #
@@ -571,8 +571,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libgsignon-glib'
 PACKAGE_TARNAME='libgsignon-glib'
-PACKAGE_VERSION='2.0.0'
-PACKAGE_STRING='libgsignon-glib 2.0.0'
+PACKAGE_VERSION='2.0.1'
+PACKAGE_STRING='libgsignon-glib 2.0.1'
 PACKAGE_BUGREPORT='http://code.google.com/p/accounts-sso/issues/entry'
 PACKAGE_URL='http://code.google.com/p/accounts-sso/'
 
@@ -1369,7 +1369,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 libgsignon-glib 2.0.0 to adapt to many kinds of systems.
+\`configure' configures libgsignon-glib 2.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1439,7 +1439,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libgsignon-glib 2.0.0:";;
+     short | recursive ) echo "Configuration of libgsignon-glib 2.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1579,7 +1579,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libgsignon-glib configure 2.0.0
+libgsignon-glib configure 2.0.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1857,7 +1857,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 libgsignon-glib $as_me 2.0.0, which was
+It was created by libgsignon-glib $as_me 2.0.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2717,7 +2717,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libgsignon-glib'
- VERSION='2.0.0'
+ VERSION='2.0.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13744,7 +13744,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 libgsignon-glib $as_me 2.0.0, which was
+This file was extended by libgsignon-glib $as_me 2.0.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13811,7 +13811,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="\\
-libgsignon-glib config.status 2.0.0
+libgsignon-glib config.status 2.0.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 02b318d..ba01cbd 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([libgsignon-glib],
-        [2.0.0],
+        [2.0.1],
         [http://code.google.com/p/accounts-sso/issues/entry],
         [libgsignon-glib],
         [http://code.google.com/p/accounts-sso/])
index 78d33e4..9f83df5 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       libgsignon-glib
 Summary:    GLib API for the SSO framework
-Version:    2.0.0
+Version:    2.0.1
 Release:    1
 Group:      System/Libraries
 License:    LGPL
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
+- Release 2.0.1 that comprises of bug fixes
+
 * Mon Feb 11 2013 Jussi Laako <jussi.laako@linux.intel.com> - 2.0
 - Refresh for the libgsignon-glib
 
index 84b5b79..582ec12 100644 (file)
@@ -1,2 +1,5 @@
+* Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
+- Release 2.0.1 that comprises of bug fixes
+
 * Mon Jun 17 2013 Imran Zaman <imran.zaman@.intel.com> - 2.0.0
 - Prepare for first release of libgsignon-glib 2.0.0
index 25b0c65..3b027fc 100644 (file)
@@ -1,9 +1,9 @@
 #define dbus bus type to use [p2p, session, system]
-%define dbus_type session
+%define dbus_type p2p
 
 Name:       libgsignon-glib
 Summary:    GLib API for the SSO framework
-Version:    2.0.0
+Version:    2.0.1
 Release:    1
 Group:      System/Libraries
 License:    LGPL
index 3b74818..0994236 100644 (file)
@@ -49,7 +49,7 @@
 </pre>
 </div>
 <div class="refsect1">
-<a name="idp35913312"></a><h2>Signals</h2>
+<a name="idp8303920"></a><h2>Signals</h2>
 <pre class="synopsis">
 <a class="link" href="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.stateChanged" title='The "stateChanged" signal'>stateChanged</a> (i state,
               s message);
index 3adc38b..f418cfd 100644 (file)
@@ -60,7 +60,7 @@
 </pre>
 </div>
 <div class="refsect1">
-<a name="idp33809328"></a><h2>Signals</h2>
+<a name="idp10999040"></a><h2>Signals</h2>
 <pre class="synopsis">
 <a class="link" href="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-Identity.unregistered" title='The "unregistered" signal'>unregistered</a> ();
 <a class="link" href="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-Identity.infoUpdated" title='The "infoUpdated" signal'>infoUpdated</a>  (i unnamed_arg0);
index 5f7252e..6db3ee0 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">libgsignon-glib Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      This document is for libgsignon-glib, version 2.0.0
+      This document is for libgsignon-glib, version 2.0.1
 . The latest
       version of this documentation can be built from the source code at
       <a class="ulink" href="https://code.google.com/p/accounts-sso/source/checkout?repo=libgsignon-glib" target="_top">https://code.google.com/p/accounts-sso/source/checkout?repo=libgsignon-glib</a>.
diff --git a/packaging/archive.sh b/packaging/archive.sh
deleted file mode 100755 (executable)
index 3fdf34c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-git archive --format=tar --prefix=libgsignon-glib-2.0.0/ -o ../libgsignon-glib-2.0.0.tar master
-bzip2 ../libgsignon-glib-2.0.0.tar
-mv ../libgsignon-glib-2.0.0.tar.bz2 ~/rpmbuild/SOURCES/
-
index 84b5b79..582ec12 100644 (file)
@@ -1,2 +1,5 @@
+* Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
+- Release 2.0.1 that comprises of bug fixes
+
 * Mon Jun 17 2013 Imran Zaman <imran.zaman@.intel.com> - 2.0.0
 - Prepare for first release of libgsignon-glib 2.0.0
index 25b0c65..3b027fc 100644 (file)
@@ -1,9 +1,9 @@
 #define dbus bus type to use [p2p, session, system]
-%define dbus_type session
+%define dbus_type p2p
 
 Name:       libgsignon-glib
 Summary:    GLib API for the SSO framework
-Version:    2.0.0
+Version:    2.0.1
 Release:    1
 Group:      System/Libraries
 License:    LGPL