Hello community, here is the log from the commit of package alsa-utils for openSUSE:Factory checked in at 2014-08-14 14:57:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2014-07-08 16:58:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes 2014-08-14 14:57:48.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Aug 12 16:07:04 CEST 2014 - [email protected] + +- Move alsa-info.sh to alsa-utils: + 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch + 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch + +------------------------------------------------------------------- New: ---- 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.Z0e1FD/_old 2014-08-14 14:57:49.000000000 +0200 +++ /var/tmp/diff_new_pack.Z0e1FD/_new 2014-08-14 14:57:49.000000000 +0200 @@ -47,6 +47,8 @@ # upstream fix patches Patch1: 0001-alsactl-save-state-do-not-call-rename-for-stdio.patch Patch2: 0002-alsamixer-include-missing-mixer_controls.h.patch +Patch3: 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch +Patch4: 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch # Patch99: alsa-utils-gettext-version-removal.diff BuildRequires: alsa-devel @@ -76,6 +78,8 @@ # patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 # %if 0%{?suse_version} < 1020 %patch99 -p1 ++++++ 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch ++++++ ++++ 977 lines (skipped) ++++++ 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch ++++++ >From 5e5fe9e573efe211dcc3ca9a5bb520bcf00f7950 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <[email protected]> Date: Tue, 12 Aug 2014 16:19:06 +0200 Subject: [PATCH] Add missing alsa-info entry to the root Makefile.am Signed-off-by: Takashi Iwai <[email protected]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f25eee2e38ff..248eb11cb53a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS=-I$(top_srcdir)/include -SUBDIRS = include alsactl alsaucm utils m4 po +SUBDIRS = include alsactl alsaucm utils m4 po alsa-info if ALSAMIXER SUBDIRS += alsamixer endif -- 2.0.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
