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
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spandsp 3.0.0 - A DSP library for telephony
spandsp 3.1.0 - A DSP library for telephony
-------------------------------------------

SpanDSP is a library of DSP functions for telephony, in the 8000 sample per
Expand Down
6 changes: 3 additions & 3 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.0.0])
AC_INIT([spandsp],[3.1.0])

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

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

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.0-0) unstable; urgency=medium

* Packaged for FreeSWITCH

-- FreeSWITCH Solutions <packages@freeswitch.com> Thu, 30 Jul 2026 16:40:37 +0200

spandsp (3.0.0-42) unstable; urgency=medium

* Packaged for FreeSWITCH
Expand Down
5 changes: 4 additions & 1 deletion spandsp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: A DSP library for telephony.
Name: spandsp3
Version: 3.0.0
Version: 3.1.0
Release: 1
License: LGPLv2 and GPLv2
Group: System Environment/Libraries
Expand Down Expand Up @@ -92,5 +92,8 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig

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

* Fri Aug 14 2020 FreeSWITCH Solutions <packages@freeswitch.com> 3.0.0-1
- Initial release for RPM based distros
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 20230620
#define SPANDSP_RELEASE_TIME 140530
#define SPANDSP_RELEASE_DATETIME_STRING "20230620 140530"
#define SPANDSP_RELEASE_DATE 20260730
#define SPANDSP_RELEASE_TIME 145905
#define SPANDSP_RELEASE_DATETIME_STRING "20260730 145905"

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