Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-04-14 10:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-04 
19:02:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes       
2013-04-14 10:12:14.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Apr 13 15:39:49 UTC 2013 - [email protected]
+
+- Added service_typo.patch, fixes alsa-restore service not starting
+
+-------------------------------------------------------------------
+Fri Apr 12 15:28:31 CEST 2013 - [email protected]
+
+- Update to version 1.0.27:
+  including all previous fixes; all 00*-* patches dropped
+  * Add support for alsactl daemon mode
+  * Add snd_pcm_abort() support in aplay
+
+-------------------------------------------------------------------

Old:
----
  0001-speaker-test-Add-support-for-channel-mapping-API.patch
  0002-aplay-Add-support-for-channel-mapping.patch
  0003-aplay-More-support-for-channel-map-option.patch
  0004-speaker-test-Update-man-page-for-chmap-option.patch
  0005-aplay-fix-typo-silence-warning.patch
  0006-alsamixer-fix-handling-of-removed-controls.patch
  0007-aplay-Show-usage-if-no-parameter-is-passed.patch
  0008-amixer-fix-rounding-of-relative-changes.patch
  0009-amixer-Fix-parsing-container-TLV-entries.patch
  0010-alsaloop-Make-alsaloop-working-without-libsamplerate.patch
  0011-alsaloop-Fix-missing-endif.patch
  0012-aplay-Add-the-support-for-big-endian-WAV-format-RIFX.patch
  0013-configure-Fix-obsolete-AM_CONFIG_HEADER-macro.patch
  0014-speaker-test-increase-the-maximum-supported-rate-to-.patch
  0015-amixer-Fix-dB-value-outputs-in-amixer-contents.patch
  alsa-utils-1.0.26.tar.bz2

New:
----
  alsa-utils-1.0.27.tar.bz2
  service_typo.patch

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

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.9smpZY/_old  2013-04-14 10:12:15.000000000 +0200
+++ /var/tmp/diff_new_pack.9smpZY/_new  2013-04-14 10:12:15.000000000 +0200
@@ -44,7 +44,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
-%define package_version        1.0.26
+%define package_version        1.0.27
 Provides:       alsa-conf
 Requires:       alsa
 Requires:       dialog
@@ -52,27 +52,13 @@
 Summary:        Advanced Linux Sound Architecture Utilities
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Players
-Version:        1.0.26
+Version:        1.0.27
 Release:        0
 Source:         
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
 Source1:        01beep.conf
 # Patch:          alsa-utils-git-fixes.diff
-Patch1:         0001-speaker-test-Add-support-for-channel-mapping-API.patch
-Patch2:         0002-aplay-Add-support-for-channel-mapping.patch
-Patch3:         0003-aplay-More-support-for-channel-map-option.patch
-Patch4:         0004-speaker-test-Update-man-page-for-chmap-option.patch
-Patch5:         0005-aplay-fix-typo-silence-warning.patch
-Patch6:         0006-alsamixer-fix-handling-of-removed-controls.patch
-Patch7:         0007-aplay-Show-usage-if-no-parameter-is-passed.patch
-Patch8:         0008-amixer-fix-rounding-of-relative-changes.patch
-Patch9:         0009-amixer-Fix-parsing-container-TLV-entries.patch
-Patch10:        0010-alsaloop-Make-alsaloop-working-without-libsamplerate.patch
-Patch11:        0011-alsaloop-Fix-missing-endif.patch
-Patch12:        0012-aplay-Add-the-support-for-big-endian-WAV-format-RIFX.patch
-Patch13:        0013-configure-Fix-obsolete-AM_CONFIG_HEADER-macro.patch
-Patch14:        0014-speaker-test-increase-the-maximum-supported-rate-to-.patch
-Patch15:        0015-amixer-Fix-dB-value-outputs-in-amixer-contents.patch
-#
+# PATCH-FIX-OPENSUSE service_typo.patch -- Fixes the typo in systemd service
+Patch0:         service_typo.patch
 Patch99:        alsa-utils-gettext-version-removal.diff
 Url:            http://www.alsa-project.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -87,21 +73,7 @@
 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
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
+%patch0 -p1
 %if %suse_version < 1020
 %patch99 -p1
 %endif
@@ -155,6 +127,7 @@
 %{_udevdir}
 %if %use_systemd
 %{_unitdir}/*.service
+%{_unitdir}/basic.target.wants/alsa-state.service
 %{_unitdir}/basic.target.wants/alsa-restore.service
 %{_unitdir}/shutdown.target.wants/alsa-store.service
 %endif

++++++ alsa-utils-1.0.26.tar.bz2 -> alsa-utils-1.0.27.tar.bz2 ++++++
++++ 14409 lines of diff (skipped)

++++++ service_typo.patch ++++++
diff -urNB orig.alsa-utils-1.0.27/alsactl/alsa-restore.service.in 
alsa-utils-1.0.27/alsactl/alsa-restore.service.in
--- orig.alsa-utils-1.0.27/alsactl/alsa-restore.service.in      2013-04-11 
13:43:06.000000000 +0200
+++ alsa-utils-1.0.27/alsactl/alsa-restore.service.in   2013-04-13 
17:37:45.268316370 +0200
@@ -12,6 +12,6 @@
 Conflicts=shutdown.target
 
 [Service]
-Type=oneshop
+Type=oneshot
 ExecStart=-@sbindir@/alsactl restore
 StandardOutput=syslog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to