|
|
@ -1,27 +1,30 @@
|
|
|
|
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
|
|
|
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Optionally disable camomile dep on RHEL.
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
|
|
|
|
%bcond_without camomile
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with camomile
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: ocaml-gettext
|
|
|
|
Name: ocaml-gettext
|
|
|
|
Version: 0.3.7
|
|
|
|
Version: 0.4.2
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: OCaml library for i18n
|
|
|
|
Summary: OCaml library for i18n
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ with exceptions
|
|
|
|
License: LGPLv2+ with exceptions
|
|
|
|
URL: https://github.com/gildor478/ocaml-gettext
|
|
|
|
URL: https://github.com/gildor478/ocaml-gettext
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/gildor478/%{name}/archive/%{version}.tar.gz
|
|
|
|
Source0: https://github.com/gildor478/%{name}/archive/v%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: ocaml-gettext-0.3.4-use-ocamlopt-g.patch
|
|
|
|
|
|
|
|
Patch0001: 0001-pr_gettext-stop-tracking-and-printing-untranslated-s.patch
|
|
|
|
|
|
|
|
Patch0002: 0002-pr_gettext-stop-printing-extracted-strings.patch
|
|
|
|
|
|
|
|
Patch0003: 0003-add-more-generated-files-to-.gitignore.patch
|
|
|
|
|
|
|
|
# Fix for immutable strings in OCaml 4.06.
|
|
|
|
|
|
|
|
Patch4: ocaml-gettext-0.3.7-bytes-fix.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: ocaml >= 4.00.1
|
|
|
|
BuildRequires: ocaml >= 4.00.1
|
|
|
|
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
|
|
|
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
|
|
|
|
|
|
|
BuildRequires: ocaml-compiler-libs
|
|
|
|
BuildRequires: ocaml-ocamldoc
|
|
|
|
BuildRequires: ocaml-ocamldoc
|
|
|
|
BuildRequires: ocaml-camlp4-devel
|
|
|
|
|
|
|
|
BuildRequires: ocaml-fileutils-devel >= 0.4.4-4
|
|
|
|
BuildRequires: ocaml-fileutils-devel >= 0.4.4-4
|
|
|
|
|
|
|
|
BuildRequires: ocaml-dune-devel
|
|
|
|
|
|
|
|
BuildRequires: ocaml-cppo
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: libxml2
|
|
|
|
BuildRequires: libxml2
|
|
|
@ -29,12 +32,14 @@ BuildRequires: chrpath
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
%if !0%{?rhel}
|
|
|
|
%if !0%{?rhel}
|
|
|
|
BuildRequires: ocaml-ounit-devel
|
|
|
|
BuildRequires: ocaml-ounit-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with camomile}
|
|
|
|
BuildRequires: ocaml-camomile-devel >= 0.8.6-3
|
|
|
|
BuildRequires: ocaml-camomile-devel >= 0.8.6-3
|
|
|
|
BuildRequires: ocaml-camomile-data
|
|
|
|
BuildRequires: ocaml-camomile-data
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: autoconf, automake
|
|
|
|
BuildRequires: autoconf, automake
|
|
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
%if %{with camomile}
|
|
|
|
# ocaml-gettext program needs camomile data files
|
|
|
|
# ocaml-gettext program needs camomile data files
|
|
|
|
Requires: ocaml-camomile-data
|
|
|
|
Requires: ocaml-camomile-data
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -68,7 +73,7 @@ The %{name}-devel package contains libraries and signature files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
%if %{with camomile}
|
|
|
|
%package camomile
|
|
|
|
%package camomile
|
|
|
|
Summary: Parts of %{name} which depend on Camomile
|
|
|
|
Summary: Parts of %{name} which depend on Camomile
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
@ -93,99 +98,89 @@ signature files for developing applications that use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%autopatch -p1
|
|
|
|
%autopatch -p1
|
|
|
|
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
# Remove dependency on batteries.
|
|
|
|
|
|
|
|
sed -i -e 's/batteries//' test/dune
|
|
|
|
|
|
|
|
sed -i -e 's/batteries//' test/test-stub/dune
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{without camomile}
|
|
|
|
|
|
|
|
# Remove dependency on camomile.
|
|
|
|
|
|
|
|
rm -r src/lib/gettext-camomile
|
|
|
|
|
|
|
|
rm -r test/test-camomile
|
|
|
|
|
|
|
|
sed -i -e 's/camomile//' `find -name dune`
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Parallel builds don't work.
|
|
|
|
make build
|
|
|
|
unset MAKEFLAGS
|
|
|
|
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" \
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
|
|
|
|
--libdir=%{_libdir} \
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
--disable-camomile \
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
--enable-test \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
|
|
|
|
|
|
|
|
make all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
#check
|
|
|
|
%if %opt
|
|
|
|
# Tests require batteries, so they are disabled at present.
|
|
|
|
%if !0%{?rhel}
|
|
|
|
# Under discussion with upstream.
|
|
|
|
pushd test
|
|
|
|
|
|
|
|
../_build/bin/test
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
# make install in the package is screwed up completely. Install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml
|
|
|
|
# by hand instead.
|
|
|
|
|
|
|
|
export DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
|
|
|
|
|
|
|
|
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
|
|
|
dune install --destdir=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
# Remove *.o files - these shouldn't be distributed.
|
|
|
|
# Remove this, we will use our own rules for documentation.
|
|
|
|
find _build -name '*.o' -exec rm {} \;
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/doc
|
|
|
|
|
|
|
|
|
|
|
|
ocamlfind install gettext _build/lib/gettext/*
|
|
|
|
%if %{without camomile}
|
|
|
|
ocamlfind install gettext-stub _build/lib/gettext-stub/*
|
|
|
|
# If you use --without camomile but happen to have the camomile
|
|
|
|
%if !0%{?rhel}
|
|
|
|
# packages installed then it will still build them.
|
|
|
|
ocamlfind install gettext-camomile _build/lib/gettext-camomile/*
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/ocaml/gettext-camomile
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
install -m 0755 _build/bin/ocaml-gettext $RPM_BUILD_ROOT%{_bindir}/
|
|
|
|
|
|
|
|
install -m 0755 _build/bin/ocaml-xgettext $RPM_BUILD_ROOT%{_bindir}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc COPYING
|
|
|
|
%doc LICENSE.txt
|
|
|
|
%{_libdir}/ocaml/gettext
|
|
|
|
%{_libdir}/ocaml/gettext
|
|
|
|
%{_libdir}/ocaml/gettext-stub
|
|
|
|
%{_libdir}/ocaml/gettext-stub
|
|
|
|
%if %opt
|
|
|
|
%if %opt
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.a
|
|
|
|
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*/*.a
|
|
|
|
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*/*.cmxa
|
|
|
|
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.cmx
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.ml
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*/*.ml
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*.mli
|
|
|
|
%exclude %{_libdir}/ocaml/gettext/*/*.mli
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.ml
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-stub/*.ml
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so.owner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc README CHANGELOG TODO
|
|
|
|
%doc README.md CHANGES.md THANKS TODO.md
|
|
|
|
# %doc build/share/doc/html/*
|
|
|
|
# %doc build/share/doc/html/*
|
|
|
|
%if %opt
|
|
|
|
%if %opt
|
|
|
|
%{_libdir}/ocaml/gettext/*.a
|
|
|
|
|
|
|
|
%{_libdir}/ocaml/gettext/*.cmxa
|
|
|
|
%{_libdir}/ocaml/gettext/*.cmxa
|
|
|
|
%{_libdir}/ocaml/gettext/*.cmx
|
|
|
|
%{_libdir}/ocaml/gettext/*/*.a
|
|
|
|
|
|
|
|
%{_libdir}/ocaml/gettext/*/*.cmxa
|
|
|
|
|
|
|
|
%{_libdir}/ocaml/gettext/*/*.cmx
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.a
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.a
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.cmxa
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.cmxa
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.cmx
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.cmx
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{_libdir}/ocaml/gettext/*.ml
|
|
|
|
%{_libdir}/ocaml/gettext/*/*.ml
|
|
|
|
%{_libdir}/ocaml/gettext/*.mli
|
|
|
|
%{_libdir}/ocaml/gettext/*/*.mli
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.ml
|
|
|
|
%{_libdir}/ocaml/gettext-stub/*.ml
|
|
|
|
%{_bindir}/ocaml-gettext
|
|
|
|
%{_bindir}/ocaml-gettext
|
|
|
|
%{_bindir}/ocaml-xgettext
|
|
|
|
%{_bindir}/ocaml-xgettext
|
|
|
|
|
|
|
|
%{_mandir}/man1/ocaml-gettext.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/ocaml-xgettext.1*
|
|
|
|
|
|
|
|
%{_mandir}/man5/ocaml-gettext.5*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
%if %{with camomile}
|
|
|
|
%files camomile
|
|
|
|
%files camomile
|
|
|
|
%doc COPYING
|
|
|
|
%doc LICENSE.txt
|
|
|
|
%{_libdir}/ocaml/gettext-camomile
|
|
|
|
%{_libdir}/ocaml/gettext-camomile
|
|
|
|
%if %opt
|
|
|
|
%if %opt
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-camomile/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/gettext-camomile/*.a
|
|
|
@ -196,7 +191,7 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files camomile-devel
|
|
|
|
%files camomile-devel
|
|
|
|
%doc README
|
|
|
|
%doc README.md
|
|
|
|
%if %opt
|
|
|
|
%if %opt
|
|
|
|
%{_libdir}/ocaml/gettext-camomile/*.a
|
|
|
|
%{_libdir}/ocaml/gettext-camomile/*.a
|
|
|
|
%{_libdir}/ocaml/gettext-camomile/*.cmxa
|
|
|
|
%{_libdir}/ocaml/gettext-camomile/*.cmxa
|
|
|
@ -207,8 +202,98 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed May 29 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.7-6
|
|
|
|
* Fri Mar 11 2022 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-6
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
- Rebuild for EPEL
|
|
|
|
|
|
|
|
resolves: rhbz#2060850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.2-5
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 23 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-4
|
|
|
|
|
|
|
|
- Bump and rebuild
|
|
|
|
|
|
|
|
resolves: rhbz#1975309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.2-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 8 23:22:35 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-2
|
|
|
|
|
|
|
|
- Better handling of optional camomile subpackage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 2 23:22:35 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-1
|
|
|
|
|
|
|
|
- New upstream version 4.2
|
|
|
|
|
|
|
|
- Remove patch now upstream.
|
|
|
|
|
|
|
|
- BR ocaml-cppo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 1 23:22:35 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-9
|
|
|
|
|
|
|
|
- OCaml 4.12.0 build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 24 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-8
|
|
|
|
|
|
|
|
- Remove ocaml-camomile dep on RHEL 9.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 1 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-7
|
|
|
|
|
|
|
|
- Bump and rebuild for updated ocaml-camomile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-5
|
|
|
|
|
|
|
|
- OCaml 4.11.1 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-4
|
|
|
|
|
|
|
|
- OCaml 4.11.0 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-2
|
|
|
|
|
|
|
|
- OCaml 4.11.0+dev2-2020-04-22 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-1
|
|
|
|
|
|
|
|
- New upstream version 0.4.1.
|
|
|
|
|
|
|
|
- Add small fix for OCaml 4.11.
|
|
|
|
|
|
|
|
- Package the man pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.7.git3aecf8e5350f
|
|
|
|
|
|
|
|
- OCaml 4.11.0 pre-release attempt 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.6.git3aecf8e5350f
|
|
|
|
|
|
|
|
- Update all OCaml dependencies for RPM 4.16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 27 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.5.git3aecf8e5350f
|
|
|
|
|
|
|
|
- OCaml 4.10.0 final.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-0.4.git3aecf8e5350f
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.3.git3aecf8e5350f
|
|
|
|
|
|
|
|
- OCaml 4.10.0+beta1 rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.2.git3aecf8e5350f
|
|
|
|
|
|
|
|
- OCaml 4.09.0 (final) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 1 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.1
|
|
|
|
|
|
|
|
- Move to pre-release of 0.3.8.
|
|
|
|
|
|
|
|
- Requires dune.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-13
|
|
|
|
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-12
|
|
|
|
|
|
|
|
- OCaml 4.08.1 (final) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-11
|
|
|
|
|
|
|
|
- OCaml 4.08.1 (rc2) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-9
|
|
|
|
|
|
|
|
- Remove camlp4 dependency.
|
|
|
|
|
|
|
|
- Add all upstream patches since 0.3.7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-6
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|