2017-08-15 22:07:49 +00:00
|
|
|
%global glib2_version 2.52
|
2016-08-19 06:51:14 +00:00
|
|
|
%global gtk3_version 3.19.12
|
2016-08-30 17:27:27 +00:00
|
|
|
%global libsoup_version 2.42
|
|
|
|
%global webkitgtk4_version 2.7.2
|
2016-08-19 06:51:14 +00:00
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
Name: gnome-online-accounts
|
2017-09-05 17:23:16 +00:00
|
|
|
Version: 3.25.92
|
2017-08-15 22:07:49 +00:00
|
|
|
Release: 1%{?dist}
|
2013-07-11 10:57:53 +00:00
|
|
|
Summary: Single sign-on framework for GNOME
|
2011-06-15 11:26:17 +00:00
|
|
|
|
|
|
|
License: LGPLv2+
|
2015-05-26 12:56:39 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
2017-06-25 15:25:34 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.25/%{name}-%{version}.tar.xz
|
2011-06-15 11:26:17 +00:00
|
|
|
|
2016-08-30 17:27:27 +00:00
|
|
|
BuildRequires: pkgconfig(gcr-3)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2012-05-01 23:56:17 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: intltool
|
2012-08-21 01:05:42 +00:00
|
|
|
BuildRequires: krb5-devel
|
2016-08-30 17:27:27 +00:00
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkitgtk4_version}
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1) >= 0.7
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
|
|
|
BuildRequires: pkgconfig(rest-0.7)
|
2017-03-13 15:06:33 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
BuildRequires: pkgconfig(telepathy-glib)
|
|
|
|
%endif
|
2016-08-30 17:27:27 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2016-09-22 05:33:28 +00:00
|
|
|
BuildRequires: vala
|
2011-06-15 11:26:17 +00:00
|
|
|
|
2016-08-19 06:51:14 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
2016-08-30 17:27:27 +00:00
|
|
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
2013-10-08 14:04:09 +00:00
|
|
|
Requires: realmd
|
2016-08-30 17:27:27 +00:00
|
|
|
Requires: webkitgtk4%{?_isa} >= %{webkitgtk4_version}
|
2013-10-08 14:04:09 +00:00
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
%description
|
2013-07-11 10:57:53 +00:00
|
|
|
GNOME Online Accounts provides interfaces so that applications and libraries
|
|
|
|
in GNOME can access the user's online accounts. It has providers for Google,
|
2016-07-08 11:09:00 +00:00
|
|
|
ownCloud, Facebook, Flickr, Foursquare, Microsoft Account, Pocket, Microsoft
|
|
|
|
Exchange, IMAP/SMTP and Kerberos.
|
2011-06-15 11:26:17 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2014-09-03 18:45:55 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-06-15 11:26:17 +00:00
|
|
|
|
|
|
|
%description devel
|
2013-07-11 10:57:53 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
2011-06-15 11:26:17 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2012-05-01 23:56:17 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-gtk-doc \
|
2017-03-13 15:06:33 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
--disable-facebook \
|
|
|
|
--disable-foursquare \
|
|
|
|
--enable-telepathy \
|
|
|
|
%else
|
|
|
|
--disable-telepathy \
|
2012-05-01 23:56:17 +00:00
|
|
|
--enable-facebook \
|
2015-04-30 11:12:28 +00:00
|
|
|
--enable-foursquare \
|
2017-03-13 15:06:33 +00:00
|
|
|
%endif
|
|
|
|
--enable-exchange \
|
|
|
|
--enable-flickr \
|
2013-02-06 10:57:59 +00:00
|
|
|
--enable-google \
|
2013-02-26 15:48:13 +00:00
|
|
|
--enable-imap-smtp \
|
2012-08-21 01:05:42 +00:00
|
|
|
--enable-kerberos \
|
2012-10-23 09:07:03 +00:00
|
|
|
--enable-owncloud \
|
2014-03-18 16:01:20 +00:00
|
|
|
--enable-pocket \
|
2016-10-03 13:20:59 +00:00
|
|
|
--disable-silent-rules \
|
2012-05-01 23:56:17 +00:00
|
|
|
--enable-windows-live
|
2016-08-30 17:08:57 +00:00
|
|
|
%make_build
|
2011-06-15 11:26:17 +00:00
|
|
|
|
|
|
|
%install
|
2015-09-22 17:48:10 +00:00
|
|
|
%make_install
|
2015-03-04 20:30:47 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
2011-06-15 11:26:17 +00:00
|
|
|
|
2011-08-31 03:02:14 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2017-03-13 15:06:33 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
%find_lang %{name}-tpaw
|
|
|
|
%endif
|
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ] ; then
|
2013-08-22 17:55:14 +00:00
|
|
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2011-06-15 11:26:17 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
2013-08-22 17:55:14 +00:00
|
|
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2011-06-15 11:26:17 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
2017-03-13 15:06:33 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
%files -f %{name}.lang -f %{name}-tpaw.lang
|
|
|
|
%else
|
2016-02-12 14:34:41 +00:00
|
|
|
%files -f %{name}.lang
|
2017-03-13 15:06:33 +00:00
|
|
|
%endif
|
|
|
|
|
2015-03-05 12:49:08 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc COPYING
|
2016-09-16 11:16:45 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
2011-06-15 11:26:17 +00:00
|
|
|
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
|
|
|
%{_libdir}/libgoa-1.0.so.0
|
|
|
|
%{_libdir}/libgoa-1.0.so.0.0.0
|
2013-08-22 17:55:14 +00:00
|
|
|
%{_libdir}/libgoa-backend-1.0.so.1
|
|
|
|
%{_libdir}/libgoa-backend-1.0.so.1.0.0
|
2015-03-04 20:30:47 +00:00
|
|
|
%dir %{_libdir}/goa-1.0
|
|
|
|
%dir %{_libdir}/goa-1.0/web-extensions
|
|
|
|
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
|
2011-06-15 11:26:17 +00:00
|
|
|
%{_prefix}/libexec/goa-daemon
|
2015-05-29 14:32:03 +00:00
|
|
|
%{_prefix}/libexec/goa-identity-service
|
2011-06-15 11:26:17 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
2015-05-29 14:32:03 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Identity.service
|
2011-06-15 11:26:17 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/goa-*.png
|
2011-08-31 03:02:14 +00:00
|
|
|
%{_datadir}/man/man8/goa-daemon.8.gz
|
2014-06-24 15:53:02 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
|
2013-08-22 17:55:14 +00:00
|
|
|
|
2017-03-13 15:06:33 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/im-*.png
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/im-*.svg
|
|
|
|
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/irc-networks.xml
|
|
|
|
%endif
|
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
%files devel
|
|
|
|
%{_includedir}/goa-1.0/
|
|
|
|
%{_libdir}/libgoa-1.0.so
|
|
|
|
%{_libdir}/libgoa-backend-1.0.so
|
2016-09-16 11:16:45 +00:00
|
|
|
%dir %{_datadir}/gir-1.0
|
2011-06-15 11:26:17 +00:00
|
|
|
%{_datadir}/gir-1.0/Goa-1.0.gir
|
|
|
|
%{_libdir}/pkgconfig/goa-1.0.pc
|
|
|
|
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
|
|
|
%{_datadir}/gtk-doc/html/goa/
|
2012-10-23 09:07:03 +00:00
|
|
|
%{_libdir}/goa-1.0/include
|
2016-04-13 20:02:28 +00:00
|
|
|
%{_datadir}/vala/
|
2012-10-23 09:07:03 +00:00
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
%changelog
|
2017-09-05 17:23:16 +00:00
|
|
|
* Tue Sep 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.92-1
|
|
|
|
- Update to 3.25.92
|
|
|
|
|
2017-08-15 22:07:49 +00:00
|
|
|
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
|
|
|
|
- Update to 3.25.90
|
|
|
|
|
2017-08-02 22:04:31 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:46:55 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-20 12:15:57 +00:00
|
|
|
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.4-1
|
|
|
|
- Update to 3.25.4
|
|
|
|
|
2017-06-25 15:25:34 +00:00
|
|
|
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
|
|
|
|
- Update to 3.25.3
|
|
|
|
|
2017-05-30 09:05:30 +00:00
|
|
|
* Tue May 30 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.1-1
|
|
|
|
- Update to 3.24.1
|
|
|
|
|
2017-03-21 10:30:00 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
2017-03-17 06:01:35 +00:00
|
|
|
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
|
|
|
|
- Update to 3.23.92
|
|
|
|
|
2017-03-03 18:02:31 +00:00
|
|
|
* Fri Mar 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.91-1
|
|
|
|
- Update to 3.23.91
|
|
|
|
|
2017-02-28 11:30:46 +00:00
|
|
|
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
|
|
|
|
- Update to 3.23.90
|
|
|
|
|
2017-02-10 11:25:40 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-19 12:45:26 +00:00
|
|
|
* Thu Jan 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.4-1
|
|
|
|
- Update to 3.23.4
|
|
|
|
|
2016-12-14 16:53:21 +00:00
|
|
|
* Wed Dec 14 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.23.3-1
|
|
|
|
- Update to 3.23.3
|
|
|
|
|
2016-12-14 11:37:43 +00:00
|
|
|
* Wed Dec 14 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
|
|
|
|
- Update to 3.22.3
|
|
|
|
|
2016-11-15 22:07:17 +00:00
|
|
|
* Tue Nov 15 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
|
|
|
|
- Update to 3.22.2
|
|
|
|
|
2016-10-12 18:47:34 +00:00
|
|
|
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
|
- Update to 3.22.1
|
|
|
|
|
2016-09-22 05:33:28 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
|
|
|
|
- BR vala instead of obsolete vala-tools subpackage
|
|
|
|
|
2016-09-22 03:25:34 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
2016-09-16 11:13:24 +00:00
|
|
|
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
2016-09-16 11:16:45 +00:00
|
|
|
- Co-own gir directories instead of depending on gobject-introspection
|
2016-09-16 11:13:24 +00:00
|
|
|
|
2016-09-03 18:08:39 +00:00
|
|
|
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
2016-09-03 18:10:20 +00:00
|
|
|
- Don't set group tags
|
2016-09-03 18:08:39 +00:00
|
|
|
|
2016-08-30 17:27:27 +00:00
|
|
|
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-3
|
|
|
|
- Set minimum libsoup & webkitgtk4 versions; use pkgconfig(...) for BRs
|
|
|
|
|
2016-08-30 17:08:57 +00:00
|
|
|
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-2
|
|
|
|
- Use make_build macro
|
|
|
|
|
2016-08-19 06:45:47 +00:00
|
|
|
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
|
|
|
- Update to 3.21.90
|
2016-08-19 06:51:14 +00:00
|
|
|
- Set minimum glib2 and gtk3 versions
|
2016-08-19 06:45:47 +00:00
|
|
|
|
2016-07-20 12:22:55 +00:00
|
|
|
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
|
|
|
|
- Update to 3.21.4
|
|
|
|
|
2016-06-22 15:07:34 +00:00
|
|
|
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
|
|
|
|
- Update to 3.21.3
|
|
|
|
|
2016-05-03 11:10:53 +00:00
|
|
|
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
|
|
|
|
- Update to 3.21.1
|
|
|
|
|
2016-04-13 19:56:14 +00:00
|
|
|
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
2016-04-13 20:02:28 +00:00
|
|
|
- Package vala bindings
|
2016-04-13 19:56:14 +00:00
|
|
|
|
2016-03-22 06:42:40 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-16 17:12:23 +00:00
|
|
|
* Wed Mar 16 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92.1-1
|
|
|
|
- Update to 3.19.92.1
|
|
|
|
|
2016-03-16 14:34:16 +00:00
|
|
|
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
2016-02-16 18:02:02 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-12 14:14:41 +00:00
|
|
|
* Fri Feb 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.4-3
|
|
|
|
- Disable Telepathy
|
|
|
|
|
2016-02-03 22:28:04 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 22:36:07 +00:00
|
|
|
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
|
|
|
|
- Update to 3.19.4
|
|
|
|
|
2015-12-15 18:39:49 +00:00
|
|
|
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
|
|
|
|
- Update to 3.19.3
|
|
|
|
|
2015-11-25 07:52:28 +00:00
|
|
|
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
|
|
|
|
- Update to 3.19.2
|
|
|
|
|
2015-10-28 09:25:08 +00:00
|
|
|
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
|
|
|
|
- Update to 3.19.1
|
|
|
|
|
2015-10-14 19:20:21 +00:00
|
|
|
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-09-22 17:44:36 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
2015-09-22 17:48:10 +00:00
|
|
|
- Use make_install macro
|
2015-09-22 17:44:36 +00:00
|
|
|
|
2015-09-16 12:30:00 +00:00
|
|
|
* Wed Sep 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92.1-1
|
|
|
|
- Update to 3.17.92.1
|
|
|
|
|
2015-09-15 10:50:56 +00:00
|
|
|
* Tue Sep 15 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92-1
|
|
|
|
- Update to 3.17.92
|
|
|
|
|
2015-09-09 11:55:00 +00:00
|
|
|
* Wed Sep 09 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
2015-06-17 08:57:32 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-29 14:32:03 +00:00
|
|
|
* Fri May 29 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.2-1
|
|
|
|
- Update to 3.17.2
|
|
|
|
|
2015-05-12 08:48:49 +00:00
|
|
|
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
|
|
|
|
2015-04-30 11:12:28 +00:00
|
|
|
* Thu Apr 30 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-2
|
|
|
|
- Enable Foursquare
|
|
|
|
|
2015-03-23 12:34:27 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-04 20:30:47 +00:00
|
|
|
* Wed Mar 04 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
|
- Update to 3.15.91
|
2015-03-05 12:49:08 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-04 20:30:47 +00:00
|
|
|
|
2015-02-23 21:27:00 +00:00
|
|
|
* Mon Feb 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
|
2015-01-19 12:53:11 +00:00
|
|
|
* Mon Jan 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.4-1
|
|
|
|
- Update to 3.15.4
|
|
|
|
|
2014-12-19 16:33:00 +00:00
|
|
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
|
|
|
|
- Update to 3.15.3
|
|
|
|
|
2014-11-26 22:30:36 +00:00
|
|
|
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
2014-11-26 12:35:03 +00:00
|
|
|
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
|
|
|
|
- Update to 3.15.1
|
|
|
|
|
2014-11-12 16:42:01 +00:00
|
|
|
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
|
|
|
|
- Update to 3.14.2
|
|
|
|
|
2014-10-16 11:52:35 +00:00
|
|
|
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2014-09-23 13:25:21 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-16 16:37:24 +00:00
|
|
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
|
|
- Update to 3.13.92
|
|
|
|
|
2014-09-03 18:42:26 +00:00
|
|
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
|
|
- Update to 3.13.91
|
|
|
|
|
2014-08-18 09:29:32 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-16 17:55:14 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 17:00:47 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-24 15:13:42 +00:00
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
|
- Update to 3.13.3
|
|
|
|
|
2014-06-07 17:19:29 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 12:48:47 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
|
|
|
|
- Update to 3.13.2
|
|
|
|
|
2014-05-01 21:34:00 +00:00
|
|
|
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
|
|
|
|
- Update to 3.13.1
|
|
|
|
|
2014-04-15 22:19:32 +00:00
|
|
|
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-04-01 09:09:13 +00:00
|
|
|
* Tue Apr 01 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
|
|
|
|
- Popup is too small to display Facebook authorization (GNOME #726609)
|
|
|
|
|
2014-03-25 10:20:48 +00:00
|
|
|
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-18 16:01:20 +00:00
|
|
|
* Tue Mar 18 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.92-1
|
|
|
|
- Update to 3.11.92
|
|
|
|
|
2014-03-08 18:16:30 +00:00
|
|
|
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2014-02-18 17:37:28 +00:00
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
|
- Update to 3.11.90
|
|
|
|
|
2014-02-04 12:27:12 +00:00
|
|
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
|
- Update to 3.11.5
|
|
|
|
|
2014-01-15 10:22:58 +00:00
|
|
|
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
|
|
|
|
- Update to 3.11.4
|
|
|
|
|
2013-12-18 17:05:18 +00:00
|
|
|
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.3-1
|
|
|
|
- Update to 3.11.3
|
|
|
|
|
2013-11-25 17:29:17 +00:00
|
|
|
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
|
|
|
|
- Update to 3.11.2
|
|
|
|
|
2013-11-12 16:32:34 +00:00
|
|
|
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.2-1
|
|
|
|
- Update to 3.10.2
|
|
|
|
|
2013-10-18 12:15:33 +00:00
|
|
|
* Fri Oct 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.1-2
|
2013-10-18 12:14:23 +00:00
|
|
|
- Adapt to changes in the redirect URI used by Facebook (GNOME #710363)
|
|
|
|
|
2013-10-16 07:15:11 +00:00
|
|
|
* Wed Oct 16 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-10-08 14:04:09 +00:00
|
|
|
* Tue Oct 08 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-3
|
|
|
|
- Add a Requires on realmd (Red Hat #949741)
|
|
|
|
|
2013-09-27 13:22:22 +00:00
|
|
|
* Fri Sep 27 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-2
|
|
|
|
- Fix GNOME #708462 and #708832
|
|
|
|
|
2013-09-24 23:42:27 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-18 10:16:01 +00:00
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
|
|
|
|
- Update to 3.9.92
|
|
|
|
|
2013-09-03 22:38:15 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-29 15:17:25 +00:00
|
|
|
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
|
|
|
|
- Update to new webkitgtk-2.1.90 API
|
|
|
|
|
2013-08-22 17:55:14 +00:00
|
|
|
* Thu Aug 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
|
|
|
|
2013-08-03 15:33:53 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-11 10:57:53 +00:00
|
|
|
* Thu Jul 11 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
|
|
|
|
- Update to 3.9.4
|
|
|
|
- Update summary and description to match upstream DOAP file
|
|
|
|
|
2013-06-02 15:08:16 +00:00
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
|
|
|
- Update to 3.9.2
|
|
|
|
|
2013-05-04 09:40:20 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
|
|
|
- Update to 3.9.1
|
|
|
|
|
2013-04-15 10:59:21 +00:00
|
|
|
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-26 12:23:12 +00:00
|
|
|
* Tue Mar 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-20 17:02:19 +00:00
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-05 13:04:05 +00:00
|
|
|
* Tue Mar 05 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-26 15:48:13 +00:00
|
|
|
* Tue Feb 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.90-2
|
|
|
|
- Enable IMAP / SMTP
|
|
|
|
|
2013-02-22 13:00:19 +00:00
|
|
|
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
|
|
|
- Update to 3.7.90
|
|
|
|
|
2013-02-06 10:57:59 +00:00
|
|
|
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-02-05 23:33:26 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
|
|
|
|
- Rebuilt for libgcr soname bump
|
|
|
|
|
2013-01-14 14:52:51 +00:00
|
|
|
* Mon Jan 14 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2013-01-03 10:02:50 +00:00
|
|
|
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
|
|
|
|
2012-11-18 20:54:27 +00:00
|
|
|
* Sun Nov 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
2012-10-23 09:07:03 +00:00
|
|
|
* Tue Oct 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.1-1
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2012-10-15 13:42:29 +00:00
|
|
|
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
|
|
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
|
|
|
* Mon Sep 17 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
|
|
|
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
|
|
|
|
- Update to 3.5.91
|
|
|
|
|
2012-08-21 01:05:42 +00:00
|
|
|
* Tue Aug 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-08-07 10:52:44 +00:00
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
|
2012-07-27 05:24:31 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 09:34:23 +00:00
|
|
|
* Mon Jul 16 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-06-25 12:48:55 +00:00
|
|
|
* Mon Jun 25 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-06-05 12:42:18 +00:00
|
|
|
* Tue Jun 05 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-05-01 23:56:17 +00:00
|
|
|
* Wed May 02 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-04-17 12:39:19 +00:00
|
|
|
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-26 15:58:08 +00:00
|
|
|
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-21 06:16:44 +00:00
|
|
|
* Wed Mar 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92.1-1
|
|
|
|
- Update to 3.3.92.1
|
|
|
|
|
2012-03-20 08:03:23 +00:00
|
|
|
* Tue Mar 20 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-01-13 03:52:19 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-19 18:23:59 +00:00
|
|
|
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-2
|
|
|
|
- Enable Windows Live provider.
|
|
|
|
|
2011-12-19 18:11:13 +00:00
|
|
|
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-1
|
|
|
|
- Update to 3.3.0.
|
|
|
|
- Update source url.
|
|
|
|
|
2011-10-26 23:54:01 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-18 10:32:46 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2011-09-28 12:13:44 +00:00
|
|
|
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 3.2.0.1-1
|
|
|
|
- Update to 3.2.0.1
|
|
|
|
|
2011-09-27 03:55:08 +00:00
|
|
|
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-20 11:13:42 +00:00
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
|
|
|
|
- Update to 3.1.91
|
|
|
|
|
2011-08-31 02:26:24 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
|
|
|
|
- Update to 3.1.90
|
|
|
|
|
2011-07-01 14:34:44 +00:00
|
|
|
* Fri Jul 01 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
2011-06-15 11:26:17 +00:00
|
|
|
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-3
|
|
|
|
- Add more necessary patches
|
|
|
|
|
|
|
|
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-2
|
|
|
|
- Update with review comments from Peter Robinson
|
|
|
|
|
|
|
|
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
|
|
|
|
- First version
|
|
|
|
|