diff --git a/mpd.changes b/mpd.changes index cb63c01..9caab53 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 15 11:12:49 UTC 2018 - meissner@suse.com + +- buildrequire libgcrypt-devel to fix build + ------------------------------------------------------------------- Fri Nov 9 14:53:54 UTC 2018 - Luigi Baldoni diff --git a/mpd.spec b/mpd.spec index c18a24a..720090f 100644 --- a/mpd.spec +++ b/mpd.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -30,7 +30,7 @@ Release: 0 Summary: Music Player Daemon License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players -URL: https://www.musicpd.org/ +Url: https://www.musicpd.org/ Source: https://www.musicpd.org/download/mpd/%{mver}/mpd-%{version}.tar.xz Source2: README.%{name} Source3: mpd-user.conf @@ -72,6 +72,7 @@ BuildRequires: pkgconfig(ao) BuildRequires: pkgconfig(audiofile) >= 0.3 BuildRequires: pkgconfig(avahi-client) # MPD_ENABLE_AUTO_LIB +BuildRequires: libgcrypt-devel BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(expat)