From 82cfe428dedaebed7363773ff485959146ebd1bc Mon Sep 17 00:00:00 2001 From: David Sugar Date: Thu, 5 Aug 2010 21:29:30 -0400 Subject: [PATCH 1/4] new upstream release and maybe base for next sipwitch --- .gitignore | 1 + sources | 2 +- ucommon.spec | 28 ++++++++++++++++++---------- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 2cc9050..6c97cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ ucommon-3.2.1.tar.gz +ucommon-3.3.1.tar.gz diff --git a/sources b/sources index b03ae97..aa8355f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d5b608baa7b0c3600e0921ad360dbe6 ucommon-3.2.1.tar.gz +96b661d8c3f88ceb13931d4400be0c36 ucommon-3.3.1.tar.gz diff --git a/ucommon.spec b/ucommon.spec index d82d0de..ad0e03c 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,7 +10,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 3.2.1 +Version: 3.3.1 Release: 0%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp @@ -45,17 +45,17 @@ Requires: %{name} = %{version}-%{release} Group: System Environment/Libraries Summary: uCommon framework for telephonic audio support -%package audio-tools +%package bin Requires: %{name} = %{version}-%{release} Requires: %{name}-audio = %{version}-%{release} Group: Applications/Multimedia -Summary: Telephonic audio file manipulation utilities +Summary: ucommon system and support applications %package devel Requires: %{name} = %{version}-%{release} Requires: %{name}-script = %{version}-%{release} Requires: %{name}-audio = %{version}-%{release} -Requires: %{name}-audio-tools = %{version}-%{release} +Requires: %{name}-bin = %{version}-%{release} Requires: pkgconfig Group: Development/Libraries Summary: Headers for building uCommon applications @@ -80,11 +80,11 @@ The GNU uCommon C++ telephonic audio library covers a range of functionality including tone generation and detection, streaming and transcoding of encoded audio frames, accessing of audio files on disk, and phrasebook management. -%description audio-tools -This is a collection of command line tools to manage telephonic audio files and -phrasebook libraries built from the ucommon telephonic audio library. These -utilities may also be required to build packages which use sampled audio -libraries and phrasebooks. +%description bin +This is a collection of command line tools that use various aspects of the +ucommon library. Some may be needed to prepare files or for development of +applications, such as audiotool, which might be used to prepare or convert +audio samples. %description devel This package provides header and support files needed for building @@ -129,10 +129,12 @@ html browsable. %defattr(-,root,root,-) %{_libdir}/libuccaudio.so.* -%files audio-tools +%files bin %defattr(-,root,root,-) %{_bindir}/audiotool +%{_bindir}/args %{_mandir}/man1/audiotool.* +%{_mandir}/man1/args.* %files devel %defattr(-,root,root,-) @@ -151,6 +153,12 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Thu Aug 05 2010 - David Sugar - 3.3.1-0 +- system logging integrated into shell api. +- string initialization and expression fixes. +- internationalization bindings with gnu gettext support. +- reorganized utils into ucommon-bin subpackage. + * Sun Jul 11 2010 - David Sugar - 3.2.1-0 - uuid generation support and further shell parsing features. From 120f64bf04696fe0008a09db22f90e78ac1518cc Mon Sep 17 00:00:00 2001 From: David Sugar Date: Fri, 6 Aug 2010 20:33:36 -0400 Subject: [PATCH 2/4] new upstream release with some important bug fixes --- .gitignore | 1 + sources | 2 +- ucommon.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c97cf1..661423d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ucommon-3.2.1.tar.gz ucommon-3.3.1.tar.gz +ucommon-3.3.2.tar.gz diff --git a/sources b/sources index aa8355f..e1d4eb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96b661d8c3f88ceb13931d4400be0c36 ucommon-3.3.1.tar.gz +07dc2d202ef2b33fa8339d3edc21b4b9 ucommon-3.3.2.tar.gz diff --git a/ucommon.spec b/ucommon.spec index ad0e03c..414d83a 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,7 +10,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 3.3.1 +Version: 3.3.2 Release: 0%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp From 5182d4fe9b36a80a49340cde6f307218e22c5fdd Mon Sep 17 00:00:00 2001 From: David Sugar Date: Mon, 9 Aug 2010 01:19:34 -0400 Subject: [PATCH 3/4] even more upstream bugfixes --- .gitignore | 1 + sources | 2 +- ucommon.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 661423d..d9f56d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ucommon-3.2.1.tar.gz ucommon-3.3.1.tar.gz ucommon-3.3.2.tar.gz +ucommon-3.3.3.tar.gz diff --git a/sources b/sources index e1d4eb2..f9cc8d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07dc2d202ef2b33fa8339d3edc21b4b9 ucommon-3.3.2.tar.gz +704ddc01bb8ea8530daab1b1104a61e6 ucommon-3.3.3.tar.gz diff --git a/ucommon.spec b/ucommon.spec index 414d83a..433978c 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,7 +10,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 3.3.2 +Version: 3.3.3 Release: 0%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp @@ -153,9 +153,15 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Sun Aug 08 2010 - David Sugar - 3.3.3-0 +- daemon detach and restart support. +- completion of string to numeric conversions. + * Thu Aug 05 2010 - David Sugar - 3.3.1-0 - system logging integrated into shell api. - string initialization and expression fixes. + +* Sun Aug 01 2010 - David Sugar - 3.3.0-0 - internationalization bindings with gnu gettext support. - reorganized utils into ucommon-bin subpackage. From cd87bb838fafc49a338079c54973e34e60cd6bf3 Mon Sep 17 00:00:00 2001 From: David Sugar Date: Tue, 10 Aug 2010 19:18:46 -0400 Subject: [PATCH 4/4] fix for breakage in shell::getsym, required for new sipwitch releases --- .gitignore | 1 + sources | 2 +- ucommon.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d9f56d9..7685cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ ucommon-3.2.1.tar.gz ucommon-3.3.1.tar.gz ucommon-3.3.2.tar.gz ucommon-3.3.3.tar.gz +ucommon-3.3.4.tar.gz diff --git a/sources b/sources index f9cc8d7..f037bef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -704ddc01bb8ea8530daab1b1104a61e6 ucommon-3.3.3.tar.gz +96aafe67bc3322fa5c26055879cb634e ucommon-3.3.4.tar.gz diff --git a/ucommon.spec b/ucommon.spec index 433978c..3ba9f11 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,7 +10,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 3.3.3 +Version: 3.3.4 Release: 0%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp @@ -153,6 +153,9 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Tue Aug 10 2010 - David Sugar - 3.3.4-0 +- major breakage in shell::getsym found and fixed. + * Sun Aug 08 2010 - David Sugar - 3.3.3-0 - daemon detach and restart support. - completion of string to numeric conversions.