[gnome-online-accounts] Update to 3.1.1

Bastien Nocera hadess at fedoraproject.org
Fri Jul 1 14:34:56 UTC 2011


commit 3e7332b848c98da3cbb9102254385578117c52c1
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Jul 1 15:34:44 2011 +0100

    Update to 3.1.1

 .gitignore                                |    1 +
 0001-Don-t-version-the-panel-plugin.patch |   35 -----------------------------
 0001-Fix-.desktop-file-s-validity.patch   |   25 --------------------
 0001-Fix-panel-UI-file-loading.patch      |   25 --------------------
 gnome-online-accounts.spec                |   25 +++++++-------------
 sources                                   |    2 +-
 6 files changed, 11 insertions(+), 102 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a40bda5..56ba1d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gnome-online-accounts-3.1.0.tar.bz2
+/gnome-online-accounts-3.1.1.tar.xz
diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec
index eecb5ab..7e07565 100644
--- a/gnome-online-accounts.spec
+++ b/gnome-online-accounts.spec
@@ -1,23 +1,20 @@
 Name:		gnome-online-accounts
-Version:	3.1.0
-Release:	3%{?dist}
+Version:	3.1.1
+Release:	1%{?dist}
 Summary:	Provide online accounts information
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://people.freedesktop.org/~david/gnome-online-accounts-3.1.0/
-Source0:	http://people.freedesktop.org/~david/%{name}-%{version}.tar.bz2
+Source0:	http://people.freedesktop.org/~david/%{name}-%{version}.tar.xz
 
 BuildRequires:	gtk3-devel glib2-devel
-BuildRequires:	control-center-devel gobject-introspection-devel
-BuildRequires:	gnome-common automake autoconf libtool intltool
+BuildRequires:	gobject-introspection-devel
 BuildRequires:	gtk-doc
 BuildRequires:	webkitgtk3-devel json-glib-devel libgnome-keyring-devel
 BuildRequires:	libnotify-devel rest-devel
-
-Patch0:		0001-Don-t-version-the-panel-plugin.patch
-Patch1:		0001-Fix-.desktop-file-s-validity.patch
-Patch2:		0001-Fix-panel-UI-file-loading.patch
+# For autoreconf, if needed
+# BuildRequires:	gnome-common automake autoconf libtool intltool
 
 %description
 gnome-online-accounts provides interfaces so applications and 
@@ -36,16 +33,11 @@ files for developing applications that use gnome-online-accounts.
 
 %prep
 %setup -q
-%patch0 -p1 -b .version
-%patch1 -p1 -b .desktop
-%patch2 -p1 -b .ui-file
-autoreconf -f
 
 %build
 %configure --disable-static --enable-gtk-doc
 make %{?_smp_mflags}
 
-
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_libdir}/control-center-1/panels/*.la
@@ -67,14 +59,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files
 %defattr(-,root,root,-)
 %doc NEWS COPYING
-%{_libdir}/control-center-1/panels/libgoa-panel.so
 %{_libdir}/girepository-1.0/Goa-1.0.typelib
 %{_libdir}/libgoa-1.0.so.0
 %{_libdir}/libgoa-1.0.so.0.0.0
 %{_libdir}/libgoa-backend-1.0.so.0
 %{_libdir}/libgoa-backend-1.0.so.0.0.0
 %{_prefix}/libexec/goa-daemon
-%{_datadir}/applications/goa-prefs.desktop
 %{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
 %{_datadir}/gnome-online-accounts/goapanel.ui
 %{_datadir}/icons/hicolor/*/apps/goa-*.png
@@ -91,6 +81,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gtk-doc/html/goa/
 
 %changelog
+* Fri Jul 01 2011 Bastien Nocera <bnocera at redhat.com> 3.1.1-1
+- Update to 3.1.1
+
 * Tue Jun 14 2011 Bastien Nocera <bnocera at redhat.com> 3.1.0-3
 - Add more necessary patches
 
diff --git a/sources b/sources
index 44f81d1..39eb3bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a98926706647d142175a0bcaf0e40fe9  gnome-online-accounts-3.1.0.tar.bz2
+abbbbb5d05a58b18d5d1108ddf06ffb7  gnome-online-accounts-3.1.1.tar.xz


More information about the scm-commits mailing list