|
|
@ -1,6 +1,6 @@
|
|
|
|
Summary: ZRTP keys exchange protocol implementation
|
|
|
|
Summary: ZRTP keys exchange protocol implementation
|
|
|
|
Name: bzrtp
|
|
|
|
Name: bzrtp
|
|
|
|
Version: 5.3.54
|
|
|
|
Version: 5.3.79
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
@ -16,6 +16,8 @@ BuildRequires: ninja-build
|
|
|
|
BuildRequires: pkgconfig(bctoolbox) >= %{version}
|
|
|
|
BuildRequires: pkgconfig(bctoolbox) >= %{version}
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
|
|
|
|
bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
|
|
|
@ -58,6 +60,9 @@ sed -i -e '/project/s/\(VERSION\)\s\+[0-9]\+\(\.[0-9]\+\)\+/\1 %{version}/' CMak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 20 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 5.3.79-1.inferit
|
|
|
|
|
|
|
|
- Update to 5.3.79-1.inferit
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.3.54-1.inferit
|
|
|
|
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.3.54-1.inferit
|
|
|
|
- Update to 5.3.54
|
|
|
|
- Update to 5.3.54
|
|
|
|
- Clean up spec
|
|
|
|
- Clean up spec
|
|
|
|