New upstream version 0.4.5.
- Enable debuginfo.
This commit is contained in:
parent
db2fcfff8b
commit
e8898cb5a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
ocaml-fileutils-0.4.0.tar.gz
|
||||
/ocaml-fileutils-0.4.4.tar.gz
|
||||
/ocaml-fileutils-0.4.5.tar.gz
|
||||
|
@ -1,14 +1,13 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ocaml-fileutils
|
||||
Version: 0.4.4
|
||||
Release: 6%{?dist}
|
||||
Version: 0.4.5
|
||||
Release: 1%{?dist}
|
||||
Summary: OCaml library for common file and filename operations
|
||||
|
||||
License: LGPLv2 with exceptions
|
||||
URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
|
||||
Source0: https://forge.ocamlcore.org/frs/download.php/892/ocaml-fileutils-0.4.4.tar.gz
|
||||
Source0: https://forge.ocamlcore.org/frs/download.php/1194/ocaml-fileutils-%{version}.tar.gz
|
||||
ExcludeArch: sparc64 s390 s390x
|
||||
|
||||
BuildRequires: ocaml >= 4.00.1
|
||||
@ -97,6 +96,10 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 0.4.5-1
|
||||
- New upstream version 0.4.5.
|
||||
- Enable debuginfo.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user