Updated soname

This commit is contained in:
Jaroslav Škarvada 2021-04-29 18:15:08 +02:00
parent 58870ebbd0
commit 507b917b9c
2 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,7 @@ diff -up gsm-1.0-pl17/Makefile.mk gsm-1.0-pl17/Makefile
+SO_MAJOR = 1
+SO_MINOR = 0
+SO_PATCH = 18
+SO_PATCH = 19
+SO_VER = $(SO_MAJOR).$(SO_MINOR).$(SO_PATCH)
# If your compiler needs additional flags/libraries, regardless of

View File

@ -1,10 +1,11 @@
# on update also change soname in the gsm-makefile.patch
%global ver_major 1
%global ver_minor 0
%global ver_patch 19
Name: gsm
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Shared libraries for GSM speech compressor
License: MIT
@ -13,7 +14,7 @@ Source: http://www.quut.com/gsm/%{name}-%{version}.tar.gz
Patch0: %{name}-makefile.patch
Patch1: %{name}-warnings.patch
BuildRequires: gcc
BuildRequires: make
BuildRequires: make
%global srcver %{ver_major}.%{ver_minor}-pl%{ver_patch}
@ -112,6 +113,9 @@ export LDFLAGS="%{?__global_ldflags}"
%{_mandir}/man3/gsm_print.3*
%changelog
* Thu Apr 29 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 1.0.19-5
- Updated soname
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.19-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild