diff --git a/codec2.spec b/codec2.spec index 063024f..06aeab1 100644 --- a/codec2.spec +++ b/codec2.spec @@ -2,16 +2,16 @@ %{?rhel: %global cmake %cmake3} Name: codec2 -Version: 0.9.2 -Release: 8%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Next-Generation Digital Voice for Two-Way Radio License: LGPLv2 URL: http://rowetel.com/codec2.html Source0: https://github.com/drowe67/codec2/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc BuildRequires: cmake%{?rhel:3} +BuildRequires: gcc BuildRequires: libsamplerate-devel BuildRequires: lpcnetfreedv-devel BuildRequires: speex-devel @@ -68,7 +68,7 @@ libdir=\${exec_prefix}/%{_lib} Name: codec2 Description: Next-Generation Digital Voice for Two-Way Radio -Version: 0.9.2 +Version: 1.0.0 Cflags: -I\${includedir} Libs: -L\${libdir} -l%{name} EOF @@ -83,7 +83,6 @@ EOF %{_libdir}/*.so.* %files devel -%{_bindir}/* %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc @@ -91,6 +90,9 @@ EOF %changelog +* Sun Aug 08 2021 Richard Shaw - 1.0.0-1 +- Update to 1.0.0. + * Wed Jul 21 2021 Fedora Release Engineering - 0.9.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild