Skip to content

Commit a0f1895

Browse files
committed
Bump version to 3.1.1, bump ABI to 4.0.0
Rename spandsp3/libspandsp3* packages to spandsp4/libspandsp4*. Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
1 parent b280325 commit a0f1895

11 files changed

Lines changed: 28 additions & 20 deletions

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ EXTRA_DIST = autogen.sh \
3131
debian/compat \
3232
debian/control \
3333
debian/copyright \
34-
debian/libspandsp3.install \
35-
debian/libspandsp3-dev.install \
36-
debian/libspandsp3-doc.install \
34+
debian/libspandsp4.install \
35+
debian/libspandsp4-dev.install \
36+
debian/libspandsp4-doc.install \
3737
debian/rules \
3838
README.testdata \
3939
spandsp.spec \

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spandsp 3.1.0 - A DSP library for telephony
1+
spandsp 3.1.1 - A DSP library for telephony
22
-------------------------------------------
33

44
SpanDSP is a library of DSP functions for telephony, in the 8000 sample per

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
# @start 1
2020

2121
AC_PREREQ([2.69])
22-
AC_INIT([spandsp],[3.1.0])
22+
AC_INIT([spandsp],[3.1.1])
2323

2424
CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
2525
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
2626
LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS"
2727

2828
SPANDSP_LT_CURRENT=4
2929
SPANDSP_LT_REVISION=0
30-
SPANDSP_LT_AGE=1
30+
SPANDSP_LT_AGE=0
3131

3232
m4_include(m4/ax_compiler_vendor.m4)
3333
m4_include(m4/ax_check_real_file.m4)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
spandsp (3.1.1-0) unstable; urgency=medium
2+
3+
* Rename binary packages libspandsp3* to libspandsp4* (SONAME bump)
4+
5+
-- FreeSWITCH Solutions <packages@freeswitch.com> Fri, 31 Jul 2026 20:30:46 +0200
6+
17
spandsp (3.1.0-0) unstable; urgency=medium
28

39
* Packaged for FreeSWITCH

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: FreeSWITCH Solutions <packages@freeswitch.com>
55
Build-Depends: debhelper (>= 9), libtiff-dev, libjpeg-dev, doxygen, autotools-dev, docbook-xsl, xsltproc
66
Standards-Version: 3.9.6
77

8-
Package: libspandsp3
8+
Package: libspandsp4
99
Architecture: any
1010
Depends: ${shlibs:Depends}
1111
Description: Telephony signal processing library
@@ -15,10 +15,10 @@ Description: Telephony signal processing library
1515
.
1616
This package contains the shared library.
1717

18-
Package: libspandsp3-dev
18+
Package: libspandsp4-dev
1919
Section: libdevel
2020
Architecture: any
21-
Depends: libspandsp3 (= ${binary:Version}), libtiff-dev, libjpeg-dev
21+
Depends: libspandsp4 (= ${binary:Version}), libtiff-dev, libjpeg-dev
2222
Conflicts: libspandsp-dev
2323
Provides: libspandsp-dev
2424
Description: Telephony signal processing library
@@ -28,7 +28,7 @@ Description: Telephony signal processing library
2828
.
2929
This package contains the static library and development headers.
3030

31-
Package: libspandsp3-doc
31+
Package: libspandsp4-doc
3232
Section: doc
3333
Architecture: all
3434
Description: Documentation for the spandsp signal processing library

debian/libspandsp3-doc.install

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/libspandsp4-doc.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc/api/html usr/share/doc/libspandsp4-doc/api/

spandsp.spec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# BUILD using: rpmbuild -ba spandsp.spec
22
# DOC: https://fedoraproject.org/wiki/Packaging:SourceURL
3-
%global commit f995f452ee79d03c4afa90b10e86a5f9c553920c
43

54
Summary: A DSP library for telephony.
6-
Name: spandsp3
7-
Version: 3.1.0
5+
Name: spandsp4
6+
Version: 3.1.1
87
Release: 1
98
License: LGPLv2 and GPLv2
109
Group: System Environment/Libraries
1110
URL: http://www.soft-switch.org
1211
%undefine _disable_source_fetch
13-
Source0: https://github.com/freeswitch/spandsp/archive/%{commit}.tar.gz
12+
Source0: https://github.com/freeswitch/spandsp/archive/refs/tags/v%{version}.tar.gz
1413
BuildRoot: %{_tmppath}/spandsp-%{version}-%{release}-root-%(%{__id_u} -n)
1514

1615
BuildRequires: libtiff-devel%{?_isa}
@@ -35,7 +34,7 @@ information about these intellectual property issues.
3534
Summary: SpanDSP development files
3635
Group: Development/Libraries
3736
Conflicts: spandsp-devel
38-
Requires: spandsp3%{?_isa} = %{version}-%{release}
37+
Requires: spandsp4%{?_isa} = %{version}-%{release}
3938
Requires: libtiff-devel%{?_isa}
4039
Requires: libjpeg-turbo-devel%{?_isa}
4140

@@ -50,7 +49,7 @@ Group: Development/Libraries
5049
SpanDSP API documentation.
5150

5251
%prep
53-
%autosetup -n spandsp-%{commit}
52+
%autosetup -n spandsp-%{version}
5453

5554
%build
5655
autoreconf -i
@@ -92,6 +91,9 @@ rm -rf %{buildroot}
9291
%postun -p /sbin/ldconfig
9392

9493
%changelog
94+
* Fri Jul 31 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.1-1
95+
- Rename package to spandsp4 (SONAME bump)
96+
9597
* Thu Jul 30 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.0-1
9698
- Release for RPM based distros
9799

0 commit comments

Comments
 (0)