diff --git a/.folks.metadata b/.folks.metadata index 444925a..74aa547 100644 --- a/.folks.metadata +++ b/.folks.metadata @@ -1 +1 @@ -4441632820101fa506a4c30d18c601805fb6069a SOURCES/folks-0.11.3.tar.xz +94234d045389c086e703de9291156d9fc39430a8 SOURCES/folks-0.11.4.tar.xz diff --git a/.gitignore b/.gitignore index a24f320..eed03e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/folks-0.11.3.tar.xz +SOURCES/folks-0.11.4.tar.xz diff --git a/SPECS/folks.spec b/SPECS/folks.spec index 51f4439..2d97c32 100644 --- a/SPECS/folks.spec +++ b/SPECS/folks.spec @@ -4,7 +4,7 @@ Name: folks Epoch: 1 -Version: 0.11.3 +Version: 0.11.4 Release: 1%{?dist} Summary: GObject contact aggregation library @@ -88,6 +88,12 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/folks-inspect %find_lang %{name} +%check +%ifnarch ppc64 +VERBOSE=1 make check +%endif + + %post -p /sbin/ldconfig @@ -132,6 +138,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Wed May 23 2018 Kalev Lember - 1:0.11.4-1 +- Update to 0.11.4 +- Disable tests on PPC64 to avoid timeouts +- Resolves: #1569814 + * Wed Sep 21 2016 Kalev Lember - 1:0.11.3-1 - Update to 0.11.3 - Resolves: #1386858