New upstream version 4.1.5.
This commit is contained in:
parent
de3a1765bd
commit
d4507a597d
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ ocamlnet-2.2.9.tar.gz
|
||||
/ocamlnet-4.1.2.tar.gz
|
||||
/ocamlnet-4.1.3.tar.gz
|
||||
/ocamlnet-4.1.4.tar.gz
|
||||
/ocamlnet-4.1.5.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%global __strip /bin/true
|
||||
|
||||
Name: ocaml-ocamlnet
|
||||
Version: 4.1.4
|
||||
Version: 4.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Network protocols for OCaml
|
||||
License: BSD
|
||||
@ -17,6 +17,7 @@ URL: http://projects.camlcity.org/projects/ocamlnet.html
|
||||
Source0: http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz
|
||||
|
||||
# Non-upstream patch to fix string immutability problems with OCaml 4.06.
|
||||
# Sent upstream Nov 08, no response yet.
|
||||
Patch1: ocamlnet-4.1.4-bytes-fixes.patch
|
||||
|
||||
BuildRequires: ocaml >= 3.12.1-3
|
||||
@ -222,6 +223,9 @@ echo -e '-b /usr/bin/netplex-admin\n-b /usr/bin/ocamlrpcgen' \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 12 2017 Richard W.M. Jones <rjones@redhat.com> - 4.1.5-1
|
||||
- New upstream version 4.1.5.
|
||||
|
||||
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 4.1.4-1
|
||||
- New upstream version 4.1.4.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ocamlnet-4.1.4.tar.gz) = ca502444f81898ccda27d61760a357aad59624cf3c4c025d49dd1c2e7bc3ef497c199634247ba7731e016c234e5cd92d2599d1ef9ecd55c3b6e7a64fc4773ee0
|
||||
SHA512 (ocamlnet-4.1.5.tar.gz) = f22c24b3413ccf16fc2538d4390871e60c7c1abc6bd0f599057909d786e7ad852d47c3ba0315b0095c01b345ea58d6d7d9cfefc2f9f9c31fe7b8d5e5c874328c
|
||||
|
Loading…
Reference in New Issue
Block a user