Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package purple-lurch for openSUSE:Factory checked in at 2021-03-30 21:06:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/purple-lurch (Old) and /work/SRC/openSUSE:Factory/.purple-lurch.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purple-lurch" Tue Mar 30 21:06:15 2021 rev:6 rq:874027 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/purple-lurch/purple-lurch.changes 2020-11-30 09:54:17.093803271 +0100 +++ /work/SRC/openSUSE:Factory/.purple-lurch.new.2401/purple-lurch.changes 2021-03-30 21:06:49.637141586 +0200 @@ -1,0 +2,20 @@ +Sat Feb 13 12:42:04 UTC 2021 - Alexei Sorokin <[email protected]> + +- Update to version 0.7.0: + * An API reachable through libpurple signals. + See lurch_api.h for details and usage. + * Testing setup using cmocka and tests for new modules. + * The possibility to dynamically link against the submodule + libaries. + * Change the /command handler using the API. + The commands are a bit different and some are new. + * Warnings are no longer displayed at level "error". + * Report skipped messages in conversation window and not just in + the debug log. + * Some memory handling improvements. + * Update the libomemo submodule to version 0.7.1. + * Update the axc submodule to version 0.3.4. +- Remove purple-lurch-libomemo-fix-dino-compat.patch, + libomemo-27.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- libomemo-27.patch lurch-0.6.8-src.tar.gz purple-lurch-libomemo-fix-dino-compat.patch New: ---- _service lurch-0.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ purple-lurch.spec ++++++ --- /var/tmp/diff_new_pack.KsB9VG/_old 2021-03-30 21:06:50.281142294 +0200 +++ /var/tmp/diff_new_pack.KsB9VG/_new 2021-03-30 21:06:50.281142294 +0200 @@ -1,7 +1,7 @@ # # spec file for package purple-lurch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,12 @@ %define _name lurch Name: purple-lurch -Version: 0.6.8 +Version: 0.7.0 Release: 0 Summary: OMEMO for libpurple License: GPL-3.0-only -Group: Productivity/Networking/Instant Messenger URL: https://github.com/gkdr/lurch -Source: https://github.com/gkdr/lurch/releases/download/v%{version}/%{_name}-%{version}-src.tar.gz -# PATCH-FIX-UPSTREAM purple-lurch-libomemo-fix-dino-compat.patch -- Fix compatibility issues with Dino (commit e3b2125e). -Patch0: purple-lurch-libomemo-fix-dino-compat.patch -# PATCH-FIX-UPSTREAM https://github.com/gkdr/libomemo/pull/27 -Patch1: libomemo-27.patch +Source: %{_name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel @@ -46,7 +41,6 @@ %package -n libpurple-plugin-%{_name} Summary: OMEMO for libpurple -Group: Productivity/Networking/Instant Messenger Recommends: libpurple-plugin-carbons Enhances: libpurple @@ -55,11 +49,11 @@ Pidgin by implementing OMEMO. %prep -%autosetup -p1 -n %{_name}-%{version} +%setup -q -n %{_name}-%{version} %build export CFLAGS='%{optflags}' -make %{?_smp_mflags} V=1 +%make_build %install %make_install ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="scm">git</param> <param name="url">https://github.com/gkdr/lurch.git</param> <param name="filename">lurch</param> <param name="versionformat">0.7.0</param> <param name="revision">84f72d85a6735d64ade8f8bc8619bd61699298b2</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version" /> </services>
