Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package folks for openSUSE:Factory checked in at 2024-03-20 21:11:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/folks (Old) and /work/SRC/openSUSE:Factory/.folks.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "folks" Wed Mar 20 21:11:26 2024 rev:60 rq:1159486 version:0.15.8 Changes: -------- --- /work/SRC/openSUSE:Factory/folks/folks.changes 2023-03-24 15:17:56.962114667 +0100 +++ /work/SRC/openSUSE:Factory/.folks.new.1905/folks.changes 2024-03-20 21:12:09.837140262 +0100 @@ -1,0 +2,35 @@ +Sun Mar 17 09:21:16 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 0.15.8: + + Major changes: + - simple-query: Avoid some silly string copies. + - Lots of translation updates. + + Bugs fixed: + - bluez: Follow breaking API change in dbusmock. + +------------------------------------------------------------------- +Wed Feb 28 08:50:39 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 0.15.7+7: + + build: add missing API declaration -include to dummy and EDS + backends. + + Revert "tests/bluez: Follow PairDevice() API change" + + Updated translations. +- Pass -Wno-error=return-type to CFLAGS: new meson version no + longer hides the errors/warnings, but vala is not yet better at + creating C code. + +------------------------------------------------------------------- +Tue Jan 16 07:44:07 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 0.15.7: + + Major changes: + - Add .editorconfig file. + - Lots of translation updates. + + Bugs fixed: + - bluez: Fix invalid ownership of property accessors in Device + interface. + - tests/telepathy: Use shared_library() to fix g-ir-scanner + which expects proper library. + +------------------------------------------------------------------- Old: ---- folks-0.15.6.tar.xz New: ---- _service folks-0.15.8.obscpio folks.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ folks.spec ++++++ --- /var/tmp/diff_new_pack.BsBykA/_old 2024-03-20 21:12:10.581167603 +0100 +++ /var/tmp/diff_new_pack.BsBykA/_new 2024-03-20 21:12:10.581167603 +0100 @@ -1,7 +1,7 @@ # # spec file for package folks # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global __requires_exclude libfolks|libfolks-dummy|libfolks-eds|libfolks-telepathy %define soversion 26 @@ -23,13 +24,13 @@ %define with_zeitgeist 0 Name: folks -Version: 0.15.6 +Version: 0.15.8 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.15/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst BuildRequires: gettext BuildRequires: gobject-introspection-devel @@ -164,6 +165,7 @@ %build %define _lto_cflags %{nil} +export CFLAGS="%{optflags} -Wno-error=return-type" %meson \ %if %{with_zeitgeist} -Dzeitgeist=true \ ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/folks.git</param> <param name="revision">0.15.8</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ folks.obsinfo ++++++ name: folks version: 0.15.8 mtime: 1710593468 commit: 554fca9ae1e37d0a5723f1d4ca8701b75c691a68
