[gnome-online-accounts] Update to 3.5.1

Debarshi Ray rishi at fedoraproject.org
Tue May 1 23:56:29 UTC 2012


commit 63e6efe25f1eb4c2fe4f1263e5b63033fb197d74
Author: Debarshi Ray <rishi at kolache.(none)>
Date:   Wed May 2 01:56:17 2012 +0200

    Update to 3.5.1

 .gitignore                 |    1 +
 gnome-online-accounts.spec |   31 ++++++++++++++++++++++---------
 sources                    |    2 +-
 3 files changed, 24 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7cb510..4cc7220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /gnome-online-accounts-3.3.92.1.tar.xz
 /gnome-online-accounts-3.4.0.tar.xz
 /gnome-online-accounts-3.4.1.tar.xz
+/gnome-online-accounts-3.5.1.tar.xz
diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec
index 37e1c99..ac87f0f 100644
--- a/gnome-online-accounts.spec
+++ b/gnome-online-accounts.spec
@@ -1,20 +1,24 @@
 Name:		gnome-online-accounts
-Version:	3.4.1
+Version:	3.5.1
 Release:	1%{?dist}
 Summary:	Provide online accounts information
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		https://live.gnome.org/OnlineAccounts
-Source0:	http://download.gnome.org/sources/gnome-online-accounts/3.4/%{name}-%{version}.tar.xz
+Source0:	http://download.gnome.org/sources/gnome-online-accounts/3.5/%{name}-%{version}.tar.xz
 
-BuildRequires:	gtk3-devel glib2-devel
+BuildRequires:	glib2-devel >= 2.32
+BuildRequires:	gtk3-devel
 BuildRequires:	gobject-introspection-devel
-BuildRequires:	gtk-doc intltool
-BuildRequires:	webkitgtk3-devel json-glib-devel libgnome-keyring-devel
-BuildRequires:	libnotify-devel rest-devel
-# For autoreconf, if needed
-# BuildRequires:	gnome-common automake autoconf libtool
+BuildRequires:	gtk-doc
+BuildRequires:	intltool
+BuildRequires:	webkitgtk3-devel
+BuildRequires:	json-glib-devel
+BuildRequires:	libgnome-keyring-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	rest-devel
+BuildRequires:	libxml2-devel
 
 %description
 gnome-online-accounts provides interfaces so applications and
@@ -35,7 +39,12 @@ files for developing applications that use gnome-online-accounts.
 %setup -q
 
 %build
-%configure --disable-static --enable-gtk-doc --enable-facebook --enable-windows-live
+%configure \
+  --disable-static \
+  --enable-gtk-doc \
+  --enable-exchange \
+  --enable-facebook \
+  --enable-windows-live
 make %{?_smp_mflags}
 
 %install
@@ -69,6 +78,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
 %{_datadir}/icons/hicolor/*/apps/goa-*.png
 %{_datadir}/man/man8/goa-daemon.8.gz
+%{_datadir}/%{name}/%{name}.css
 
 %files devel
 %{_includedir}/goa-1.0/
@@ -80,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gtk-doc/html/goa/
 
 %changelog
+* Wed May 02 2012 Debarshi Ray <rishi at fedoraproject.org> - 3.5.1-1
+- Update to 3.5.1
+
 * Tue Apr 17 2012 Richard Hughes <hughsient at gmail.com> - 3.4.1-1
 - Update to 3.4.1
 
diff --git a/sources b/sources
index db67681..eaa100d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6ba7f9970103f525856049b00cb96be  gnome-online-accounts-3.4.1.tar.xz
+372715f0605a612fa8e2b96a8cb93420  gnome-online-accounts-3.5.1.tar.xz


More information about the scm-commits mailing list