From 23a1fe5c7c7419c7b7eac318bf5ab2b67e59d060 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tsao Santín Date: Apr 23 2017 22:25:40 +0000 Subject: Fixed version number, added changelog about Todd Lewis' patch Signed-off-by: Francisco Javier Tsao Santín --- diff --git a/hardlink.c b/hardlink.c index 69f6a46..8e74ca0 100644 --- a/hardlink.c +++ b/hardlink.c @@ -19,6 +19,7 @@ /* Changes by Rémy Card to use constants and add option -n. */ /* Changes by Jindrich Novy to add option -h, -f, replace mmap(2), fix overflows */ /* Changes by Travers Carter to make atomic hardlinking */ +/* Changes by Todd Lewis that adds option -x to exclude files with pcre lib */ #define _GNU_SOURCE #define PCRE2_CODE_UNIT_WIDTH 8 diff --git a/hardlink.spec b/hardlink.spec index 03d9a90..f3a2d0d 100644 --- a/hardlink.spec +++ b/hardlink.spec @@ -1,7 +1,7 @@ Summary: Create a tree of hardlinks Name: hardlink -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 1%{?dist} Epoch: 1 Group: System Environment/Base URL: https://pagure.io/hardlink.git @@ -37,6 +37,10 @@ install -D -m 755 hardlink $RPM_BUILD_ROOT%{_sbindir}/hardlink %{_mandir}/man1/hardlink.1* %changelog +* Sun Apr 23 2017 Francisco Javier Tsao Santín - 1:1.3-1 +- Patch by Todd Lewis that adds option -x to exclude files with pcre lib +- This patch solves RH Bugzilla ID's 955246 1322198 + * Thu Feb 16 2017 Francisco Javier Tsao Santín - 1:1.2-1 - Fixed 32 bit build with gcc7 (RH Bugzilla ID 1422989)