rpms/ustr/EL-4 import_repl.patch,NONE,1.1 ustr.spec,1.1,1.2

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


Author: james

Update of /cvs/pkgs/rpms/ustr/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16150

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/EL-4/ustr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ustr.spec	4 Aug 2007 19:05:23 -0000	1.1
+++ ustr.spec	8 Aug 2007 23:41:08 -0000	1.2
@@ -1,12 +1,15 @@
 
 Name: ustr
 Version: 1.0.1
-Release: 2%{?dist}
+Release: 5%{?dist}
 Summary: String library, very low memory overhead, simple to import
 Group: System Environment/Libraries
 License: MIT or LGPLv2+ or BSD
 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
 
@@ -60,6 +63,10 @@
 %prep
 %setup -q
 
+%patch0 -p1
+%patch1 -p0
+%patch2 -p1
+
 %build
 # Last variable name explains itself.
 make %{?_smp_mflags} all-shared CFLAGS="${CFLAGS:-%optflags}" HIDE= \
@@ -123,6 +130,13 @@
 
 
 %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.
+
 * Sat Aug  4 2007 James Antill <james at and.org> - 1.0.1-2
 - First upload to Fedora repos.
 




More information about the fedora-extras-commits mailing list