From c183abdbf195b3f10b7b2c0aac8dde47ece2ceac Mon Sep 17 00:00:00 2001 From: James Antill Date: Aug 08 2007 23:39:40 +0000 Subject: - Import fix for ustr-import, wrt. repl <=> replace --- diff --git a/import_repl.patch b/import_repl.patch new file mode 100644 index 0000000..14c7b22 --- /dev/null +++ b/import_repl.patch @@ -0,0 +1,13 @@ +diff --git a/ustr-import.in b/ustr-import.in +index cdc0ab0..54acb7d 100644 +--- a/ustr-import.in ++++ b/ustr-import.in +@@ -255,7 +255,7 @@ if $pool; then + fi + + if $repl; then +- copy repl ++ copy replace + fi + + if $sc; then diff --git a/ustr.spec b/ustr.spec index 4cd12b5..8f3bf2d 100644 --- a/ustr.spec +++ b/ustr.spec @@ -1,7 +1,7 @@ Name: ustr Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: String library, very low memory overhead, simple to import Group: System Environment/Libraries License: MIT or LGPLv2+ or BSD @@ -9,6 +9,7 @@ URL: http://www.and.org/ustr/ Source0: http://www.and.org/ustr/%{version}/%{name}-%{version}.tar.gz Patch0: inst_examples.patch Patch1: html_doc_fixes.patch +Patch2: import_repl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: make gcc sed @@ -64,6 +65,7 @@ Requires: %{name}-debug = %{version}-%{release} %patch0 -p1 %patch1 -p0 +%patch2 -p1 %build # Last variable name explains itself. @@ -128,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 8 2007 James Antill - 1.0.1-5 +- Import fix for ustr-import, wrt. repl <=> replace + * Sun Aug 5 2007 James Antill - 1.0.1-4 - Patches for minor GIT HEAD documentation fixes. - Install mkdir_p and fgrep examples.