New upstream version 0.4.5.

- Enable debuginfo.
This commit is contained in:
Richard W.M. Jones 2013-09-14 07:34:55 +01:00
parent db2fcfff8b
commit e8898cb5a9
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1f43b9333358f47660318bfbe9ae68bf ocaml-fileutils-0.4.4.tar.gz
2fa2782374c2210f2584fe02814bb343 ocaml-fileutils-0.4.5.tar.gz