From ade0d494bdca1435afe2629032be03dbcff6a9dd Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 4 Sep 2014 00:25:00 -0400 Subject: [PATCH] rpm: libyaml-devel -> yaml-cpp-devel Refs #20853 Change-Id: I388dacea2fd8d89b271118fa09157c4ac58122ef --- tools/build-system/rpm/sflphone.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build-system/rpm/sflphone.spec b/tools/build-system/rpm/sflphone.spec index 83b472dced..f8962aeb65 100644 --- a/tools/build-system/rpm/sflphone.spec +++ b/tools/build-system/rpm/sflphone.spec @@ -16,7 +16,7 @@ URL: http://sflphone.org/ Source0: https://projects.savoirfairelinux.com/attachments/download/6423/%{tarball}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext gnutls-devel desktop-file-utils perl libuuid-devel -BuildRequires: libyaml-devel alsa-lib-devel pulseaudio-libs-devel +BuildRequires: yaml-cpp-devel alsa-lib-devel pulseaudio-libs-devel BuildRequires: ccrtp-devel libzrtpcpp-devel dbus-c++-devel pcre-devel BuildRequires: gsm-devel speex-devel expat-devel libsamplerate-devel BuildRequires: gnome-doc-utils libtool libsexy-devel intltool yelp-tools @@ -273,6 +273,9 @@ fi %exclude %{_includedir}/qtsflphone/*.h %changelog +* Thu Sep 4 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-4 +- Depend on yaml-cpp-devel instead of libyaml-devel + * Mon Aug 25 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-3 - Build iax and pjproject with contrib -- GitLab