Hello community,
here is the log from the commit of package gnome-online-accounts for
openSUSE:Factory checked in at 2012-10-04 18:39:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-online-accounts (Old)
and /work/SRC/openSUSE:Factory/.gnome-online-accounts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-online-accounts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes
2012-05-22 10:09:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
2012-10-04 18:39:48.000000000 +0200
@@ -1,0 +2,105 @@
+Mon Sep 24 08:48:47 UTC 2012 - [email protected]
+
+- Update to version 3.6.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 17 21:04:48 UTC 2012 - [email protected]
+
+- Update to version 3.5.92:
+ + Ensure that all dialogs have consistent and meaningful strings
+ (bgo#683692).
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 4 14:47:18 UTC 2012 - [email protected]
+
+- Update to version 3.5.91:
+ + Removed Twitter and Yahoo support (Nothing makes use of it)
+ + Updated translations.
+- Move the twitter specific .spec parts inside a with_twitter
+ defines, which is currently set to 0 (this allows us to re-enable
+ it without reworking the logic). This affects these blocks:
+ + libsocialweb-branding-openSUSE BuildRequires (which contains
+ the API keys)
+ + the TWITTER_KEY variable setup (extracts the API keys)
+ + the --*twitter* configure parameters.
+
+-------------------------------------------------------------------
+Tue Aug 21 07:54:47 UTC 2012 - [email protected]
+
+- Update to version 3.5.90:
+ + Support enterprise logins via Kerberos (bgo#679253)
+ + Drop the Microsoft Exchange and Windows Live icons, and use a
+ transparent PNG as the fallback
+ + Add a goa_client_lookup_by_id API for looking up an account
+ using its ID
+ + Bugs fixed: bgo#681720
+ + Updated translations.
+- Enable kerberos support:
+ + Add krb5-mini-devel BuildRequires
+ + Add pkgconfig(gcr-3) BuildRequires
+ + Pass --enable-kerberos to configure.
+
+-------------------------------------------------------------------
+Tue Aug 7 10:36:20 UTC 2012 - [email protected]
+
+- Update to version 3.5.5:
+ + introspection: Add exported package information to GIR
+ (bgo#680622)
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 17 12:16:59 UTC 2012 - [email protected]
+
+- Update to version 3.5.4:
+ + Ported to libsecret
+ + Bugs fixed: bgo#670298, bgo#678907
+ + Updated translations.
+- Replace pkgconfig(gnome-keyring-1) BuildRequires with
+ pkgconfig(libsecret-1): following upstreams switch to libsecret.
+
+-------------------------------------------------------------------
+Mon Jun 25 16:39:40 UTC 2012 - [email protected]
+
+- Update to version 3.5.3:
+ + Facebook is now enabled by default
+ + Microsoft Exchange is enabled by default
+ + The AddAccount method exposed by
+ org.gnome.OnlineAccounts.Manager now requires a new argument of
+ type a{sv}.
+ + Methods to directly interact with the keyring are no longer
+ exported as public API.
+ + Updated translations:
+
+-------------------------------------------------------------------
+Thu Jun 7 16:39:26 UTC 2012 - [email protected]
+
+- Update to version 3.5.2:
+ + Bugs fixed:
+ - bgo#659435: New Google authentication page doesn't fit
+ - bgo#671980: Restrict the spinner's size and show a heading
+ text
+ - bgo#675930: Facebook web authentication window too small
+ - bgo#676659: Remove custom CSS styling
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed May 16 18:03:09 UTC 2012 - [email protected]
+
+- Update to version 3.5.1:
+ + Support Microsoft Exchange using EWS
+ + Add API to enable/disable Mail, Calendar, Contacts, Chat &
+ Documents
+ + Add org.gnome.OnlineAccounts.PasswordBased D-Bus interface
+ + Request read and write access to a user's files stored in
+ Skydrive
+ + Improve the design of the Online Accounts panel in System
+ Settings
+ + Bugs fixed: bgo#669042, bgo#669625, bgo#672510, bgo#672785,
+ bgo#673959, bgo#674165, bgo#674292
+ + Updated translations.
+- Pass --enable-exchange to configure: enable Exchange support.
+- Add pkgconfig(libxml-2.0) BuildRequires: new dependency.
+
+-------------------------------------------------------------------
Old:
----
gnome-online-accounts-3.4.2.tar.xz
New:
----
gnome-online-accounts-3.6.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-online-accounts.spec ++++++
--- /var/tmp/diff_new_pack.1JfY9p/_old 2012-10-04 18:39:49.000000000 +0200
+++ /var/tmp/diff_new_pack.1JfY9p/_new 2012-10-04 18:39:49.000000000 +0200
@@ -16,29 +16,37 @@
#
+# Version 3.5.91 temporarly dropped twitter (and yahoo) support, as there is
no app making use of it.
+%define with_twitter 0
+
Name: gnome-online-accounts
-Version: 3.4.2
+Version: 3.6.0
Release: 0
Summary: GNOME service to access online accounts
License: LGPL-2.1+
Group: System/GUI/GNOME
Url: http://www.gnome.org
-Source:
http://download.gnome.org/sources/gnome-online-accounts/3.4/%{name}-%{version}.tar.xz
+Source:
http://download.gnome.org/sources/gnome-online-accounts/3.6/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool
+BuildRequires: krb5-mini-devel
+%if 0%{?with_twitter}
# libsocialweb-branding-openSUSE is a package that already contains the right
API keys. Instead of
# duplicating them in the .spec file here, we include them from
libsocialweb-branding.
BuildRequires: libsocialweb-branding-openSUSE
+%endif
BuildRequires: update-desktop-files
+BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gnome-keyring-1)
-BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.1
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libnotify)
-BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.26
+BuildRequires: pkgconfig(libsecret-1)
+BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.38
+BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(rest-0.7)
BuildRequires: pkgconfig(webkitgtk-3.0)
Recommends: %{name}-lang
@@ -93,6 +101,7 @@
%setup -q
%build
+%if 0%{?with_twitter}
TWITTER=$(cat %{_datadir}/libsocialweb/keys/twitter)
if test "x$TWITTER" = "x"; then
echo "No API keys for twitter."
@@ -100,15 +109,20 @@
fi
TWITTER_KEY=$(echo $TWITTER | awk '{print $1}')
TWITTER_SECRET=$(echo $TWITTER | awk '{print $2}')
+%endif
%configure \
--disable-static \
--enable-gtk-doc \
+%if 0%{?with_twitter}
--enable-twitter \
--with-twitter-consumer-key=$TWITTER_KEY \
--with-twitter-consumer-secret=$TWITTER_SECRET \
+%endif
--enable-facebook \
--enable-google \
- --enable-windows-live
+ --enable-windows-live \
+ --enable-kerberos \
+ --enable-exchange
make %{?_smp_mflags}
%install
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]