From 23246c0742ebdf3fbafa0c26af4965b44404beaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 15 Oct 2015 16:03:17 +0200 Subject: [PATCH] updated live source, incorporated feedback --- netresolve.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/netresolve.spec b/netresolve.spec index 67ee8d1..21d1ecc 100644 --- a/netresolve.spec +++ b/netresolve.spec @@ -1,8 +1,8 @@ -%define snapshot_suffix .20150917git +%global snapshot_suffix .20151015git Name: netresolve Version: 0.0.1 -Release: 0.5%{?snapshot_suffix}%{?dist} +Release: 0.6%{?snapshot_suffix}%{?dist} Summary: Generic name resolution library Group: System Environment/Libraries License: BSD @@ -198,8 +198,11 @@ make check || { cat ./test-suite.log; false; } %{_libdir}/libnss_netresolve.so %changelog -* Thu Sep 17 2015 Pavel Šimerda - 0.0.1-0.5.20150917git -- lots of changes in upstream since the last time +* Thu Oct 15 2015 Pavel Šimerda - 0.0.1-0.6.20151015git +- updated live source, incorporated feedback + +* Thu Sep 17 2015 Pavel Šimerda - 0.0.1-0.5.20150923git +- lots of changes upstream since the last time * Sun Nov 02 2014 Pavel Šimerda - 0.0.1-0.4.20141102git - rebuilt