rpms/ustr/devel import_repl.patch,NONE,1.1 ustr.spec,1.3,1.4

James Antill (james) fedora-extras-commits at redhat.com
Wed Aug 8 23:39:43 UTC 2007


Author: james

Update of /cvs/pkgs/rpms/ustr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15888

Modified Files:
	ustr.spec 
Added Files:
	import_repl.patch 
Log Message:
* Wed Aug  8 2007 James Antill <james at and.org> - 1.0.1-5
- Import fix for ustr-import, wrt. repl <=> replace


import_repl.patch:

--- NEW FILE import_repl.patch ---
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


Index: ustr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/devel/ustr.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ustr.spec	6 Aug 2007 01:37:39 -0000	1.3
+++ ustr.spec	8 Aug 2007 23:39:11 -0000	1.4
@@ -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 @@
 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 @@
 
 %patch0 -p1
 %patch1 -p0
+%patch2 -p1
 
 %build
 # Last variable name explains itself.
@@ -128,6 +130,9 @@
 
 
 %changelog
+* Wed Aug  8 2007 James Antill <james at and.org> - 1.0.1-5
+- Import fix for ustr-import, wrt. repl <=> replace
+
 * Sun Aug  5 2007 James Antill <james at and.org> - 1.0.1-4
 - Patches for minor GIT HEAD documentation fixes.
 - Install mkdir_p and fgrep examples.




More information about the fedora-extras-commits mailing list