Hello community, here is the log from the commit of package alsa-utils for openSUSE:Factory checked in at 2013-04-16 06:43:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2013-04-14 10:12:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes 2013-04-16 06:43:02.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 15 11:26:41 CEST 2013 - [email protected] + +- Replace the previous fix with the upstream patch + +------------------------------------------------------------------- Old: ---- service_typo.patch New: ---- 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.5hjNTp/_old 2013-04-16 06:43:04.000000000 +0200 +++ /var/tmp/diff_new_pack.5hjNTp/_new 2013-04-16 06:43:04.000000000 +0200 @@ -57,8 +57,9 @@ Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2 Source1: 01beep.conf # Patch: alsa-utils-git-fixes.diff -# PATCH-FIX-OPENSUSE service_typo.patch -- Fixes the typo in systemd service -Patch0: service_typo.patch +# upstream fix patches +Patch1: 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch +# Patch99: alsa-utils-gettext-version-removal.diff Url: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,7 +74,8 @@ sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am # rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-* # patch -p1 -%patch0 -p1 +%patch1 -p1 +# %if %suse_version < 1020 %patch99 -p1 %endif ++++++ 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch ++++++ >From 3616b1fe3ca603832b2f88abeb722cba2f0dde7e Mon Sep 17 00:00:00 2001 From: Takashi Iwai <[email protected]> Date: Mon, 15 Apr 2013 11:20:41 +0200 Subject: [PATCH] alsactl: Fix a typo in systemd alsa-restore.service Signed-off-by: Takashi Iwai <[email protected]> --- alsactl/alsa-restore.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in index ab3c30d..245a439 100644 --- a/alsactl/alsa-restore.service.in +++ b/alsactl/alsa-restore.service.in @@ -12,6 +12,6 @@ Before=shutdown.target Conflicts=shutdown.target [Service] -Type=oneshop +Type=oneshot ExecStart=-@sbindir@/alsactl restore StandardOutput=syslog -- 1.8.2.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
