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.changes    2013-08-21 
10:30:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new/libgsm.changes       2015-10-20 
16:21:07.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.zeGBgm/_new  2015-10-20 16:21:08.000000000 +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 <ju...@pobox.com>
-    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 <ju...@pobox.com>
-    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 <ju...@pobox.com>
-    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 <ju...@pobox.com>
-    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.000000000 +0200
+++ /var/tmp/diff_new_pack.zeGBgm/_new  2015-10-20 16:21:08.000000000 +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"
- 
- 
--#ifdef        HAS_STDLIB_H
--#include      <stdlib.h>
-+#ifdef        HAS_STRING_H
-+#include      <string.h>
- #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 @@


Reply via email to