diff --git a/.gitignore b/.gitignore index 340c23b..73abbc5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index d784d8a..0278510 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -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 - 0.4.5-1 +- New upstream version 0.4.5. +- Enable debuginfo. + * Sat Aug 03 2013 Fedora Release Engineering - 0.4.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index d9139e2..e05e8bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f43b9333358f47660318bfbe9ae68bf ocaml-fileutils-0.4.4.tar.gz +2fa2782374c2210f2584fe02814bb343 ocaml-fileutils-0.4.5.tar.gz