Hello community,

here is the log from the commit of package snd for openSUSE:Factory checked in 
at 2017-02-18 03:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snd (Old)
 and      /work/SRC/openSUSE:Factory/.snd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/snd/snd.changes  2015-04-21 10:53:45.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.snd.new/snd.changes     2017-02-18 
03:18:11.927981017 +0100
@@ -1,0 +2,13 @@
+Mon Feb  6 12:46:33 CET 2017 - ti...@suse.de
+
+- update to version 17.1:
+  also fix the build on TW (boo#1023723)
+- Drop obsoleted patch
+  snd-15.5_backport_remove_glprofile.patch
+- Fix no return value compile warnings:
+  snd-fix-no-return.diff
+- Avoid __DATE__ and __TIME__ usages (actually the code works fine
+  but the BS detects it falsely, so better to drop the line):
+  snd-drop-date-time.diff
+
+-------------------------------------------------------------------

Old:
----
  snd-15.5.tar.gz
  snd-15.5_backport_remove_glprofile.patch

New:
----
  snd-17.1.tar.gz
  snd-drop-date-time.diff
  snd-fix-no-return.diff

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

Other differences:
------------------
++++++ snd.spec ++++++
--- /var/tmp/diff_new_pack.zxVUYK/_old  2017-02-18 03:18:12.899843751 +0100
+++ /var/tmp/diff_new_pack.zxVUYK/_new  2017-02-18 03:18:12.903843186 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package snd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -31,14 +31,14 @@
 Summary:        Powerful Sound File Editor
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
-Version:        15.5
+Version:        17.1
 Release:        0
 Requires:       ladspa
 Source:         ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
 Source1:        snd.desktop
 Source2:        snd.png
-# PATCH-FIX-UPSTREAM snd-15.5_backport_remove_glprofile.patch -- fix build for 
gtk 3.16
-Patch1:         snd-15.5_backport_remove_glprofile.patch
+Patch1:         snd-fix-no-return.diff
+Patch2:         snd-drop-date-time.diff
 Url:            https://ccrma.stanford.edu/software/snd/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -50,8 +50,9 @@
 
 %prep
 %setup -q
-%patch1 -p1
 find -name "*~" -type f | xargs -r rm -v
+%patch1 -p1
+%patch2 -p1
 find -name "*.png" -type f | xargs chmod 0644
 
 %build

++++++ snd-15.5.tar.gz -> snd-17.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/snd/snd-15.5.tar.gz 
/work/SRC/openSUSE:Factory/.snd.new/snd-17.1.tar.gz differ: char 5, line 1

++++++ snd-drop-date-time.diff ++++++
---
 snd-help.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/snd-help.c
+++ b/snd-help.c
@@ -370,9 +370,6 @@ char *version_info(void)
              ", mpfr: ", mpfr_get_version(), 
              ", mpc: ",  mpc_get_version(),
 #endif
-#if (defined(__DATE__)) && (!(defined(REPRODUCIBLE_BUILD)))
-         "\n    Compiled ", __DATE__, " ", __TIME__,
-#endif
 #ifdef __VERSION__
   #ifndef __cplusplus
          "\n    C: ",
++++++ snd-fix-no-return.diff ++++++
---
 snd-chn.c |    1 +
 snd-xen.c |    1 +
 2 files changed, 2 insertions(+)

--- a/snd-chn.c
+++ b/snd-chn.c
@@ -3163,6 +3163,7 @@ static bool make_gl_spectrogram(chan_inf
 #if USE_MOTIF
   return(XtAppPending(main_app(ss)) == 0); /* return true if there are no 
pending events to force current buffer to be displayed */
 #endif
+  return true;
 }
 #endif
 /* HAVE_GL */
--- a/snd-xen.c
+++ b/snd-xen.c
@@ -2688,6 +2688,7 @@ static Xen g_snd_gl_context(void)
 {
 #if USE_GTK
   /* return(Xen_list_2(C_string_to_Xen_symbol("GLContext"), 
Xen_wrap_C_pointer(ss->cx))); */
+  return XEN_FALSE;
 #else
 #if USE_MOTIF
   return(Xen_list_2(C_string_to_Xen_symbol("GLXContext"), 
Xen_wrap_C_pointer(ss->cx)));


Reply via email to