Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2014-06-25 06:57:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 
08:05:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes       
2014-06-25 06:57:39.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Jun 18 13:10:03 CEST 2014 - [email protected]
+
+- Updated to alsa-utils 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
+  0002-alsaloop-fix-wrong-alias-for-signal.h.patch
+  0003-aplay-fix-two-off-by-one-errors.patch
+  0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
+  0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
+  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
+  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
+  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
+  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
+  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
+  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
+  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
+  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
+  0014-alsactl-Add-monitor-command.patch
+  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
+  0016-alsactl-monitor-all-cards-as-default.patch
+  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
+  0018-aplay-fix-pcm_read-return-value.patch
+  0019-alsa-restore.rules-refer-to-correct-attr.patch
+  0020-aplay-fix-timespec-to-msec-conversion.patch
+  0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch
+  0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
  0002-alsaloop-fix-wrong-alias-for-signal.h.patch
  0003-aplay-fix-two-off-by-one-errors.patch
  0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
  0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
  0014-alsactl-Add-monitor-command.patch
  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
  0016-alsactl-monitor-all-cards-as-default.patch
  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
  0018-aplay-fix-pcm_read-return-value.patch
  0019-alsa-restore.rules-refer-to-correct-attr.patch
  0020-aplay-fix-timespec-to-msec-conversion.patch
  0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch
  0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch
  alsa-utils-1.0.27.2.tar.bz2

New:
----
  alsa-utils-1.0.28.tar.bz2

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

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.rRasRQ/_old  2014-06-25 06:57:40.000000000 +0200
+++ /var/tmp/diff_new_pack.rRasRQ/_new  2014-06-25 06:57:40.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version        1.0.27.2
+%define package_version        1.0.28
 #
 %if 0%{?suse_version} > 1130
 %define use_systemd    1
@@ -35,7 +35,7 @@
 %define _udevdir /lib/udev
 %endif
 Name:           alsa-utils
-Version:        1.0.27.2
+Version:        1.0.28
 Release:        0
 Summary:        Advanced Linux Sound Architecture Utilities
 License:        GPL-2.0+
@@ -48,28 +48,6 @@
 Source12:       ja.po
 # Patch:          alsa-utils-git-fixes.diff
 # upstream fix patches
-Patch1:         0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
-Patch2:         0002-alsaloop-fix-wrong-alias-for-signal.h.patch
-Patch3:         0003-aplay-fix-two-off-by-one-errors.patch
-Patch4:         0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
-Patch5:         0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
-Patch6:         0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
-Patch7:         0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
-Patch8:         0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
-Patch9:         0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
-Patch10:        0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
-Patch11:        0011-alsaconf-support-newer-m-i-t-and-kmod.patch
-Patch12:        0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
-Patch13:        0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
-Patch14:        0014-alsactl-Add-monitor-command.patch
-Patch15:        0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
-Patch16:        0016-alsactl-monitor-all-cards-as-default.patch
-Patch17:        0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
-Patch18:        0018-aplay-fix-pcm_read-return-value.patch
-Patch19:        0019-alsa-restore.rules-refer-to-correct-attr.patch
-Patch20:        0020-aplay-fix-timespec-to-msec-conversion.patch
-Patch21:        0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch
-Patch22:        0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch
 #
 Patch99:        alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -101,28 +79,6 @@
 cp %{SOURCE11} po/
 cp %{SOURCE12} po/
 # 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
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
 #
 %if 0%{?suse_version} < 1020
 %patch99 -p1

++++++ alsa-utils-1.0.27.2.tar.bz2 -> alsa-utils-1.0.28.tar.bz2 ++++++
++++ 5238 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to