Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgsm for openSUSE:Factory checked 
in at 2022-08-01 21:28:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsm (Old)
 and      /work/SRC/openSUSE:Factory/.libgsm.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsm"

Mon Aug  1 21:28:09 2022 rev:28 rq:991324 version:1.0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsm/libgsm.changes    2021-05-01 
00:46:19.383552410 +0200
+++ /work/SRC/openSUSE:Factory/.libgsm.new.1533/libgsm.changes  2022-08-01 
21:28:16.169289907 +0200
@@ -1,0 +2,9 @@
+Tue Jul 26 09:07:00 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 1.0.20:
+  * Use $(RMFLAGS) with the rms in the Makefile; add -f to $(RMFLAGS) to
+    avoid spurious error messages during build.
+- Rebase and rename libgsm-1.0.20.patch from libgsm-1.0.13.patch.
+- Rebase libgsm-include.patch.
+
+-------------------------------------------------------------------

Old:
----
  gsm-1.0.19.tar.gz
  libgsm-1.0.13.patch

New:
----
  gsm-1.0.20.tar.gz
  libgsm-1.0.20.patch

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

Other differences:
------------------
++++++ libgsm.spec ++++++
--- /var/tmp/diff_new_pack.5bFsDh/_old  2022-08-01 21:28:16.765291617 +0200
+++ /var/tmp/diff_new_pack.5bFsDh/_new  2022-08-01 21:28:16.773291640 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsm
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %define _name gsm
-%define _version 1.0-pl19
+%define _version 1.0-pl20
 Name:           libgsm
-Version:        1.0.19
+Version:        1.0.20
 Release:        0
 Summary:        GSM 06.10 Lossy Speech Compressor Library and Utilities
 License:        ISC
@@ -28,7 +28,7 @@
 Source:         http://www.quut.com/gsm/%{_name}-%{version}.tar.gz
 Source2:        baselibs.conf
 # This is a Debian patch file with debian chunks removed.
-Patch0:         %{name}-1.0.13.patch
+Patch0:         %{name}-1.0.20.patch
 Patch1:         libgsm-paths.patch
 Patch2:         libgsm-include.patch
 

++++++ gsm-1.0.19.tar.gz -> gsm-1.0.20.tar.gz ++++++
++++ 22827 lines of diff (skipped)

++++++ libgsm-1.0.13.patch -> libgsm-1.0.20.patch ++++++
--- /work/SRC/openSUSE:Factory/libgsm/libgsm-1.0.13.patch       2019-02-27 
15:04:51.910469939 +0100
+++ /work/SRC/openSUSE:Factory/.libgsm.new.1533/libgsm-1.0.20.patch     
2022-08-01 21:28:16.105289724 +0200
@@ -1,9 +1,8 @@
-From: <joc...@scram.de>
-Subject: New patch generated from libgsm 1.0.10-14 diff.gz
-
---- a/Makefile
-+++ b/Makefile
-@@ -96,7 +96,7 @@ TOAST_INSTALL_MAN = $(TOAST_INSTALL_ROOT
+Index: gsm-1.0-pl20/Makefile
+===================================================================
+--- gsm-1.0-pl20.orig/Makefile
++++ gsm-1.0-pl20/Makefile
+@@ -99,7 +99,7 @@ TOAST_INSTALL_MAN = $(TOAST_INSTALL_ROOT
  #  Other tools
  
  SHELL         = /bin/sh
@@ -12,7 +11,7 @@
  BASENAME      = basename
  AR            = ar
  ARFLAGS               = cr
-@@ -140,6 +140,7 @@ LFLAGS     = $(LDFLAGS) $(LDINC)
+@@ -143,6 +143,7 @@ LFLAGS     = $(LDFLAGS) $(LDINC)
  # Targets
  
  LIBGSM        = $(LIB)/libgsm.a
@@ -20,7 +19,7 @@
  
  TOAST = $(BIN)/toast
  UNTOAST       = $(BIN)/untoast
-@@ -279,7 +280,7 @@ TOAST_INSTALL_TARGETS =    \
+@@ -282,7 +283,7 @@ TOAST_INSTALL_TARGETS =    \
  
  # Target rules
  
@@ -29,7 +28,7 @@
                @-echo $(ROOT): Done.
  
  tst:          $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result
-@@ -299,6 +300,11 @@ install:  toastinstall gsminstall
+@@ -302,6 +303,11 @@ install:  toastinstall gsminstall
  
  # The basic API: libgsm
  
@@ -41,7 +40,7 @@
  $(LIBGSM):    $(LIB) $(GSM_OBJECTS)
                -rm $(RMFLAGS) $(LIBGSM)
                $(AR) $(ARFLAGS) $(LIBGSM) $(GSM_OBJECTS)
-@@ -308,15 +314,15 @@ $(LIBGSM):       $(LIB) $(GSM_OBJECTS)
+@@ -311,15 +317,15 @@ $(LIBGSM):       $(LIB) $(GSM_OBJECTS)
  # Toast, Untoast and Tcat -- the compress-like frontends to gsm.
  
  $(TOAST):     $(BIN) $(TOAST_OBJECTS) $(LIBGSM)
@@ -60,14 +59,18 @@
  
  
  # The local bin and lib directories
-@@ -426,7 +432,9 @@ semi-clean:
+@@ -428,9 +434,11 @@ semi-clean:
+                       -print | xargs rm $(RMFLAGS)
  
  clean:        semi-clean
-               -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add          \
+-              -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add          \
 -                      $(TOAST) $(TCAT) $(UNTOAST)     \
-+                      $(LIBGSMSO) $(LIB)/libgsm.so.1.0.18     \
-+                      $(LIB)libgsm.so.1                       \
-+                      $(TOAST) $(TCAT) $(UNTOAST)             \
-                       $(ROOT)/gsm-1.0.tar.Z
+-                      $(ROOT)/gsm-1.0.tar.gz
++              -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
++                      $(LIBGSMSO) $(LIB)/libgsm.so.1.0.18 \
++                      $(LIB)/libgsm.so.1 \
++                      $(TOAST) $(TCAT) $(UNTOAST) \
++                      $(ROOT)/gsm-1.0.tar.gz
  
  
+ # Two tools that helped me generate gsm_encode.c and gsm_decode.c,

++++++ libgsm-include.patch ++++++
--- /var/tmp/diff_new_pack.5bFsDh/_old  2022-08-01 21:28:16.933292099 +0200
+++ /var/tmp/diff_new_pack.5bFsDh/_new  2022-08-01 21:28:16.937292111 +0200
@@ -1,4 +1,6 @@
---- src/toast.c
+Index: src/toast.c
+===================================================================
+--- src/toast.c.orig
 +++ src/toast.c
 @@ -8,6 +8,10 @@
  

Reply via email to