[ucommon/f14/master] new upstream release and maybe base for next sipwitch

David Sugar dyfet at fedoraproject.org
Fri Aug 6 01:31:48 UTC 2010


commit 82cfe428dedaebed7363773ff485959146ebd1bc
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Aug 5 21:29:30 2010 -0400

    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 <dyfet at gnutelephony.org> - 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 <dyfet at gnutelephony.org> - 3.2.1-0
 - uuid generation support and further shell parsing features.
 


More information about the scm-commits mailing list