Hello community,
here is the log from the commit of package gnome-online-accounts for
openSUSE:Factory checked in at 2018-03-14 19:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-online-accounts (Old)
and /work/SRC/openSUSE:Factory/.gnome-online-accounts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-online-accounts"
Wed Mar 14 19:24:08 2018 rev:72 rq:584731 version:3.27.92
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes
2018-02-03 15:39:42.525200513 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
2018-03-14 19:24:09.908892757 +0100
@@ -1,0 +2,11 @@
+Mon Mar 5 20:22:35 UTC 2018 - [email protected]
+
+- Update to version 3.27.92:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:29:07 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
@@ -8,0 +20,39 @@
+
+-------------------------------------------------------------------
+Wed Dec 27 23:15:50 UTC 2017 - [email protected]
+
+- Update inside-spec comment: don't remove intltool yet,
+ telepathy-account-widgets still depends on it.
+
+-------------------------------------------------------------------
+Fri Dec 22 02:49:29 UTC 2017 - [email protected]
+
+- Update to version 3.27.3:
+ + Bugs fixed:
+ - Port to GTask from GSimpleAsyncResult (bgo#764157).
+ - Cookies from previous session are not cleared from the web
+ view (bgo#781005).
+ - Migrate from Intltool to Gettext (bgo#787250).
+ + Updated translations.
+- Adopt the use of %make_build macro rather than raw make command,
+ following the best practices.
+- Remove unneeded %clean section once RPM does this work itself
+ now.
+
+-------------------------------------------------------------------
+Fri Dec 15 03:27:01 UTC 2017 - [email protected]
+
+- Update to version 3.27.1:
+ + Bug fixed: Make the Git submodules work with Web proxies
+ (bgo#788769).
+ + Updated translations.
+- Add conditional use for translation-update-upstream: sle-only
+ requirement.
+- Drop parameter --with-cheese in %configure: no longer available.
+- Update Url to the current application's wiki page:
+ https://wiki.gnome.org/Projects/GnomeOnlineAccounts
+- Add pkgconfig(*) BuildRequires for alignment with configure.ac:
+ gio-2.0 and glib-2.0.
+- Run spec-cleaner to get the respective pkgconfigs of
+ gobject-introspection-devel and gtk-doc:
+ pkgconfig(gobject-introspection-1.0) and pkgconfig(gtk-doc).
Old:
----
gnome-online-accounts-3.26.2.tar.xz
New:
----
gnome-online-accounts-3.27.92.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-online-accounts.spec ++++++
--- /var/tmp/diff_new_pack.mwSd2b/_old 2018-03-14 19:24:11.076851288 +0100
+++ /var/tmp/diff_new_pack.mwSd2b/_new 2018-03-14 19:24:11.084851003 +0100
@@ -17,39 +17,44 @@
Name: gnome-online-accounts
-Version: 3.26.2
+Version: 3.27.92
Release: 0
Summary: GNOME service to access online accounts
-License: LGPL-2.0+
+License: LGPL-2.0-or-later
Group: System/GUI/GNOME
-Url: http://www.gnome.org
-Source:
http://download.gnome.org/sources/gnome-online-accounts/3.26/%{name}-%{version}.tar.xz
+URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
+Source:
http://download.gnome.org/sources/gnome-online-accounts/3.27/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
-BuildRequires: gobject-introspection-devel
-BuildRequires: gtk-doc
+# Don't drop intltool yet. Gettext migration was already done upstream
(3.27.3) but telepathy-account-widgets
+# module still use intltool and don't show any signs this will change any time
soon.
BuildRequires: intltool
-BuildRequires: translation-update-upstream
+BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gcr-3)
+BuildRequires: pkgconfig(gio-2.0) >= 2.52
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.52
-BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(glib-2.0) >= 2.52
+BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12
+BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(libaccounts-glib)
BuildRequires: pkgconfig(libsecret-1)
-BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
+BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(rest-0.7)
BuildRequires: pkgconfig(telepathy-glib)
BuildRequires: pkgconfig(vapigen)
-BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.7.2
+BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.12.0
# p11-kit is not 'strictly' seen a requirement, but without it none of the
SSL/TLS
# Certificates are considered valid, which results in a really bad experience.
Requires: p11-kit >= 0.16
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if !0%{?is_opensuse}
+BuildRequires: translation-update-upstream
+%endif
%description
gnome-online-accounts provides interfaces so applications and
@@ -96,14 +101,16 @@
libraries in GNOME can access the user's online accounts.
%lang_package
+
%prep
%setup -q
+%if !0%{?is_opensuse}
translation-update-upstream
+%endif
%build
%configure \
--disable-static \
- --with-cheese=yes \
--enable-gtk-doc \
--enable-exchange \
--enable-facebook \
@@ -117,28 +124,22 @@
--enable-pocket \
--enable-telepathy \
--enable-windows-live
-make %{?_smp_mflags}
+%make_build
%install
%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} %{?no_lang_C}
%find_lang gnome-online-accounts-tpaw %{name}.lang %{?no_lang_C}
-%clean
-rm -rf %{buildroot}
-
%post -n libgoa-1_0-0 -p /sbin/ldconfig
-
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
-
%post -n libgoa-backend-1_0-1 -p /sbin/ldconfig
-
%postun -n libgoa-backend-1_0-1 -p /sbin/ldconfig
%files
-%defattr(-,root,root)
-%doc COPYING NEWS
+%license COPYING
+%doc NEWS
%{_libexecdir}/goa-daemon
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
@@ -153,19 +154,15 @@
%{_datadir}/dbus-1/services/org.gnome.Identity.service
%files -n libgoa-1_0-0
-%defattr(-,root,root)
%{_libdir}/libgoa-1.0.so.*
%files -n typelib-1_0-Goa-1_0
-%defattr(-,root,root)
%{_libdir}/girepository-1.0/Goa-1.0.typelib
%files -n libgoa-backend-1_0-1
-%defattr(-,root,root)
%{_libdir}/libgoa-backend-1.0.so.*
%files devel
-%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/goa/
%{_includedir}/goa-1.0/
%dir %{_libdir}/goa-1.0
++++++ gnome-online-accounts-3.26.2.tar.xz ->
gnome-online-accounts-3.27.92.tar.xz ++++++
++++ 59855 lines of diff (skipped)