rpms/ustr/devel inst_examples.patch,1.1,1.2 ustr.spec,1.2,1.3

James Antill (james) fedora-extras-commits at redhat.com
Mon Aug 6 01:37:41 UTC 2007


Author: james

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

Modified Files:
	inst_examples.patch ustr.spec 
Log Message:
* 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.


inst_examples.patch:

Index: inst_examples.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/devel/inst_examples.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inst_examples.patch	6 Aug 2007 01:20:53 -0000	1.1
+++ inst_examples.patch	6 Aug 2007 01:37:39 -0000	1.2
@@ -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 \


Index: ustr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/devel/ustr.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ustr.spec	6 Aug 2007 01:20:53 -0000	1.2
+++ ustr.spec	6 Aug 2007 01:37:39 -0000	1.3
@@ -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 @@
 
 
 %changelog
-* Sun Aug  5 2007 James Antill <james at and.org> - 1.0.1-3
+* 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