Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
755d17bdd7 | |||
945da8e065 |
@@ -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
BIN
libomemo-c-0.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Tue Jan 24 07:05:10 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libomemo-c
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define c_lib libomemo-c0
|
%define c_lib libomemo-c0
|
||||||
Name: libomemo-c
|
Name: libomemo-c
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fork of libsignal-protocol-c adding support for OMEMO XEP-0384 0.5.0+
|
Summary: Fork of libsignal-protocol-c adding support for OMEMO XEP-0384 0.5.0+
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -30,6 +30,7 @@ BuildRequires: cmake >= 2.8.4
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
|
BuildRequires: protobuf-c-devel
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
Summary: Development files for libomemo-c
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{c_lib} = %{version}
|
Requires: %{c_lib} = %{version}
|
||||||
|
Requires: protobuf-c-devel
|
||||||
|
|
||||||
%description -n libomemo-c-devel
|
%description -n libomemo-c-devel
|
||||||
Development files and headers for libomemo-c
|
Development files and headers for libomemo-c
|
||||||
@@ -74,8 +76,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
|||||||
%files -n %{c_lib}
|
%files -n %{c_lib}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/libomemo-c.so.0
|
%{_libdir}/libomemo-c.so.*
|
||||||
%{_libdir}/libomemo-c.so.0.5.0
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/omemo
|
%dir %{_includedir}/omemo
|
||||||
|
Reference in New Issue
Block a user