diff --git a/mpd.changes b/mpd.changes index fb213c6..9ec0f94 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 11 11:11:11 UTC 2022 - olaf@aepfle.de + +- Implement the migration to PCRE2 by specifying the build dependency +- Remove obsolete libwrap option + ------------------------------------------------------------------- Thu Dec 2 18:29:33 UTC 2021 - Mia Herkt diff --git a/mpd.spec b/mpd.spec index 01db8c5..ee33fbd 100644 --- a/mpd.spec +++ b/mpd.spec @@ -84,6 +84,7 @@ BuildRequires: pkgconfig(mad) BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(opus) +BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(shine) BuildRequires: pkgconfig(shout) @@ -148,7 +149,6 @@ This package contains optional documentation provided in addition to this packag -Dinotify=true \ -Dipv6=enabled \ -Dsoundcloud=disabled \ - -Dlibwrap=disabled \ -Dmikmod=enabled \ -Dopenal=enabled \ -Doss=disabled \ @@ -212,6 +212,7 @@ This package contains optional documentation provided in addition to this packag -Dao=enabled \ -Dpulse=enabled \ -Dtremor=disabled \ + -Dpcre=enabled \ -Dsystemd_system_unit_dir=%{_unitdir} \ -Dsystemd_user_unit_dir=%{_userunitdir} %meson_build