Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2015-11-22 10:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and      /work/SRC/openSUSE:Factory/.libgsm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsm/libgsm.changes    2015-10-20 
16:21:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes       2015-11-22 
10:58:08.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov  7 09:23:43 UTC 2015 - [email protected]
+
+- Make description more concise. SPARCstations are no longer a
+  meaningful metric.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgsm.spec ++++++
--- /var/tmp/diff_new_pack.LYC36j/_old  2015-11-22 10:58:09.000000000 +0100
+++ /var/tmp/diff_new_pack.LYC36j/_new  2015-11-22 10:58:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,21 +35,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Contains libraries and binaries for a GSM speech compressor. libgsm
-contains a standard implementation of the European GSM 06.10
-provisional standard for full-rate speech transcoding, prI-ETS 300 036,
-which uses RPE/LTP (residual pulse excitation/long term prediction)
-coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples
-(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits.
-For compatibility with typical UNIX applications, our implementation
-turns frames of 160 16-bit linear samples into 33-byte frames (1650
-Bytes/s). The quality of the algorithm is good enough for reliable
-speaker recognition. Even music often survives transcoding in
-recognizable form (given the bandwidth limitations of 8 kHz sampling
-rate). The interfaces offered are a front-end modeled after compress(1)
-and a library API.  Compression and decompression run faster than
-real-time on most SPARC stations.  The implementation has been verified
-against the ETSI standard test patterns.
+libgsm implements the European GSM 06.10 provisional standard for
+full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
+coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit
+samples (8 kHz sampling rate) into 260 bits.
 
 %package -n libgsm1
 Summary:        GSM 06.10 Lossy Speech Compressor Library and Utilities
@@ -59,21 +48,13 @@
 Obsoletes:      %{name} < %{version}
 
 %description -n libgsm1
-Contains libraries and binaries for a GSM speech compressor. libgsm
-contains a standard implementation of the European GSM 06.10
-provisional standard for full-rate speech transcoding, prI-ETS 300 036,
-which uses RPE/LTP (residual pulse excitation/long term prediction)
-coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples
-(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits.
-For compatibility with typical UNIX applications, our implementation
-turns frames of 160 16-bit linear samples into 33-byte frames (1650
-Bytes/s). The quality of the algorithm is good enough for reliable
-speaker recognition. Even music often survives transcoding in
-recognizable form (given the bandwidth limitations of 8 kHz sampling
-rate). The interfaces offered are a front-end modeled after compress(1)
-and a library API.  Compression and decompression run faster than
-real-time on most SPARC stations.  The implementation has been verified
-against the ETSI standard test patterns.
+Contains the library for a GSM speech compressor.
+
+libgsm implements the European GSM 06.10 provisional standard for
+full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
+(residual pulse excitation/long term prediction) coding at 13 kbit/s.
+GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
+rate) into 260 bits.
 
 %package utils
 Summary:        GSM 06.10 Lossy Speech Compressor Library and Utilities
@@ -82,21 +63,16 @@
 Provides:       %{name}:%{_bindir}/toast
 
 %description utils
-Contains libraries and binaries for a GSM speech compressor. libgsm
-contains a standard implementation of the European GSM 06.10
-provisional standard for full-rate speech transcoding, prI-ETS 300 036,
-which uses RPE/LTP (residual pulse excitation/long term prediction)
-coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples
-(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits.
-For compatibility with typical UNIX applications, our implementation
-turns frames of 160 16-bit linear samples into 33-byte frames (1650
-Bytes/s). The quality of the algorithm is good enough for reliable
-speaker recognition. Even music often survives transcoding in
-recognizable form (given the bandwidth limitations of 8 kHz sampling
-rate). The interfaces offered are a front-end modeled after compress(1)
-and a library API.  Compression and decompression run faster than
-real-time on most SPARC stations.  The implementation has been verified
-against the ETSI standard test patterns.
+Contains binaries for a GSM speech compressor, verified against the
+ETSI standard test patterns.
+
+libgsm implements the European GSM 06.10 provisional standard for
+full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
+(residual pulse excitation/long term prediction) coding at 13 kbit/s.
+GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
+rate) into 260 bits.
+
+The front-end is modeled after the historic compress(1) utility.
 
 %package devel
 Summary:        GSM 06.10 Lossy Speech Compressor Library and Utilities
@@ -104,21 +80,16 @@
 Requires:       libgsm1 = %{version}
 
 %description devel
-Contains libraries and binaries for a GSM speech compressor. libgsm
-contains a standard implementation of the European GSM 06.10
-provisional standard for full-rate speech transcoding, prI-ETS 300 036,
-which uses RPE/LTP (residual pulse excitation/long term prediction)
-coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples
-(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits.
-For compatibility with typical UNIX applications, our implementation
-turns frames of 160 16-bit linear samples into 33-byte frames (1650
-Bytes/s). The quality of the algorithm is good enough for reliable
-speaker recognition. Even music often survives transcoding in
-recognizable form (given the bandwidth limitations of 8 kHz sampling
-rate). The interfaces offered are a front-end modeled after compress(1)
-and a library API.  Compression and decompression run faster than
-real-time on most SPARC stations.  The implementation has been verified
-against the ETSI standard test patterns.
+Contains the development kit for the libgsm speech compressor.
+
+libgsm implements the European GSM 06.10 provisional standard for
+full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
+coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit
+samples (8 kHz sampling rate) into 260 bits.
+
+This implementation turns frames of 160 16-bit linear samples into
+33-byte frames (1650 bytes/s) and has been verified against the ETSI
+standard test patterns.
 
 %prep
 %setup -n %{_name}-%{_version}


Reply via email to