New upstream version.

This commit is contained in:
Jerry James 2016-03-03 21:38:57 -07:00
parent 1aca3bf852
commit 17430cce0e
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/menhir-20151012.tar.gz
/menhir-20151023.tar.gz
/menhir-20151026.tar.gz
/menhir-20151112.tar.gz
/menhir-20160303.tar.gz

View File

@ -7,8 +7,8 @@
%endif
Name: ocaml-menhir
Version: 20151112
Release: 2%{?dist}
Version: 20160303
Release: 1%{?dist}
Summary: LR(1) parser generator for OCaml
# The generator is QPL, with an exception granted to clause 6c.
@ -39,7 +39,7 @@ for developing applications that use %{name}.
%setup -q -n menhir-%{version}
# Fix encodings
for f in AUTHORS menhir.1 src/standard.mly src/*.ml src/*.mli; do
for f in AUTHORS menhir.1; do
iconv -f ISO8859-1 -t UTF-8 $f > $f.fixed
touch -r $f $f.fixed
mv -f $f.fixed $f
@ -75,6 +75,9 @@ rm -fr %{buildroot}%{_docdir}/menhir
%{_libdir}/ocaml/menhirLib/
%changelog
* Thu Mar 3 2016 Jerry James <loganjerry@gmail.com> - 20160303-1
- New upstream version
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20151112-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
51cfe8573ed11949dc0fa2c46dae47e2 menhir-20151112.tar.gz
feff818f880519d511bcb774f2107fd1 menhir-20160303.tar.gz