configure.ac | 2 +- src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit 11d22f97cfc76e4c49e34e262eee3e1a8a91cc0e Author: Tanu Kaskinen <[email protected]> Date: Sat Sep 12 16:42:43 2015 +0300 build-sys: add sb-omni-surround-5.1.conf to Makefile.am This is needed to get the file included in the release tarballs. diff --git a/src/Makefile.am b/src/Makefile.am index 7f75a41..9df5ddd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1279,7 +1279,8 @@ dist_alsaprofilesets_DATA = \ modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf \ modules/alsa/mixer/profile-sets/native-instruments-traktorkontrol-s4.conf \ modules/alsa/mixer/profile-sets/native-instruments-korecontroller.conf \ - modules/alsa/mixer/profile-sets/kinect-audio.conf + modules/alsa/mixer/profile-sets/kinect-audio.conf \ + modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf if HAVE_UDEV dist_udevrules_DATA = \ commit 4c964d8074dc242a8681209598ac1f142f5a3420 Author: Tanu Kaskinen <[email protected]> Date: Sat Sep 12 16:23:03 2015 +0300 build-sys: bump sonames There were a couple of bug fixes to libpulse since 6.99.1. diff --git a/configure.ac b/configure.ac index 093e8d8..fa8ea1c 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 30) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [18:1:18]) +AC_SUBST(LIBPULSE_VERSION_INFO, [18:2:18]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z _______________________________________________ pulseaudio-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
