commit libgsm for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2019-08-16 15:32:08

Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and  /work/SRC/openSUSE:Factory/.libgsm.new.22127 (New)


Package is "libgsm"

Fri Aug 16 15:32:08 2019 rev:26 rq:723236 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/libgsm/libgsm.changes2019-02-27 
15:04:52.182469859 +0100
+++ /work/SRC/openSUSE:Factory/.libgsm.new.22127/libgsm.changes 2019-08-16 
15:32:12.301933834 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 08:41:11 UTC 2019 - Tomáš Chvátal 
+
+- Small cleanups with spec-cleaner
+
+---



Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.PxEQYh/_old  2019-08-16 15:32:13.657933440 +0200
+++ /var/tmp/diff_new_pack.PxEQYh/_new  2019-08-16 15:32:13.661933438 +0200
@@ -16,22 +16,21 @@
 #
 
 
-Name:   libgsm
 %define _name gsm
+%define _version 1.0-pl18
+Name:   libgsm
 Version:1.0.18
 Release:0
-%define _version 1.0-pl18
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
+URL:http://www.quut.com/gsm/
 Source: http://www.quut.com/gsm/%{_name}-%{version}.tar.gz
 Source2:baselibs.conf
-Url:http://www.quut.com/gsm/
 # This is a Debian patch file with debian chunks removed.
-Patch:  %{name}-1.0.13.patch
+Patch0: %{name}-1.0.13.patch
 Patch1: libgsm-paths.patch
 Patch2: libgsm-include.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgsm implements the European GSM 06.10 provisional standard for
@@ -70,7 +69,7 @@
 
 %package devel
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
+Group:  Development/Libraries/C and C++
 Requires:   libgsm1 = %{version}
 
 %description devel
@@ -86,45 +85,42 @@
 standard test patterns.
 
 %prep
-%setup -n %{_name}-%{_version}
-%patch -p1
+%setup -q -n %{_name}-%{_version}
+%patch0 -p1
 %patch1
 %patch2
 
 %build
-make CCFLAGS="-c $RPM_OPT_FLAGS -D_POSIX_SOURCE -D_BSD_SOURCE 
-DNeedFunctionPrototypes=1" lib/libgsm.a
+make -j1 CCFLAGS="-c %{optflags} -D_POSIX_SOURCE -D_BSD_SOURCE 
-DNeedFunctionPrototypes=1" lib/libgsm.a
 cp lib/libgsm.a lib/libgsm.a.save
-make clean
-make CCFLAGS="-c $RPM_OPT_FLAGS -D_POSIX_SOURCE -D_BSD_SOURCE 
-DNeedFunctionPrototypes=1 -fPIC"
+make -j1 clean
+make -j1 CCFLAGS="-c %{optflags} -D_POSIX_SOURCE -D_BSD_SOURCE 
-DNeedFunctionPrototypes=1 -fPIC"
 cp lib/libgsm.a.save lib/libgsm.a
 touch lib/libgsm.a
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/{include/gsm,%{_lib},bin,share/man/man{1,3}}
-make INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix} 
GSM_INSTALL_LIB=$RPM_BUILD_ROOT%{_libdir} install
-cp -d lib/libgsm.so* $RPM_BUILD_ROOT%{_libdir}
-( cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libgsm.so.1 libgsm.so )
-cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
-%{__rm} -f %{buildroot}%{_libdir}/*.a
+mkdir -p %{buildroot}%{_prefix}/{include/gsm,%{_lib},bin,share/man/man{1,3}}
+make INSTALL_ROOT=%{buildroot}%{_prefix} 
GSM_INSTALL_LIB=%{buildroot}%{_libdir} install
+cp -d lib/libgsm.so* %{buildroot}%{_libdir}
+( cd %{buildroot}%{_libdir} ; ln -sf libgsm.so.1 libgsm.so )
+cp inc/{private.h,proto.h,unproto.h} %{buildroot}%{_includedir}/gsm/
+rm -f %{buildroot}%{_libdir}/*.a
 
 %post -n libgsm1 -p /sbin/ldconfig
 %postun -n libgsm1 -p /sbin/ldconfig
 
 %files utils
-%defattr (-, root, root)
 %{_bindir}/*
-%doc %{_mandir}/man1/*.*
+%{_mandir}/man1/*.*
 
 %files -n libgsm1
-%defattr (-, root, root)
 %license COPYRIGHT
 %doc ChangeLog MACHINES README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr (-, root, root)
 %{_libdir}/*.so
-%doc %{_mandir}/man3/*.*
+%{_mandir}/man3/*.*
 %{_includedir}/gsm
 
 %changelog




commit libgsm for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2019-02-27 15:04:47

Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and  /work/SRC/openSUSE:Factory/.libgsm.new.28833 (New)


Package is "libgsm"

Wed Feb 27 15:04:47 2019 rev:25 rq:678569 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/libgsm/libgsm.changes2015-11-22 
10:58:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsm.new.28833/libgsm.changes 2019-02-27 
15:04:52.182469859 +0100
@@ -1,0 +2,23 @@
+Sat Feb 23 20:06:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 1.0.18
+  * Remove the MacOS "quarantine" files that I didn't know I'd
+shipped.
+  * Remove some trailing spaces.
+  * Bump up the patchlevel in inc/gsm.h (I'd forgotten that in
+release 17.)
+- Changes from version 1.0.17
+  * New email addresses in the README.
+  * Avoid left-shifting signed integers.
+  * Don't print longwords using %d or %ld, cast them to (long)
+first.
+  * Don't compare longwords as longs in addtest, we only care for
+the lower 32 bits. (The math works, but the test failed).
+- Changes from version 1.0.16
+  * New email addresses in the manual pages (patch 16).
+  * Removed a stray .orig file (in patch 15).
+- Rebase libgsm-1.0.13.patch.
+- Drop libgsm-strict-aliasing.patch: Applied upstream.
+- Drop ancient Obsoletes/Provides.
+
+---

Old:

  gsm-1.0.14.tar.gz
  libgsm-strict-aliasing.patch

New:

  gsm-1.0.18.tar.gz



Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.nX5cPt/_old  2019-02-27 15:04:54.810469090 +0100
+++ /var/tmp/diff_new_pack.nX5cPt/_new  2019-02-27 15:04:54.838469082 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libgsm
 %define _name gsm
-Version:1.0.14
+Version:1.0.18
 Release:0
-%define _version 1.0-pl14
+%define _version 1.0-pl18
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
@@ -31,7 +31,6 @@
 Patch:  %{name}-1.0.13.patch
 Patch1: libgsm-paths.patch
 Patch2: libgsm-include.patch
-Patch3: libgsm-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,9 +42,6 @@
 %package -n libgsm1
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-# Last appeared in OpenSUSE 10.3:
-Provides:   %{name} = %{version}
-Obsoletes:  %{name} < %{version}
 
 %description -n libgsm1
 Contains the library for a GSM speech compressor.
@@ -59,8 +55,6 @@
 %package utils
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-# Last appeared in OpenSUSE 10.3:
-Provides:   %{name}:%{_bindir}/toast
 
 %description utils
 Contains binaries for a GSM speech compressor, verified against the
@@ -96,7 +90,6 @@
 %patch -p1
 %patch1
 %patch2
-%patch3
 
 %build
 make CCFLAGS="-c $RPM_OPT_FLAGS -D_POSIX_SOURCE -D_BSD_SOURCE 
-DNeedFunctionPrototypes=1" lib/libgsm.a
@@ -115,7 +108,6 @@
 %{__rm} -f %{buildroot}%{_libdir}/*.a
 
 %post -n libgsm1 -p /sbin/ldconfig
-
 %postun -n libgsm1 -p /sbin/ldconfig
 
 %files utils
@@ -125,7 +117,8 @@
 
 %files -n libgsm1
 %defattr (-, root, root)
-%doc COPYRIGHT ChangeLog MACHINES README
+%license COPYRIGHT
+%doc ChangeLog MACHINES README
 %{_libdir}/*.so.*
 
 %files devel

++ gsm-1.0.14.tar.gz -> gsm-1.0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsm-1.0-pl14/ChangeLog new/gsm-1.0-pl18/ChangeLog
--- old/gsm-1.0-pl14/ChangeLog  2009-04-05 16:54:51.0 +0200
+++ new/gsm-1.0-pl18/ChangeLog  2018-05-06 04:57:47.0 +0200
@@ -1,3 +1,25 @@
+Sat May  5 21:48:20  2018
+
+   * Release 1.0 Patchlevel 18
+   Remove the MacOS "quarantine" files that I didn't know I'd shipped.
+   Remove some trailing spaces.
+   Bump up the patchlevel in inc/gsm.h (I'd 

commit libgsm for openSUSE:Factory

2015-11-22 Thread h_root
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.changes2015-10-20 
16:21:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes   2015-11-22 
10:58:08.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov  7 09:23:43 UTC 2015 - jeng...@inai.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.LYC36j/_new  2015-11-22 10:58:09.0 +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

commit libgsm for openSUSE:Factory

2015-10-20 Thread h_root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2015-10-20 16:21:06

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.changes2013-08-21 
10:30:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes   2015-10-20 
16:21:07.0 +0200
@@ -1,0 +2,9 @@
+Sat Oct 10 14:06:43 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.14
+  * No changelog available
+- Update libgsm-1.0.13.patch
+- Use download Url as source
+- Remove depreciated AUTHORS and clean sections
+
+---

Old:

  gsm-1.0.13.tar.bz2

New:

  gsm-1.0.14.tar.gz



Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.zeGBgm/_old  2015-10-20 16:21:08.0 +0200
+++ /var/tmp/diff_new_pack.zeGBgm/_new  2015-10-20 16:21:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 Name:   libgsm
 %define _name gsm
-Version:1.0.13
+Version:1.0.14
 Release:0
-%define _version 1.0-pl13
+%define _version 1.0-pl14
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Source: %{_name}-%{version}.tar.bz2
+Source: http://www.quut.com/gsm/%{_name}-%{version}.tar.gz
 Source2:baselibs.conf
 Url:http://www.quut.com/gsm/
 # This is a Debian patch file with debian chunks removed.
-Patch:  %{name}-%{version}.patch
+Patch:  %{name}-1.0.13.patch
 Patch1: libgsm-paths.patch
 Patch2: libgsm-include.patch
 Patch3: libgsm-strict-aliasing.patch
@@ -51,13 +51,6 @@
 real-time on most SPARC stations.  The implementation has been verified
 against the ETSI standard test patterns.
 
-
-
-Authors:
-
-Jutta Degener 
-Carsten Bormann
-
 %package -n libgsm1
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
@@ -82,13 +75,6 @@
 real-time on most SPARC stations.  The implementation has been verified
 against the ETSI standard test patterns.
 
-
-
-Authors:
-
-Jutta Degener 
-Carsten Bormann
-
 %package utils
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
@@ -112,13 +98,6 @@
 real-time on most SPARC stations.  The implementation has been verified
 against the ETSI standard test patterns.
 
-
-
-Authors:
-
-Jutta Degener 
-Carsten Bormann
-
 %package devel
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
@@ -141,13 +120,6 @@
 real-time on most SPARC stations.  The implementation has been verified
 against the ETSI standard test patterns.
 
-
-
-Authors:
-
-Jutta Degener 
-Carsten Bormann
-
 %prep
 %setup -n %{_name}-%{_version}
 %patch -p1
@@ -171,9 +143,6 @@
 cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
 %{__rm} -f %{buildroot}%{_libdir}/*.a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libgsm1 -p /sbin/ldconfig
 
 %postun -n libgsm1 -p /sbin/ldconfig

++ libgsm-1.0.13.patch ++
--- /var/tmp/diff_new_pack.zeGBgm/_old  2015-10-20 16:21:08.0 +0200
+++ /var/tmp/diff_new_pack.zeGBgm/_new  2015-10-20 16:21:08.0 +0200
@@ -139,19 +139,6 @@
  #include "gsm.h"
  
  #ifndef   S_ISREG
 gsm-1.0-pl12/src/code.c
-+++ gsm-1.0-pl12/src/code.c
-@@ -9,8 +9,8 @@
- #include  "config.h"
- 
- 
--#ifdefHAS_STDLIB_H
--#include  
-+#ifdefHAS_STRING_H
-+#include  
- #else
- # include "proto.h"
-   extern char * memcpy P((char *, char *, int));
 --- gsm-1.0-pl12/src/debug.c
 +++ gsm-1.0-pl12/src/debug.c
 @@ -49,7 +49,7 @@




commit libgsm for openSUSE:Factory

2013-08-21 Thread h_root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2013-08-21 10:30:52

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.changes2012-08-22 
12:12:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes   2013-08-21 
10:30:54.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 20 07:40:53 UTC 2013 - mar...@gmx.de
+
+- fix URL (see http://www.quut.com/gsm/)
+
+---



Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.qtdxla/_old  2013-08-21 10:30:54.0 +0200
+++ /var/tmp/diff_new_pack.qtdxla/_new  2013-08-21 10:30:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libgsm
 %define _name gsm
 Version:1.0.13
-Release:3
+Release:0
 %define _version 1.0-pl13
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
-License:ISC
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
+License:ISC
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
-Url:http://kbs.cs.tu-berlin.de/~jutta/toast.html
+Url:http://www.quut.com/gsm/
 # This is a Debian patch file with debian chunks removed.
 Patch:  %{name}-%{version}.patch
 Patch1: libgsm-paths.patch
@@ -61,9 +59,8 @@
 Carsten Bormann
 
 %package -n libgsm1
-License:ISC
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
 # Last appeared in OpenSUSE 10.3:
 Provides:   %{name} = %{version}
 Obsoletes:  %{name}  %{version}
@@ -93,9 +90,8 @@
 Carsten Bormann
 
 %package utils
-License:ISC
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
 # Last appeared in OpenSUSE 10.3:
 Provides:   %{name}:%{_bindir}/toast
 
@@ -124,9 +120,8 @@
 Carsten Bormann
 
 %package devel
-License:ISC
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Requires:   libgsm1 = %{version}
 
 %description devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsm for openSUSE:Factory

2012-08-22 Thread h_root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2012-08-22 12:12:49

Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and  /work/SRC/openSUSE:Factory/.libgsm.new (New)


Package is libgsm, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libgsm/libgsm.changes2011-09-26 
10:07:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes   2012-08-22 
12:12:54.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 20 12:07:05 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  #License is more akin to ISC (see http://www.spdx.org/licenses/ISC) than
+  to BSD-3-Clause
+
+---



Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.w43Sy9/_old  2012-08-22 12:13:00.0 +0200
+++ /var/tmp/diff_new_pack.w43Sy9/_new  2012-08-22 12:13:00.0 +0200
@@ -24,7 +24,7 @@
 Release:3
 %define _version 1.0-pl13
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-License:BSD-3-Clause
+License:ISC
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -61,7 +61,7 @@
 Carsten Bormann
 
 %package -n libgsm1
-License:BSD-3-Clause
+License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 # Last appeared in OpenSUSE 10.3:
@@ -93,7 +93,7 @@
 Carsten Bormann
 
 %package utils
-License:BSD-3-Clause
+License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 # Last appeared in OpenSUSE 10.3:
@@ -124,7 +124,7 @@
 Carsten Bormann
 
 %package devel
-License:BSD-3-Clause
+License:ISC
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Requires:   libgsm1 = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsm for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2011-12-06 18:24:00

Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and  /work/SRC/openSUSE:Factory/.libgsm.new (New)


Package is libgsm, Maintainer is sbra...@suse.com

Changes:




Other differences:
--
++ libgsm.spec ++
--- /var/tmp/diff_new_pack.QzCRTK/_old  2011-12-06 18:41:53.0 +0100
+++ /var/tmp/diff_new_pack.QzCRTK/_new  2011-12-06 18:41:53.0 +0100
@@ -24,7 +24,7 @@
 Release:3
 %define _version 1.0-pl13
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -61,7 +61,7 @@
 Carsten Bormann
 
 %package -n libgsm1
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 # Last appeared in OpenSUSE 10.3:
@@ -93,7 +93,7 @@
 Carsten Bormann
 
 %package utils
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 # Last appeared in OpenSUSE 10.3:
@@ -124,7 +124,7 @@
 Carsten Bormann
 
 %package devel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Summary:GSM 06.10 Lossy Speech Compressor Library and Utilities
 Requires:   libgsm1 = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org