Hello community, here is the log from the commit of package folks for openSUSE:Factory checked in at 2019-10-17 12:58:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/folks (Old) and /work/SRC/openSUSE:Factory/.folks.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "folks" Thu Oct 17 12:58:05 2019 rev:48 rq:736511 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/folks/folks.changes 2019-05-03 22:17:32.220117924 +0200 +++ /work/SRC/openSUSE:Factory/.folks.new.2352/folks.changes 2019-10-17 12:58:07.245482854 +0200 @@ -1,0 +2,35 @@ +Fri Sep 6 02:05:31 UTC 2019 - [email protected] + +- Disable lto in build due to lto causing segfault in Geary. + +------------------------------------------------------------------- +Wed Sep 4 10:20:18 CDT 2019 - [email protected] + +- Update to version 0.13.1: + + Remove libsocialweb backend. +- Changes in version 0.12.1: + + Disabled tests that were failing to be able to build a tarball. +- Changes in version 0.12.0: + + Dropped depedency on libvaladoc (we now use the binary + directly). + + Bumped minimal GLib version to 2.44. + + Folks is now being built using meson. + + The autotools build definition was dropped. + + Dropped support for building without vala. + + Migrated to the GNOME GitLab and now use a CI-backed workflow. + + Moved from intltool to gettext. + + Various fixes for warnings. + + Lots of translation updates. + + Bugs fixed: + - Bug 784544 - Fatal error building git master. + - Bug 739997 - Crash when selecting contact. + - Bug 792238 - PotentialMatch: don't rely on null-terminated + string. + - Bug 792567 - Individual.display_name: don't fallback on + persona's display_id if it equals the IID. +- Switch to meson. +- Drop intltool dependency. Depend on gettext.. +- Drop folks-tracker.2.0.patch: fixed upstream. +- Module_version is now 45. + +------------------------------------------------------------------- Old: ---- folks-0.11.4.tar.xz folks-tracker.2.0.patch New: ---- folks-0.13.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ folks.spec ++++++ --- /var/tmp/diff_new_pack.0uWSXI/_old 2019-10-17 12:58:07.649481831 +0200 +++ /var/tmp/diff_new_pack.0uWSXI/_new 2019-10-17 12:58:07.653481820 +0200 @@ -17,29 +17,28 @@ %define soversion 25 -%define module_version 43 +%define module_version 45 %define with_zeitgeist 0 Name: folks -Version: 0.11.4 +Version: 0.13.1 Release: 0 Summary: Library to create metacontacts from multiple sources License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://telepathy.freedesktop.org/wiki/Folks -Source: http://download.gnome.org/sources/folks/0.11/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM folks-tracker.2.0.patch [email protected] -- Switch to tracker version 2.0, patch not upstream-ready -Patch0: folks-tracker.2.0.patch +Source: https://download.gnome.org/sources/folks/0.13/%{name}-%{version}.tar.xz +BuildRequires: gettext BuildRequires: gobject-introspection-devel -BuildRequires: intltool >= 0.50.0 +BuildRequires: meson >= 0.49 BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: vala >= 0.22.0.28 BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gee-0.8) >= 0.8.6 -BuildRequires: pkgconfig(gobject-2.0) >= 2.40.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.44.0 BuildRequires: pkgconfig(libebook-1.2) >= 3.13.90 BuildRequires: pkgconfig(libebook-contacts-1.2) >= 3.7.90 -BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90 +BuildRequires: pkgconfig(libedataserver-1.2) >= 3.33.2 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(telepathy-glib) >= 0.19.9 BuildRequires: pkgconfig(tracker-sparql-2.0) @@ -176,17 +175,17 @@ %autosetup -p1 %build -%configure \ - --disable-static \ - --enable-eds-backend \ - --enable-tracker-backend \ - --disable-libsocialweb-backend \ - --disable-fatal-warnings \ +%define _lto_cflags %{nil} +%meson \ + -Dtracker_backend=true \ +%if %{with_zeitgeist} + -Dzeitgeist=true \ +%endif %{nil} -%make_build +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %find_lang folks %{?no_lang_C} @@ -204,7 +203,7 @@ %files -n libfolks%{soversion} %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS NEWS README.md %{_libdir}/libfolks.so.%{soversion}* %{_libdir}/libfolks-dummy.so.%{soversion}* %dir %{_libdir}/folks @@ -216,7 +215,6 @@ %{_libdir}/folks/%{module_version}/backends/ofono/ %files -n libfolks-data -%{_datadir}/GConf/gsettings/folks.convert %{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml %files -n typelib-1_0-Folks-0_6 ++++++ folks-0.11.4.tar.xz -> folks-0.13.1.tar.xz ++++++ ++++ 526057 lines of diff (skipped)
