From 439f0e1749e4e324c9690af8224b75f1c9d15ae9 Mon Sep 17 00:00:00 2001 From: James Antill Date: Aug 06 2007 01:37:39 +0000 Subject: - Patches for minor GIT HEAD documentation fixes. - Install mkdir_p and fgrep examples. --- diff --git a/inst_examples.patch b/inst_examples.patch index 40bbc6f..3f81020 100644 --- a/inst_examples.patch +++ b/inst_examples.patch @@ -1,15 +1,12 @@ diff --git a/Makefile b/Makefile -index 53edefe..1d6a55b 100644 +index 53edefe..6232cf2 100644 --- a/Makefile +++ b/Makefile -@@ -76,7 +76,9 @@ EXAMPLES = examples/Makefile \ +@@ -72,6 +72,7 @@ MAN_PAGES_3 = \ + Documentation/ustr_const.3 + + EXAMPLES = examples/Makefile \ ++ examples/fgrep.c \ + examples/hello_world.c \ examples/hexdump.c \ examples/mkdir_p.c \ - examples/netstr.c \ -- examples/nums.c -+ examples/nums.c \ -+ examples/mkdir_p.c \ -+ examples/fgrep.c - - TST_ALL = tst_0_sizes tst_0_manual ctst_0_cntl \ - otst_0_sizes otst_0_manual octst_0_cntl \ diff --git a/ustr.spec b/ustr.spec index 7078a6c..4cd12b5 100644 --- a/ustr.spec +++ b/ustr.spec @@ -1,7 +1,7 @@ Name: ustr Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: String library, very low memory overhead, simple to import Group: System Environment/Libraries License: MIT or LGPLv2+ or BSD @@ -128,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sun Aug 5 2007 James Antill - 1.0.1-3 +* Sun Aug 5 2007 James Antill - 1.0.1-4 - Patches for minor GIT HEAD documentation fixes. - Install mkdir_p and fgrep examples.