From 4a1a67aee780bf2a0f87c6b2f92fa2341a696db0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 24 Feb 2023 15:19:46 +0100 Subject: [PATCH 01/12] Port to C99 Related to: --- iaxclient-c99.patch | 28 ++++++++++++++++++++++++++++ iaxclient.spec | 8 +++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 iaxclient-c99.patch diff --git a/iaxclient-c99.patch b/iaxclient-c99.patch new file mode 100644 index 0000000..42e0c03 --- /dev/null +++ b/iaxclient-c99.patch @@ -0,0 +1,28 @@ +Include for the gettimeofday function. This prevents an +implicit function declaration and build failures with future +compilers. + +Submitted upstream: + +diff -ur iaxclient-2.1beta3.orig/simpleclient/stresstest/file.c iaxclient-2.1beta3/simpleclient/stresstest/file.c +--- iaxclient-2.1beta3.orig/simpleclient/stresstest/file.c 2008-04-07 18:05:27.000000000 +0200 ++++ iaxclient-2.1beta3/simpleclient/stresstest/file.c 2023-02-24 15:00:47.282858961 +0100 +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include "file.h" + + #ifdef __GNUC__ +diff -ur iaxclient-2.1beta3.orig/simpleclient/stresstest/stresstest.c iaxclient-2.1beta3/simpleclient/stresstest/stresstest.c +--- iaxclient-2.1beta3.orig/simpleclient/stresstest/stresstest.c 2008-04-07 18:05:27.000000000 +0200 ++++ iaxclient-2.1beta3/simpleclient/stresstest/stresstest.c 2023-02-24 15:00:33.952996082 +0100 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include "iaxclient.h" + #include "file.h" diff --git a/iaxclient.spec b/iaxclient.spec index 62c2c2a..05ade5c 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.44.%{betaver}%{?dist} +Release: 0.45.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ @@ -39,6 +39,7 @@ Patch20: iax-0.2.3_makefile.patch Patch21: iax-0.2.3_format-security.patch # Add missing #include Patch22: iax-0.2.3_socket.patch +Patch23: iaxclient-c99.patch BuildRequires: gcc-c++ BuildRequires: make @@ -150,6 +151,8 @@ sed -i 's|/usr/lib|%{_libdir}|g' iax-config.in autoreconf -vif ) +%patch23 -p1 -b .c99 + %build ( cd lib/libiax2 @@ -249,6 +252,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Fri Feb 24 2023 Florian Weimer - 2.1-0.45.beta3 +- Port to C99 + * Thu Jan 19 2023 Fedora Release Engineering - 2.1-0.44.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 4acd764dc88b22d1671350cae4346e2c70503606 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 07:06:18 +0000 Subject: [PATCH 02/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index 05ade5c..c395945 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.45.%{betaver}%{?dist} +Release: 0.46.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ @@ -252,6 +252,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 2.1-0.46.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Feb 24 2023 Florian Weimer - 2.1-0.45.beta3 - Port to C99 From 4523763d6d53f6172e11716a6cad822c95096e15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:48:22 +0000 Subject: [PATCH 03/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index c395945..d6ff958 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.46.%{betaver}%{?dist} +Release: 0.47.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ @@ -252,6 +252,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 2.1-0.47.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 2.1-0.46.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From a1dc2fe32f6a96dd38deb9412f7fec635a12e317 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 22:25:37 +0000 Subject: [PATCH 04/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index d6ff958..e9c7147 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.47.%{betaver}%{?dist} +Release: 0.48.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ @@ -252,6 +252,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 2.1-0.48.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 2.1-0.47.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 998a0bd4098a1670bd5cc61f30285806e05a9b97 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 30 Jan 2024 08:34:28 +0100 Subject: [PATCH 05/12] Add iaxclient-gcc14.patch --- iaxclient-gcc14.patch | 78 +++++++++++++++++++++++++++++++++++++++++++ iaxclient.spec | 3 ++ 2 files changed, 81 insertions(+) create mode 100644 iaxclient-gcc14.patch diff --git a/iaxclient-gcc14.patch b/iaxclient-gcc14.patch new file mode 100644 index 0000000..92122b6 --- /dev/null +++ b/iaxclient-gcc14.patch @@ -0,0 +1,78 @@ +diff -rupN iaxclient-2.1beta3/simpleclient/stresstest/file.c iaxclient-2.1beta3-new/simpleclient/stresstest/file.c +--- iaxclient-2.1beta3/simpleclient/stresstest/file.c 2008-04-07 18:05:27.000000000 +0200 ++++ iaxclient-2.1beta3-new/simpleclient/stresstest/file.c 2024-01-30 08:30:07.301340562 +0100 +@@ -65,11 +65,12 @@ void append_node(struct ogg_stream *os, + * + * To whoever came up with this convoluted scheme: please consider a change of careers. + */ +-int read_theora_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data) ++int read_theora_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data) + { + struct op_node *node; + struct theora_headers *th; + long timestamp = 0; ++ ogg_packet *op = &(ozp->op); + + //mylog("Got theora packet, serialno=%d, size=%d, packetno=%lld, granulepos=%lld\n", + // serialno, op->bytes, op->packetno, op->granulepos); +@@ -115,11 +116,12 @@ int read_theora_cb(OGGZ *oggz, ogg_packe + return 0; + } + +-int read_speex_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data) ++int read_speex_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data) + { + struct op_node *node; + long timestamp; + static int cnt = 0; ++ ogg_packet *op = &(ozp->op); + + timestamp = audio_stream->page_ts + audio_stream->page_count * SPEEX_FRAME_DURATION; + audio_stream->page_count++; +@@ -138,12 +140,13 @@ int read_speex_cb(OGGZ *oggz, ogg_packet + return 0; + } + +-int read_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data) ++int read_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data) + { + struct theora_headers *th; + + const char theoraId[] = "\x80theora"; + const char speexId[] = "Speex "; ++ ogg_packet *op = &(ozp->op); + + if ( memcmp(op->packet, theoraId, strlen(theoraId)) == 0 ) + { +@@ -157,13 +160,13 @@ int read_cb(OGGZ *oggz, ogg_packet *op, + theora_comment_init(&(th->tc)); + video_stream->data = th; + +- read_theora_cb(oggz, op, serialno, data); ++ read_theora_cb(oggz, ozp, serialno, data); + } else if ( memcmp(op->packet, speexId, strlen(speexId)) == 0 ) + { + //mylog("Detected a Speex stream with serialno=%d\n", serialno); + oggz_set_read_callback(oggz, serialno, read_speex_cb, NULL); + audio_stream->serialno = serialno; +- read_speex_cb(oggz, op, serialno, data); ++ read_speex_cb(oggz, ozp, serialno, data); + } else + { + mylog("Got unknown ogg packet, serialno=%d, size=%d, packetno=%d, granulepos=%d\n", +diff -rupN iaxclient-2.1beta3/simpleclient/stresstest/file.h iaxclient-2.1beta3-new/simpleclient/stresstest/file.h +--- iaxclient-2.1beta3/simpleclient/stresstest/file.h 2008-04-07 18:05:27.000000000 +0200 ++++ iaxclient-2.1beta3-new/simpleclient/stresstest/file.h 2024-01-30 08:26:43.708245923 +0100 +@@ -39,9 +39,9 @@ struct theora_headers + int have_headers; + }; + +-int read_theora_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data); +-int read_speex_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data); +-int read_cb(OGGZ *oggz, ogg_packet *op, long serialno, void *data); ++int read_theora_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data); ++int read_speex_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data); ++int read_cb(OGGZ *oggz, oggz_packet *ozp, long serialno, void *data); + int read_page_cb(OGGZ *oggz, const ogg_page *og, long serialno, void *data); + void load_ogg_file(const char *filename); + diff --git a/iaxclient.spec b/iaxclient.spec index e9c7147..a3f59be 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -33,6 +33,8 @@ Patch10: iaxclient-system-ilbc.patch Patch11: iaxclient-2.1beta3-fpic.patch Patch12: wxwidgets-3.0.patch Patch13: gtk3.patch +Patch14: iaxclient-gcc14.patch + # Fix some makefile issues Patch20: iax-0.2.3_makefile.patch # Fix format-security issue @@ -131,6 +133,7 @@ wx IAX Phone Client. %patch11 -p1 -b .fpic %patch12 -p1 -b .wx3 %patch13 -p1 -b .gtk3 +%patch14 -p1 -b .gcc14 # Delete bundled libraries (except libiax2) just to be sure rm -rf lib/{gsm, portmixer, sox, spandsp} From 9eba610e7b57f25cddbd9382b027de441f1ed9ac Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:47 +0200 Subject: [PATCH 06/12] Eliminate use of obsolete %patchN syntax (#2283636) --- iaxclient.spec | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/iaxclient.spec b/iaxclient.spec index a3f59be..7f7e0ff 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -119,21 +119,21 @@ wx IAX Phone Client. %prep %setup -q -n %{name}-%{mainver}%{betaver} -%patch0 -p1 -b .wxGTK28 -%patch1 -p1 -b .tkphone -%patch2 -p1 -b .includedir -%patch3 -p1 -b .libdir -%patch4 -p1 -b .nodoc -%patch5 -p1 -b .theoradetect -%patch6 -p1 -b .DSO -%patch7 -p1 -b .arm -%patch8 -p1 -b .portable -%patch9 -p1 -b .linkiax -%patch10 -p1 -b .ilbc -%patch11 -p1 -b .fpic -%patch12 -p1 -b .wx3 -%patch13 -p1 -b .gtk3 -%patch14 -p1 -b .gcc14 +%patch -P0 -p1 -b .wxGTK28 +%patch -P1 -p1 -b .tkphone +%patch -P2 -p1 -b .includedir +%patch -P3 -p1 -b .libdir +%patch -P4 -p1 -b .nodoc +%patch -P5 -p1 -b .theoradetect +%patch -P6 -p1 -b .DSO +%patch -P7 -p1 -b .arm +%patch -P8 -p1 -b .portable +%patch -P9 -p1 -b .linkiax +%patch -P10 -p1 -b .ilbc +%patch -P11 -p1 -b .fpic +%patch -P12 -p1 -b .wx3 +%patch -P13 -p1 -b .gtk3 +%patch -P14 -p1 -b .gcc14 # Delete bundled libraries (except libiax2) just to be sure rm -rf lib/{gsm, portmixer, sox, spandsp} @@ -144,9 +144,9 @@ chmod -x contrib/tcl/README.txt ( cd lib/libiax2 -%patch20 -p1 -b .iaxmakefile -%patch21 -p1 -b .iaxfmtsecurity -%patch22 -p1 -b .iaxsocket +%patch -P20 -p1 -b .iaxmakefile +%patch -P21 -p1 -b .iaxfmtsecurity +%patch -P22 -p1 -b .iaxsocket sed -i 's|${exec_prefix}/lib|${exec_prefix}/%{_lib}|g' iax-config.in sed -i 's|/usr/lib|%{_libdir}|g' iax-config.in @@ -154,7 +154,7 @@ sed -i 's|/usr/lib|%{_libdir}|g' iax-config.in autoreconf -vif ) -%patch23 -p1 -b .c99 +%patch -P23 -p1 -b .c99 %build ( From 2e2024d59f07bca350baeea481e7cff12d53d9bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 10:03:26 +0000 Subject: [PATCH 07/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index 7f7e0ff..8899089 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.48.%{betaver}%{?dist} +Release: 0.49.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ @@ -255,6 +255,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 2.1-0.49.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 2.1-0.48.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 58f4bc1afd0aad2de2ea08523f5c049bce9c3c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 2 Sep 2024 08:50:46 +0200 Subject: [PATCH 08/12] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- iaxclient.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/iaxclient.spec b/iaxclient.spec index 8899089..e951865 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,9 +7,10 @@ Name: iaxclient Version: %{mainver} -Release: 0.49.%{betaver}%{?dist} +Release: 0.50.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk -License: LGPLv2+ +# Automatically converted from old format: LGPLv2+ - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2+ URL: http://iaxclient.wiki.sourceforge.net/ Source0: http://downloads.sourceforge.net/iaxclient/%{name}-%{version}%{betaver}.tar.gz Source1: tkiaxphone.desktop @@ -91,7 +92,8 @@ developing applications that use %{name}. %package -n tcl-iaxclient Summary: Tcl interface to iax2 client lib Version: %{tclver} -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD Requires: tcl(abi) = 8.6 Requires: %{name} = %{mainver}-%{release} @@ -101,7 +103,8 @@ Tcl extensions to iaxclient libraries. %package -n tkiaxphone Summary: Tk IAX Phone Client Version: %{mainver} -License: LGPLv2+ +# Automatically converted from old format: LGPLv2+ - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2+ Requires: tcl(abi) = 8.6 Requires: %{name} = %{mainver}-%{release} @@ -111,7 +114,8 @@ Tk IAX Phone Client. %package -n wxiax Summary: wx IAX Phone Client Version: %{mainver} -License: LGPLv2+ +# Automatically converted from old format: LGPLv2+ - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2+ Requires: %{name} = %{mainver}-%{release} %description -n wxiax @@ -255,6 +259,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Mon Sep 02 2024 Miroslav Suchý - 2.1-0.50.beta3 +- convert license to SPDX + * Thu Jul 18 2024 Fedora Release Engineering - 2.1-0.49.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c0eab54b5e35720d11e89331310e16333e0f6e54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:48:14 +0000 Subject: [PATCH 09/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index e951865..c06f68e 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.50.%{betaver}%{?dist} +Release: 0.51.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ @@ -259,6 +259,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 2.1-0.51.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Sep 02 2024 Miroslav Suchý - 2.1-0.50.beta3 - convert license to SPDX From 871c73689a759c488aaac5c57c0f798d4d905845 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 24 Jan 2025 14:58:12 +0100 Subject: [PATCH 10/12] BR: tk < 1:9 --- iaxclient.spec | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/iaxclient.spec b/iaxclient.spec index c06f68e..6d2be9e 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -1,13 +1,13 @@ %global betaver beta3 %global tclver 0.2 %global mainver 2.1 -%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)} +%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh8.6)} %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}} %global tkphonearch %{_arch} Name: iaxclient Version: %{mainver} -Release: 0.51.%{betaver}%{?dist} +Release: 0.52.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ @@ -44,12 +44,24 @@ Patch21: iax-0.2.3_format-security.patch Patch22: iax-0.2.3_socket.patch Patch23: iaxclient-c99.patch +BuildRequires: desktop-file-utils BuildRequires: gcc-c++ +BuildRequires: gsm-devel +BuildRequires: gtk3-devel +BuildRequires: ilbc-devel +BuildRequires: libogg-devel +BuildRequires: liboggz-devel +BuildRequires: libtheora-devel +BuildRequires: libtool +BuildRequires: libvidcap-devel BuildRequires: make -BuildRequires: speex-devel, libtheora-devel, gsm-devel, portaudio-devel -BuildRequires: tk-devel, gtk3-devel, SDL-devel, libogg-devel, liboggz-devel -BuildRequires: wxGTK-devel, libvidcap-devel, desktop-file-utils, libtool -BuildRequires: spandsp-devel, ilbc-devel, speexdsp-devel +BuildRequires: portaudio-devel +BuildRequires: SDL-devel +BuildRequires: spandsp-devel +BuildRequires: speex-devel +BuildRequires: speexdsp-devel +BuildRequires: tk-devel < 1:9 +BuildRequires: wxGTK-devel %description Iaxclient is an open source, multiplatform library for creating telephony @@ -167,7 +179,7 @@ cd lib/libiax2 make %{?_smp_mflags} UCFLAGS="%{optflags}" ) -%configure --disable-static +%configure --disable-static --with-wish=%{_bindir}/wish8.6 # sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool # sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" @@ -213,10 +225,6 @@ cd %{buildroot}%{tcl_sitearch}/iaxclient/tkphone/ ln -s iaxcli iaxcli-Linux-%{tkphonearch} -%ldconfig_scriptlets - -%ldconfig_scriptlets libiax - %files %doc AUTHORS ChangeLog README %license COPYING.LIB @@ -259,6 +267,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Sun Jan 19 2025 Sandro Mani - 2.1-0.52.beta3 +- BR: tk-devel < 1:9 + * Fri Jan 17 2025 Fedora Release Engineering - 2.1-0.51.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From dc7a619c7fe65cfe3d224158dc3833a4a94126ad Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 31 May 2025 19:09:16 +0200 Subject: [PATCH 11/12] Set proper license --- iaxclient.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/iaxclient.spec b/iaxclient.spec index 6d2be9e..247e6b7 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -9,8 +9,7 @@ Name: iaxclient Version: %{mainver} Release: 0.52.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk -# Automatically converted from old format: LGPLv2+ - review is highly recommended. -License: LicenseRef-Callaway-LGPLv2+ +License: LGPL-2.0-or-later URL: http://iaxclient.wiki.sourceforge.net/ Source0: http://downloads.sourceforge.net/iaxclient/%{name}-%{version}%{betaver}.tar.gz Source1: tkiaxphone.desktop @@ -104,8 +103,7 @@ developing applications that use %{name}. %package -n tcl-iaxclient Summary: Tcl interface to iax2 client lib Version: %{tclver} -# Automatically converted from old format: BSD - review is highly recommended. -License: LicenseRef-Callaway-BSD +License: BSD-3-Clause-No-Nuclear-License Requires: tcl(abi) = 8.6 Requires: %{name} = %{mainver}-%{release} @@ -115,8 +113,7 @@ Tcl extensions to iaxclient libraries. %package -n tkiaxphone Summary: Tk IAX Phone Client Version: %{mainver} -# Automatically converted from old format: LGPLv2+ - review is highly recommended. -License: LicenseRef-Callaway-LGPLv2+ +License: LGPL-2.0-or-later Requires: tcl(abi) = 8.6 Requires: %{name} = %{mainver}-%{release} @@ -126,8 +123,7 @@ Tk IAX Phone Client. %package -n wxiax Summary: wx IAX Phone Client Version: %{mainver} -# Automatically converted from old format: LGPLv2+ - review is highly recommended. -License: LicenseRef-Callaway-LGPLv2+ +License: LGPL-2.0-or-later Requires: %{name} = %{mainver}-%{release} %description -n wxiax From 9c51f9a3cf28afdea1a006921db156c23f5b6dca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:28:48 +0000 Subject: [PATCH 12/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- iaxclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaxclient.spec b/iaxclient.spec index 247e6b7..028f838 100644 --- a/iaxclient.spec +++ b/iaxclient.spec @@ -7,7 +7,7 @@ Name: iaxclient Version: %{mainver} -Release: 0.52.%{betaver}%{?dist} +Release: 0.53.%{betaver}%{?dist} Summary: Library for creating telephony solutions that interoperate with Asterisk License: LGPL-2.0-or-later URL: http://iaxclient.wiki.sourceforge.net/ @@ -263,6 +263,9 @@ ln -s iaxcli iaxcli-Linux-%{tkphonearch} %{_datadir}/pixmaps/wxiax.png %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 2.1-0.53.beta3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Sandro Mani - 2.1-0.52.beta3 - BR: tk-devel < 1:9