Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2014-08-03 15:36:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2014-07-26 12:19:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes 2014-08-03 15:36:23.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Jul 31 17:41:50 CEST 2014 - [email protected] + +- Remove obsoleted README.SuSE (bnc#889023) +- Correct SUSE branding names in some texts (bnc#889023,FATE#316521) +- Properly include time.h for CLOCK_MONOTONIC_RAW: + 0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch + +------------------------------------------------------------------- Old: ---- README.SuSE New: ---- 0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.e4Opdr/_old 2014-08-03 15:36:24.000000000 +0200 +++ /var/tmp/diff_new_pack.e4Opdr/_new 2014-08-03 15:36:24.000000000 +0200 @@ -40,7 +40,6 @@ Source14: sysconfig.joystick Source16: set_default_volume Source17: test.wav -Source20: README.SuSE Source21: README.testwav Source30: all_notes_off Source31: all_notes_off.bin @@ -65,6 +64,7 @@ Patch12: 0012-pcm-Fill-sw_params-proto-field.patch Patch13: 0013-pcm-route-Use-get32-for-multi-source-route-calculati.patch Patch14: 0014-pcm-Drop-snd_pcm_linear_-get-put-32_index.patch +Patch15: 0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch # rest suse patches Patch99: alsa-lib-doxygen-avoid-crash-for-11.3.diff BuildRequires: doxygen @@ -147,6 +147,7 @@ %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %if 0%{?suse_version} == 1130 %patch99 -p1 %endif ++++++ 0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch ++++++ >From f6b879e7cc87d83343f5004369146881d1d1e335 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang <[email protected]> Date: Wed, 23 Jul 2014 15:09:58 +0800 Subject: [PATCH] pcm: pcm_local.h: include <time.h> to enable CLOCK_MONOTONIC CLOCK_MONITONIC is defined in <bits/time.h>, add <time.h> before <sys/time.h>. Signed-off-by: Shengjiu Wang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> --- src/pcm/pcm_local.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h index 2206afe2c4a9..80bbe5973bdb 100644 --- a/src/pcm/pcm_local.h +++ b/src/pcm/pcm_local.h @@ -24,6 +24,7 @@ #include <stdlib.h> #include <limits.h> #include <sys/uio.h> +#include <time.h> #include <sys/time.h> #define _snd_mask sndrv_mask -- 2.0.1 ++++++ all_notes_off ++++++ --- /var/tmp/diff_new_pack.e4Opdr/_old 2014-08-03 15:36:25.000000000 +0200 +++ /var/tmp/diff_new_pack.e4Opdr/_new 2014-08-03 15:36:25.000000000 +0200 @@ -4,6 +4,7 @@ # MIDI-Devices configured in the System # # Written by Matthias Nagorni, (c) 2001 SuSE GmbH Nuremberg +# (c) 2014 SUSE Linux Products GmbH # for d in /dev/snd/midiC?D?; do echo Sending "all notes off" to MIDI device $d ++++++ joystick ++++++ --- /var/tmp/diff_new_pack.e4Opdr/_old 2014-08-03 15:36:25.000000000 +0200 +++ /var/tmp/diff_new_pack.e4Opdr/_new 2014-08-03 15:36:25.000000000 +0200 @@ -1,5 +1,6 @@ #! /bin/bash # Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. +# (c) 2014 SUSE Linux Products GmbH # # Author: Takashi Iwai <[email protected]>, 2001 # -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
