[ocaml-bitstring] New upstream version 2.0.4.

Richard W.M. Jones rjones at fedoraproject.org
Tue May 14 16:10:32 UTC 2013


commit 7992b02f0e27ee5522db9f508417f788b8a4199a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 14 17:03:13 2013 +0100

    New upstream version 2.0.4.
    
    - Remove upstream patch to META file.

 .gitignore                       |    5 +++--
 ocaml-bitstring-2.0.3-META.patch |   12 ------------
 ocaml-bitstring.spec             |   18 ++++++++++--------
 sources                          |    2 +-
 4 files changed, 14 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1a8e97..032f540 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-ocaml-bitstring-2.0.2.tar.gz
-/ocaml-bitstring-2.0.3.tar.gz
+/.build-*.log
+/clog
+/ocaml-bitstring-*.tar.gz
diff --git a/ocaml-bitstring.spec b/ocaml-bitstring.spec
index f924d86..032a8d6 100644
--- a/ocaml-bitstring.spec
+++ b/ocaml-bitstring.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:           ocaml-bitstring
-Version:        2.0.3
-Release:        6%{?dist}
+Version:        2.0.4
+Release:        1%{?dist}
 Summary:        OCaml library for matching and constructing bitstrings
 
 Group:          Development/Libraries
@@ -12,9 +12,6 @@ License:        LGPLv2+ with exceptions and GPLv2+
 URL:            http://code.google.com/p/bitstring/
 Source0:        http://bitstring.googlecode.com/files/%{name}-%{version}.tar.gz
 
-# Upstream patch to fix META file.
-Patch0:         ocaml-bitstring-2.0.3-META.patch
-
 ExcludeArch:    sparc64 s390 s390x
 
 BuildRequires:  ocaml >= 3.10.2
@@ -60,15 +57,16 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch0 -p0
-
 # Keep a pristine copy of the examples directory for distribution.
 cp -a examples bitstring-examples
 
 
 %build
 %configure
-make
+
+# Doesn't build correctly with parallel builds, or if MAKEFLAGS=-j<N> is set.
+make -j1
+
 make doc
 make examples
 
@@ -117,6 +115,10 @@ install -m 0755 bitstring-objinfo $RPM_BUILD_ROOT%{_bindir}
 
 
 %changelog
+* Tue May 14 2013 Richard W.M. Jones <rjones at redhat.com> - 2.0.4-1
+- New upstream version 2.0.4.
+- Remove upstream patch to META file.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 78c6fd8..13a4a29 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88ad0ee29af8b077e63896da23ec9054  ocaml-bitstring-2.0.3.tar.gz
+5f92601000aea467c989afe141cb1632  ocaml-bitstring-2.0.4.tar.gz


More information about the scm-commits mailing list