Name: freeswitch-application-misc Summary: Add various miscellaneous debugging functions to freeswitch Version: 1.0.4 Release: 2%{?dist} License: MPL Source0: mod_misc.c Provides: freeswitch-mod-misc BuildRequires: gcc BuildRequires: freeswitch-devel %description Add various miscellaneous debug functions to freeswitch %debug_package %build %set_build_flags $CC "-I%{_includedir}" "%{SOURCE0}" -fPIC -shared -o mod_misc.so $CFLAGS $LDFLAGS %install %{__install} -D -t %{buildroot}%{_libdir}/freeswitch/mod mod_misc.so %files %{_libdir}/freeswitch/mod/mod_misc.so %changelog * Thu Feb 19 2026 Tim Anderson - 1.0.4-2 - Added debuginfo package * Wed Feb 18 2026 Tim Anderson - 1.0.4-1 - Made uuid_log functions add newline and make json_time log the time * Mon Feb 09 2026 Tim Anderson - 1.0.3-1 - Added a json_api_exists and json_time function * Mon Nov 10 2025 Tim Anderson - 1.0.2-1 - Added a ulimit function * Wed Aug 20 2025 Tim Anderson - 1.0.1-1 - Added a uuid_log function * Tue Jun 10 2025 Tim Anderson - 1.0.0-1 - Created RPM spec