rpms/ocaml-bin-prot/devel .cvsignore, 1.2, 1.3 ocaml-bin-prot.spec, 1.1, 1.2 sources, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Mon Jan 11 12:23:56 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-bin-prot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14628

Modified Files:
	.cvsignore ocaml-bin-prot.spec sources 
Log Message:
New upstream version 1.2.21


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bin-prot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Jan 2010 12:06:04 -0000	1.2
+++ .cvsignore	11 Jan 2010 12:23:56 -0000	1.3
@@ -1 +1 @@
-release-1.2.20.tar.bz2
+release-1.2.21.tar.bz2


Index: ocaml-bin-prot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bin-prot/devel/ocaml-bin-prot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ocaml-bin-prot.spec	11 Jan 2010 12:06:04 -0000	1.1
+++ ocaml-bin-prot.spec	11 Jan 2010 12:23:56 -0000	1.2
@@ -1,9 +1,9 @@
-%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
-%define debug_package %{nil}
+%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
+%global debug_package %{nil}
 
 Name:           ocaml-bin-prot
-Version:        1.2.20
-Release:        2%{?dist}
+Version:        1.2.21
+Release:        1%{?dist}
 Summary:        Read and write OCaml values in a type-safe binary protocol
 
 Group:          Development/Libraries
@@ -21,10 +21,6 @@ BuildRequires:  ocaml-type-conv >= 1.5.0
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
 
-%define _use_internal_dependency_generator 0
-%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
-%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
-
 
 %description
 This library contains functionality for reading and writing OCaml
@@ -118,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 11 2010 Richard W.M. Jones <rjones at redhat.com> - 1.2.21-1
+- New upstream version 1.2.21.
+- Change %%define to %%global.
+- Use upstream RPM 4.8 OCaml dependency generator.
+
 * Mon Nov  9 2009 Richard W.M. Jones <rjones at redhat.com> - 1.2.20-2
 - The final license of the code is LGPLv2+ with the OCaml linking
   exception.  It was derived from earlier BSD code.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bin-prot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Jan 2010 12:06:04 -0000	1.2
+++ sources	11 Jan 2010 12:23:56 -0000	1.3
@@ -1 +1 @@
-92ff341e99844f2ef705a1defdd8f1ac  release-1.2.20.tar.bz2
+5a422e48c205d491611a3c81c28ba894  release-1.2.21.tar.bz2



More information about the scm-commits mailing list