2 Commits

Author SHA256 Message Date
755d17bdd7 Fix -devel package dependencies 2025-04-16 12:43:58 +02:00
945da8e065 Update to 0.5.1:
* Remove bundled code from libprotobuf-c
* Ensure compatibility with latest version of libprotobuf-c
* Improve compatibility with MSVC compiler
* Add support for Meson build system
2025-04-08 07:20:30 +02:00
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03195a24ef7a86c339cdf9069d7f7569ed511feaf55e853bfcb797d2698ba983
size 260987

BIN
libomemo-c-0.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 16 09:55:55 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Fix libomemo-c-devel dependencies. protobuf-c is required.
-------------------------------------------------------------------
Tue Apr 8 05:16:28 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.1:
* Remove bundled code from libprotobuf-c
* Ensure compatibility with latest version of libprotobuf-c
* Improve compatibility with MSVC compiler
* Add support for Meson build system
-------------------------------------------------------------------
Tue Jan 24 07:05:10 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libomemo-c
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define c_lib libomemo-c0
Name: libomemo-c
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: Fork of libsignal-protocol-c adding support for OMEMO XEP-0384 0.5.0+
License: GPL-3.0-only
@@ -30,6 +30,7 @@ BuildRequires: cmake >= 2.8.4
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(openssl) >= 1.0
BuildRequires: protobuf-c-devel
%description
This is a fork of libsignal-protocol-c, an implementation of Signal's ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging. The fork adds support for OMEMO as defined in XEP-0384 versions 0.3.0 and later.
@@ -38,6 +39,7 @@ This is a fork of libsignal-protocol-c, an implementation of Signal's ratcheting
Summary: Development files for libomemo-c
Group: Development/Libraries/C and C++
Requires: %{c_lib} = %{version}
Requires: protobuf-c-devel
%description -n libomemo-c-devel
Development files and headers for libomemo-c
@@ -74,8 +76,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%files -n %{c_lib}
%license LICENSE
%doc README.md
%{_libdir}/libomemo-c.so.0
%{_libdir}/libomemo-c.so.0.5.0
%{_libdir}/libomemo-c.so.*
%files devel
%dir %{_includedir}/omemo