merged release 2.4.0 64/35364/2 accepted/tizen_3.0.2014.q4_common accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2 accepted/tizen/3.0.2014.q4/common/20150226.105900 accepted/tizen/3.0/common/20161114.110957 accepted/tizen/3.0/ivi/20161011.044324 accepted/tizen/common/20150213.145243 accepted/tizen/ivi/20160218.025207 accepted/tizen/mobile/20150215.073655 accepted/tizen/tv/20150215.072704 accepted/tizen/unified/20170309.040058 accepted/tizen/wearable/20150215.073012 submit/tizen/20150213.125859 submit/tizen_3.0.2014.q4_common/20150226.000000 submit/tizen_3.0.m2/20170104.093753 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000003 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 submit/tizen_unified/20170308.100414 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_4.0.m1_release
authorImran Zaman <imran.zaman@intel.com>
Thu, 12 Feb 2015 15:07:22 +0000 (17:07 +0200)
committerImran Zaman <imran.zaman@intel.com>
Thu, 12 Feb 2015 15:14:32 +0000 (17:14 +0200)
Change-Id: I852d63cda051e5da43d56106f4c265984f2e7240
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
1  2 
configure.ac
examples/gsso-example.c
packaging/libgsignon-glib.changes
packaging/libgsignon-glib.spec

diff --cc configure.ac
Simple merge
Simple merge
index da222d882e4b994666450a404d2ef9fe3cb94aed,0000000000000000000000000000000000000000..a1093267def00ac828a0c396398daeb94a5020b3
mode 100644,000000..100644
--- /dev/null
@@@ -1,23 -1,0 +1,28 @@@
++* Thu Feb 12 2015 Imran Zaman <imran.zaman@intel.com>
++- Corrected and updated widl file along with web SSO API extension
++- Fix typo in reading identity type from variant and updated tests
++- Fixed issues found by coverity
++
 +* Fri Aug 15 2014 Imran Zaman <imran.zaman@intel.com>
 +- Added plugin dependencies
 +
 +* Tue Jul 01 2014 Imran Zaman <imran.zaman@intel.com>
 +- Release 2.3.0 added reference API implementation
 +
 +* Wed Jun 25 2014 Jussi Laako <jussi.laako@linux.intel.com>
 +- Release 2.2.0
 +
 +* Thu Mar 06 2014 Jussi Laako <jussi.laako@linux.intel.com>
 +- Release 2.1.0 including API alignment with libsignon-glib
 +
 +* Mon Nov 25 2013 Imran Zaman <imran.zaman@intel.com>
 +- Release 2.0.3 that fixes unit test and spec file bugs 
 +
 +* Fri Nov 22 2013 Imran Zaman <imran.zaman@intel.com>
 +- Release 2.0.2 that fixes package licensing info and added docs 
 +
 +* 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 96861a2452861057434029530d0032761da11f3f,0000000000000000000000000000000000000000..5bfe5c192bc2772086db715112ddaca9ea40daa1
mode 100644,000000..100644
--- /dev/null
@@@ -1,76 -1,0 +1,76 @@@
- Version:    2.3.0
 +#define dbus bus type to use [p2p, session, system]
 +%define dbus_type p2p
 +
 +Name:       libgsignon-glib
 +Summary:    GLib API for the SSO framework
++Version:    2.4.0
 +Release:    0
 +Group:      Security/Accounts
 +License:    LGPL-2.1
 +Source:     %{name}-%{version}.tar.gz
 +Source1:    %{name}.manifest
 +URL:        https://01.org/gsso
 +Requires:         dbus-1
 +Requires:         gsignon
 +Requires:         gsignond-plugin-oauth
 +Requires:         gsignond-plugin-sasl
 +Requires(post):   /sbin/ldconfig
 +Requires(postun): /sbin/ldconfig
 +BuildRequires:    pkgconfig
 +BuildRequires:    pkgconfig(check)
 +BuildRequires:    pkgconfig(glib-2.0)
 +BuildRequires:    pkgconfig(gobject-2.0)
 +BuildRequires:    pkgconfig(gio-2.0)
 +
 +%description
 +%{summary} files
 +
 +%package devel
 +Summary:    Development files for %{name}
 +Group:      SDK/Libraries
 +Requires:   %{name} = %{version}-%{release}
 +
 +%description devel
 +%{summary} files
 +
 +%package doc
 +Summary:    Documentation files for %{name}
 +Group:      SDK/Documentation
 +
 +%description doc
 +%{summary} files
 +
 +%prep
 +%setup -q -n %{name}-%{version}
 +cp %{SOURCE1} .
 +
 +%build
 +%reconfigure --enable-dbus-type=%{dbus_type}
 +%__make %{?_smp_mflags}
 +
 +%install
 +rm -rf %{buildroot}
 +%make_install
 +
 +%post -p /sbin/ldconfig
 +
 +%postun -p /sbin/ldconfig
 +
 +%files
 +%defattr(-,root,root,-)
 +%manifest %{name}.manifest
 +%license COPYING
 +%doc AUTHORS ChangeLog NEWS README
 +%{_libdir}/%{name}.so.*
 +
 +%files devel
 +%defattr(-,root,root,-)
 +%manifest %{name}.manifest
 +%{_includedir}/%{name}/*.h
 +%{_libdir}/%{name}.so
 +%{_libdir}/pkgconfig/%{name}.pc
 +%{_bindir}/gsso-example
 +
 +%files doc
 +%defattr(-,root,root,-)
 +%{_datadir}/gtk-doc/html/%{name}/*