Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2020-04-23 18:26:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/folks (Old)
 and      /work/SRC/openSUSE:Factory/.folks.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "folks"

Thu Apr 23 18:26:08 2020 rev:50 rq:795176 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/folks/folks.changes      2020-01-24 
14:21:33.806627758 +0100
+++ /work/SRC/openSUSE:Factory/.folks.new.2738/folks.changes    2020-04-23 
18:26:09.783596851 +0200
@@ -1,0 +2,25 @@
+Wed Mar 11 10:40:28 UTC 2020 - bjorn....@gmail.com
+
+- Update to version 0.14.0:
+  + Updated translations.
+- Module_version is now 46.
+- Rename sub-package libfolks-data to folks-data, and add Obsoletes
+  and Provides libfolks-data to ease upgrades for our end-users.
+  Eliminates rpm-lint warning.
+
+-------------------------------------------------------------------
+Tue Feb  4 08:05:54 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 0.13.2:
+  + Drop python2 dependency.
+  + Use the key-file backend to link personas.
+  + Automatically pick the correct E-D-S AddressBook version (using
+    pkgconfig).
+  + GSettings conversion tool no longer installed.
+  + Build failure with meson-0.53.0.
+- Drop folks-meson-0.53.patch: fixed upstream.
+- Add python3-dbusmock BuildRequires and Requires: the dependency
+  is not new, but the build system now checks for it and it made
+  apparent that we forgot to add this in the past.
+
+-------------------------------------------------------------------

Old:
----
  folks-0.13.1.tar.xz
  folks-meson-0.53.patch

New:
----
  folks-0.14.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ folks.spec ++++++
--- /var/tmp/diff_new_pack.NwjQh2/_old  2020-04-23 18:26:10.335597908 +0200
+++ /var/tmp/diff_new_pack.NwjQh2/_new  2020-04-23 18:26:10.339597916 +0200
@@ -17,22 +17,21 @@
 
 
 %define soversion      25
-%define module_version 45
+%define module_version 46
 %define with_zeitgeist  0
 Name:           folks
-Version:        0.13.1
+Version:        0.14.0
 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:         
https://download.gnome.org/sources/folks/0.13/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM folks-meson-0.53.patch dims...@opensuse.org -- 
https://gitlab.gnome.org/GNOME/folks/issues/119
-Patch0:         folks-meson-0.53.patch
+Source:         
https://download.gnome.org/sources/folks/0.14/%{name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  meson >= 0.49
 BuildRequires:  pkgconfig
+BuildRequires:  python3-dbusmock
 BuildRequires:  readline-devel
 BuildRequires:  vala >= 0.22.0.28
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -47,6 +46,7 @@
 %if %{with_zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.14
 %endif
+Requires:       python3-dbusmock
 
 %description
 libfolks is a library that aggregates people from multiple sources (e.g.
@@ -57,19 +57,21 @@
 # To make lang package installable
 # We assume that future -data packages remain backwards compatible
 Group:          System/Libraries
-Requires:       libfolks-data >= %{version}
+Requires:       folks-data >= %{version}
 Provides:       %{name} = %{version}
 
 %description -n libfolks%{soversion}
 libfolks is a library that aggregates people from multiple sources (e.g.
 Telepathy connection managers) to create metacontacts.
 
-%package -n libfolks-data
+%package data
 Summary:        Data files for libfolks, a library to create metacontacts from 
many sources
 Group:          System/Libraries
 %glib2_gsettings_schema_requires
+Obsoletes:      libfolks-data < %{version}
+Provides:       libfolks-data = %{version}
 
-%description -n libfolks-data
+%description data
 libfolks is a library that aggregates people from multiple sources (e.g.
 Telepathy connection managers) to create metacontacts.
 
@@ -155,7 +157,7 @@
 metacontacts.
 
 %package devel
-Summary:        Development files for libfolks, a library to create 
metacontacts from many sources
+Summary:        Development files for libfolks
 Group:          Development/Libraries/GNOME
 Requires:       libfolks%{soversion} = %{version}
 Requires:       libfolks-eds%{soversion} = %{version}
@@ -170,6 +172,8 @@
 libfolks is a library that aggregates people from multiple sources (e.g.
 Telepathy connection managers) to create metacontacts.
 
+This package provides the development files.
+
 %lang_package
 
 %prep
@@ -188,6 +192,10 @@
 %install
 %meson_install
 find %{buildroot} -type f -name "*.la" -delete -print
+# We don't need the gconf -> gsettings convesion tool anymore
+# it was not installed in the previous versions and did not
+# cause bug reports.
+rm %{buildroot}/usr/share/GConf/gsettings/folks.convert
 %find_lang folks %{?no_lang_C}
 
 %post -n libfolks%{soversion} -p /sbin/ldconfig
@@ -215,7 +223,7 @@
 %{_libdir}/folks/%{module_version}/backends/key-file/
 %{_libdir}/folks/%{module_version}/backends/ofono/
 
-%files -n libfolks-data
+%files data
 %{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
 
 %files -n typelib-1_0-Folks-0_6

++++++ folks-0.13.1.tar.xz -> folks-0.14.0.tar.xz ++++++
++++ 7620 lines of diff (skipped)


Reply via email to