From e107bf85460b9dab6b06e2f8ac322e345e91c7be Mon Sep 17 00:00:00 2001 From: Matej Habrnal Date: May 18 2016 09:41:06 +0000 Subject: New version 2.7.1 --- diff --git a/libreport.spec b/libreport.spec index ea612cb..01d8f94 100644 --- a/libreport.spec +++ b/libreport.spec @@ -6,7 +6,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -47,9 +47,12 @@ BuildRequires: doxygen BuildRequires: systemd-devel BuildRequires: augeas-devel BuildRequires: augeas -BuildRequires: xz-devel +BuildRequires: xz +BuildRequires: lz4 Requires: libreport-filesystem = %{version}-%{release} Requires: satyr >= %{satyr_ver} +Requires: xz +Requires: lz4 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -746,6 +749,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed May 18 2016 Matej Habrnal 2.7.1-1 +- lib: add lz4 decompression +- lib: avoid the need to link against lzma +- all: format security +- lib: add cgroup namespace +- dd: introduce functions getting occurrence stamps +- dd: introduce dd_get_env_variable +- lib: add get env variable from a file +- RHTSupport: include count in Support cases +- lib: problem report API check fseek return code +- ignored words: remove 'kwallet_jwakely' which I added wrongly + * Fri Apr 08 2016 Matej Habrnal 2.7.0-1 - ignored words: update ignored words - mailx: use problem report api to define an emais' content diff --git a/sources b/sources index d3a070f..1a2fb07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7354fa562de18ab690127a4ff7d5601e libreport-2.7.0.tar.gz +ad4e7bfc4e3fbb7283bc7dd6f92fe995 libreport-2.7.1.tar.gz