diff --git a/gnome-online-accounts-3.10.2.tar.xz b/gnome-online-accounts-3.10.2.tar.xz deleted file mode 100644 index 53675c7..0000000 --- a/gnome-online-accounts-3.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b2418c1845337b6574a12d2075d319d8aaa5bbc4b0d1d123108c5da00e11b97 -size 1267216 diff --git a/gnome-online-accounts-3.12.0.tar.xz b/gnome-online-accounts-3.12.0.tar.xz new file mode 100644 index 0000000..48cc518 --- /dev/null +++ b/gnome-online-accounts-3.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d44afb3b993b7fb465d19b1b572db423bc7591e309f829d0639c802d7dfcc2 +size 1286904 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 1962729..723ccd1 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Tue Mar 25 10:48:41 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 19 08:51:47 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + bgo#726353: kerberos: Leaking credentials, cursors, principals + and GDateTime. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 5 18:59:35 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Updated translations. +- Remove traces of twitter support (disabled since version 3.7,91): + Support has been removed from the codebase. + +------------------------------------------------------------------- +Tue Feb 18 19:03:40 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Pocket is enabled by default (bgo#724300). + + Bugs fixed: Replace GOA logging with GLib logging (bgo#723926). + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 4 17:24:41 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.5: + + Remove unused GoaSpinnerButton widget (bgo#689609). + + imap-smtp: Export the SASL mechanism used for SMTP + (bgo#720262). + + google: Add support for printers (bgo#723370). + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 14 17:58:36 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + Support Pocket (bgo#704564). + + Replace deprecated GtkStock (bgo#720632). + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 18 13:53:17 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.3: + + Bugs fixed: bgo#701500, bgo#712535, bgo#712843, bgo#720446. + + Updated translations. + +------------------------------------------------------------------- +Wed Nov 20 16:35:18 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.2: + + Support kernel keyring based Kerberos accounts (bgo#707402, + bgo#710116). + + Support Windows Live mail (bgo#709393). + + Bugs fixed: bgo#699491, bgo#704564, bgo#705395, bgo#706614, + bgo#706664, bgo#706803, bgo#706894, bgo#706987, bgo#707005, + bgo#707006, bgo#707435, bgo#707916, bgo#708399, bgo#708462, + bgo#708832, bgo#708975, bgo#709103, bgo#709570, bgo#709953, + bgo#709955, bgo#710363, bgo#711472, bgo#711572, bgo#711696. + + Updated translations. + ------------------------------------------------------------------- Tue Nov 12 16:55:46 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 260d517..a5768cf 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-online-accounts # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,33 +16,26 @@ # -%define with_twitter 0 - Name: gnome-online-accounts -Version: 3.10.2 +Version: 3.12.0 Release: 0 Summary: GNOME service to access online accounts License: LGPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-online-accounts/3.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-online-accounts/3.12/%{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: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gcr-3) BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35 BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.1 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.1 BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) >= 2.41 @@ -106,23 +99,9 @@ libraries in GNOME can access the user's online accounts. translation-update-upstream %build -%if 0%{?with_twitter} -TWITTER=$(cat %{_datadir}/libsocialweb/keys/twitter) -if test "x$TWITTER" = "x"; then - echo "No API keys for twitter." - false -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 \