rpms/ocaml-bitmatch/devel .cvsignore, 1.10, 1.11 import.log, 1.2, 1.3 ocaml-bitmatch.spec, 1.14, 1.15 sources, 1.10, 1.11

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Fri Jul 11 11:18:46 UTC 2008


Author: rjones

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

Modified Files:
	.cvsignore import.log ocaml-bitmatch.spec sources 
Log Message:
* Fri Jul 11 2008 Richard W.M. Jones <rjones at redhat.com> - 1.9.5-1
- New upstream release 1.9.5.
- Clarify that the programs have GPL license.
- Ship bitmatch-objinfo program.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	4 Jul 2008 13:52:06 -0000	1.10
+++ .cvsignore	11 Jul 2008 11:18:01 -0000	1.11
@@ -1 +1 @@
-ocaml-bitmatch-1.9.4.tar.gz
+ocaml-bitmatch-1.9.5.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	4 Jul 2008 13:52:06 -0000	1.2
+++ import.log	11 Jul 2008 11:18:01 -0000	1.3
@@ -1,2 +1,3 @@
 ocaml-bitmatch-1_9_3-1_fc10:HEAD:ocaml-bitmatch-1.9.3-1.fc10.src.rpm:1215169603
 ocaml-bitmatch-1_9_4-1_fc10:HEAD:ocaml-bitmatch-1.9.4-1.fc10.src.rpm:1215179499
+ocaml-bitmatch-1_9_5-1_fc10:HEAD:ocaml-bitmatch-1.9.5-1.fc10.src.rpm:1215775050


Index: ocaml-bitmatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/ocaml-bitmatch.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ocaml-bitmatch.spec	4 Jul 2008 13:52:06 -0000	1.14
+++ ocaml-bitmatch.spec	11 Jul 2008 11:18:01 -0000	1.15
@@ -10,12 +10,12 @@
 %endif
 
 Name:           ocaml-bitmatch
-Version:        1.9.4
+Version:        1.9.5
 Release:        1%{?dist}
 Summary:        OCaml library for matching and constructing bitstrings
 
 Group:          Development/Libraries
-License:        LGPLv2+ with exceptions
+License:        LGPLv2+ with exceptions and GPLv2+
 URL:            http://code.google.com/p/bitmatch/
 Source0:        http://bitmatch.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -60,7 +60,7 @@
 
 
 %description    c
-The %{name}-cil package contains tools for importing structs
+The %{name}-c package contains tools for importing structs
 from C code and header files into %{name}.
 %endif
 
@@ -96,9 +96,10 @@
 mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
 make install
 
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+
 %if %build_cil_tools
 # Install bitmatch-import-c by hand for now.
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
 %if %opt
 install -m 0755 cil-tools/bitmatch-import-c.opt $RPM_BUILD_ROOT%{_bindir}/bitmatch-import-c
 %else
@@ -109,6 +110,9 @@
 install -m 0644 cil-tools/bitmatch-import-prefix.h $OCAMLFIND_DESTDIR/bitmatch/
 %endif
 
+# Install bitmatch-objinfo by hand for now.
+install -m 0755 bitmatch-objinfo $RPM_BUILD_ROOT%{_bindir}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -138,6 +142,7 @@
 %{_libdir}/ocaml/bitmatch/*.cmx
 %endif
 %{_libdir}/ocaml/bitmatch/*.mli
+%{_bindir}/bitmatch-objinfo
 
 
 %if %build_cil_tools
@@ -150,6 +155,11 @@
 
 
 %changelog
+* Fri Jul 11 2008 Richard W.M. Jones <rjones at redhat.com> - 1.9.5-1
+- New upstream release 1.9.5.
+- Clarify that the programs have GPL license.
+- Ship bitmatch-objinfo program.
+
 * Fri Jul  4 2008 Richard W.M. Jones <rjones at redhat.com> - 1.9.4-1
 - New upstream release 1.9.4.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bitmatch/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	4 Jul 2008 13:52:06 -0000	1.10
+++ sources	11 Jul 2008 11:18:01 -0000	1.11
@@ -1 +1 @@
-a9c3e59e8ac08bf4e02e6bdabb196784  ocaml-bitmatch-1.9.4.tar.gz
+3136f3d8aca859c26474cc26749789f9  ocaml-bitmatch-1.9.5.tar.gz




More information about the scm-commits mailing list