diff --git a/libxdg-basedir.spec b/libxdg-basedir.spec index d9bf1e2..b5af491 100644 --- a/libxdg-basedir.spec +++ b/libxdg-basedir.spec @@ -1,15 +1,15 @@ Name: libxdg-basedir Version: 1.2.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Implementation of the XDG Base Directory Specifications License: MIT URL: https://github.com/devnev/libxdg-basedir Source0: https://github.com/devnev/%{name}/archive/%{name}-%{version}.tar.gz Patch0: libxdg-basedir-leak.patch -Patch1: libxdg-basedir-valgrind-children.patch +Patch1: libxdg-basedir-valgrind-libtool.patch Patch2: libxdg-basedir-basedir-bounds-error.patch -BuildRequires: valgrind +BuildRequires: valgrind libtool %description The XDG Base Directory Specification defines where should user files @@ -45,6 +45,8 @@ developing applications that use %{name}. %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %configure --disable-static @@ -77,6 +79,9 @@ make check USE_VALGRIND=1 %doc doc/html/ %changelog +* Wed Feb 13 2019 Gwyn Ciesla - 1.2.0-17 +- Updated valgrind patch. + * Tue Feb 12 2019 Gwyn Ciesla - 1.2.0-16 - Relocated upstream, crash patch.