diff --git a/.gitignore b/.gitignore index ec1cebc..328df66 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ sysprof-1.1.6.tar.gz /sysprof-1.2.0.tar.gz /sysprof-3.20.0.tar.xz /sysprof-3.21.90.tar.xz +/sysprof-3.21.91.tar.xz diff --git a/sources b/sources index cf258ee..8f9831e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36a4dc586d7bff8a7f0643a7eb51b22f sysprof-3.21.90.tar.xz +44e405c4e7ad88ce21d106d0bf7f9714 sysprof-3.21.91.tar.xz diff --git a/sysprof.spec b/sysprof.spec index 8f77473..8d46dac 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ Name: sysprof -Version: 3.21.90 -Release: 2%{?dist} +Version: 3.21.91 +Release: 1%{?dist} Summary: A system-wide Linux profiler License: GPLv3+ @@ -46,7 +46,7 @@ developing applications that use %{name}. %install %make_install find $RPM_BUILD_ROOT -name '*.la' -delete -%find_lang %{name} --all-name --with-gnome +%find_lang %{name} --with-gnome %check @@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Sep 02 2016 Kalev Lember - 3.21.91-1 +- Update to 3.21.91 + * Tue Aug 23 2016 Kalev Lember - 3.21.90-2 - Enable building for arm architectures