rpms/ocaml-bitmatch/devel .cvsignore, 1.5, 1.6 ocaml-bitmatch.spec, 1.4, 1.5 sources, 1.5, 1.6

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Sun May 18 22:42:07 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-bitmatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1443/devel

Modified Files:
	.cvsignore ocaml-bitmatch.spec sources 
Log Message:
* Sun May 18 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2-1
- New upstream release 1.2.
- Build and distribute the examples.
- Distribute the TODO file.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	18 May 2008 16:35:21 -0000	1.5
+++ .cvsignore	18 May 2008 22:41:24 -0000	1.6
@@ -1 +1 @@
-ocaml-bitmatch-1.0.tar.gz
+ocaml-bitmatch-1.2.tar.gz


Index: ocaml-bitmatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/ocaml-bitmatch.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocaml-bitmatch.spec	18 May 2008 16:35:21 -0000	1.4
+++ ocaml-bitmatch.spec	18 May 2008 22:41:24 -0000	1.5
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-bitmatch
-Version:        1.0
-Release:        3%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        OCaml library for matching and constructing bitstrings
 
 Group:          Development/Libraries
@@ -42,13 +42,16 @@
 
 %prep
 %setup -q
-rm examples/.cvsignore
+
+# Keep a pristine copy of the examples directory for distribution.
+cp -a examples bitmatch-examples
 
 
 %build
 %configure
 make
 make doc
+make examples
 
 
 %check
@@ -81,7 +84,7 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING.LIB README html examples
+%doc COPYING.LIB README html bitmatch-examples
 %if %opt
 %{_libdir}/ocaml/bitmatch/*.a
 %{_libdir}/ocaml/bitmatch/*.cmxa
@@ -91,6 +94,10 @@
 
 
 %changelog
+* Sun May 18 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2-1
+- New upstream release 1.2.
+- Build and distribute the examples.
+
 * Sun May 18 2008 Richard W.M. Jones <rjones at redhat.com> - 1.0-3
 - New upstream release 1.0.
 - New upstream URL and download location.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 May 2008 16:35:21 -0000	1.5
+++ sources	18 May 2008 22:41:24 -0000	1.6
@@ -1 +1 @@
-96c65a48b852787b0007f133230989ea  ocaml-bitmatch-1.0.tar.gz
+ee953fce3c31693b24f499d4fc177052  ocaml-bitmatch-1.2.tar.gz




More information about the fedora-extras-commits mailing list