diff --git a/gnome-online-accounts-3.26.2.tar.xz b/gnome-online-accounts-3.26.2.tar.xz deleted file mode 100644 index 18ecd91..0000000 --- a/gnome-online-accounts-3.26.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49f8760d86fe33057eaeeb4f1667bc7f6163e428591e7aed9575563be10b17d1 -size 1405424 diff --git a/gnome-online-accounts-3.27.92.tar.xz b/gnome-online-accounts-3.27.92.tar.xz new file mode 100644 index 0000000..e0e3410 --- /dev/null +++ b/gnome-online-accounts-3.27.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf019404155577b74d76e8c927c02076e6ec577e10fff2a7920c1b024e7b263 +size 1531304 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 9e633dd..c034029 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 5 20:22:35 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.92: + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:29:07 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + ------------------------------------------------------------------- Fri Feb 2 11:43:41 UTC 2018 - bjorn.lie@gmail.com @@ -7,6 +18,45 @@ Fri Feb 2 11:43:41 UTC 2018 - bjorn.lie@gmail.com --enable-media-server to configure, pass --disable-media-server instead. +------------------------------------------------------------------- +Wed Dec 27 23:15:50 UTC 2017 - luc14n0@linuxmail.org + +- Update inside-spec comment: don't remove intltool yet, + telepathy-account-widgets still depends on it. + +------------------------------------------------------------------- +Fri Dec 22 02:49:29 UTC 2017 - luc14n0@linuxmail.org + +- 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 - luc14n0@linuxmail.org + +- 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). + ------------------------------------------------------------------- Thu Dec 14 20:26:33 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index d0764c5..da5b158 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -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 @@ gnome-online-accounts provides interfaces so applications and 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 @@ translation-update-upstream --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 @@ rm -rf %{buildroot} %{_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