Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ EXTRA_DIST = autogen.sh \
debian/compat \
debian/control \
debian/copyright \
debian/libspandsp3.install \
debian/libspandsp3-dev.install \
debian/libspandsp3-doc.install \
debian/libspandsp4.install \
debian/libspandsp4-dev.install \
debian/libspandsp4-doc.install \
debian/rules \
README.testdata \
spandsp.spec \
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spandsp 3.1.0 - A DSP library for telephony
spandsp 3.1.1 - A DSP library for telephony
-------------------------------------------

SpanDSP is a library of DSP functions for telephony, in the 8000 sample per
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# @start 1

AC_PREREQ([2.69])
AC_INIT([spandsp],[3.1.0])
AC_INIT([spandsp],[3.1.1])

CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS"

SPANDSP_LT_CURRENT=4
SPANDSP_LT_REVISION=0
SPANDSP_LT_AGE=1
SPANDSP_LT_AGE=0

m4_include(m4/ax_compiler_vendor.m4)
m4_include(m4/ax_check_real_file.m4)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
spandsp (3.1.1-0) unstable; urgency=medium

* Rename binary packages libspandsp3* to libspandsp4* (SONAME bump)

-- FreeSWITCH Solutions <packages@freeswitch.com> Fri, 31 Jul 2026 20:30:46 +0200

spandsp (3.1.0-0) unstable; urgency=medium

* Packaged for FreeSWITCH
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: FreeSWITCH Solutions <packages@freeswitch.com>
Build-Depends: debhelper (>= 9), libtiff-dev, libjpeg-dev, doxygen, autotools-dev, docbook-xsl, xsltproc
Standards-Version: 3.9.6

Package: libspandsp3
Package: libspandsp4
Architecture: any
Depends: ${shlibs:Depends}
Description: Telephony signal processing library
Expand All @@ -15,10 +15,10 @@ Description: Telephony signal processing library
.
This package contains the shared library.

Package: libspandsp3-dev
Package: libspandsp4-dev
Section: libdevel
Architecture: any
Depends: libspandsp3 (= ${binary:Version}), libtiff-dev, libjpeg-dev
Depends: libspandsp4 (= ${binary:Version}), libtiff-dev, libjpeg-dev
Conflicts: libspandsp-dev
Provides: libspandsp-dev
Description: Telephony signal processing library
Expand All @@ -28,7 +28,7 @@ Description: Telephony signal processing library
.
This package contains the static library and development headers.

Package: libspandsp3-doc
Package: libspandsp4-doc
Section: doc
Architecture: all
Description: Documentation for the spandsp signal processing library
Expand Down
1 change: 0 additions & 1 deletion debian/libspandsp3-doc.install

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions debian/libspandsp4-doc.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/api/html usr/share/doc/libspandsp4-doc/api/
File renamed without changes.
14 changes: 8 additions & 6 deletions spandsp.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# BUILD using: rpmbuild -ba spandsp.spec
# DOC: https://fedoraproject.org/wiki/Packaging:SourceURL
%global commit f995f452ee79d03c4afa90b10e86a5f9c553920c

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

BuildRequires: libtiff-devel%{?_isa}
Expand All @@ -35,7 +34,7 @@ information about these intellectual property issues.
Summary: SpanDSP development files
Group: Development/Libraries
Conflicts: spandsp-devel
Requires: spandsp3%{?_isa} = %{version}-%{release}
Requires: spandsp4%{?_isa} = %{version}-%{release}
Requires: libtiff-devel%{?_isa}
Requires: libjpeg-turbo-devel%{?_isa}

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

%prep
%autosetup -n spandsp-%{commit}
%autosetup -n spandsp-%{version}

%build
autoreconf -i
Expand Down Expand Up @@ -92,6 +91,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig

%changelog
* Fri Jul 31 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.1-1
- Rename package to spandsp4 (SONAME bump)

* Thu Jul 30 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.0-1
- Release for RPM based distros

Expand Down
6 changes: 3 additions & 3 deletions src/spandsp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

/* The date and time of the version are in UTC form. */

#define SPANDSP_RELEASE_DATE 20260730
#define SPANDSP_RELEASE_TIME 145905
#define SPANDSP_RELEASE_DATETIME_STRING "20260730 145905"
#define SPANDSP_RELEASE_DATE 20260731
#define SPANDSP_RELEASE_TIME 183046
#define SPANDSP_RELEASE_DATETIME_STRING "20260731 183046"

#endif
/*- End of file ------------------------------------------------------------*/
Loading