2023-07-11 10:36:23 +00:00
|
|
|
# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
# Optionally disable camomile dep on RHEL.
|
|
|
|
%if !0%{?rhel}
|
|
|
|
%bcond_without camomile
|
2023-07-14 03:26:11 +00:00
|
|
|
%bcond_without tests
|
2021-03-08 11:56:27 +00:00
|
|
|
%else
|
|
|
|
%bcond_with camomile
|
2023-07-14 03:26:11 +00:00
|
|
|
%bcond_with tests
|
2021-03-08 11:56:27 +00:00
|
|
|
%endif
|
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
Name: ocaml-gettext
|
2021-03-02 09:25:07 +00:00
|
|
|
Version: 0.4.2
|
2023-07-20 17:18:13 +00:00
|
|
|
Release: 14%{?dist}
|
2008-04-27 21:50:16 +00:00
|
|
|
Summary: OCaml library for i18n
|
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
License: LGPL-2.1-or-later with OCaml-LGPL-linking-exception
|
2017-09-23 09:20:54 +00:00
|
|
|
URL: https://github.com/gildor478/ocaml-gettext
|
2008-04-27 21:50:16 +00:00
|
|
|
|
2020-04-22 09:20:06 +00:00
|
|
|
Source0: https://github.com/gildor478/%{name}/archive/v%{version}.tar.gz
|
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
# Updates for OCaml 5. Based in part on
|
|
|
|
# https://github.com/gildor478/ocaml-gettext/pull/24
|
|
|
|
Patch0: %{name}-ocaml5.patch
|
|
|
|
# Adapt to changes in camomile 2.0
|
2023-10-05 05:09:07 +00:00
|
|
|
# https://github.com/gildor478/ocaml-gettext/pull/27
|
2023-07-11 04:27:54 +00:00
|
|
|
Patch1: %{name}-camomile2.patch
|
|
|
|
|
|
|
|
BuildRequires: ocaml >= 4.03.0
|
2012-11-27 19:36:37 +00:00
|
|
|
BuildRequires: ocaml-fileutils-devel >= 0.4.4-4
|
2023-07-11 04:27:54 +00:00
|
|
|
BuildRequires: ocaml-dune >= 1.11.0
|
|
|
|
BuildRequires: ocaml-dune-configurator-devel
|
2021-03-02 09:41:38 +00:00
|
|
|
BuildRequires: ocaml-cppo
|
2008-04-27 21:50:16 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: libxml2
|
2023-07-14 03:26:11 +00:00
|
|
|
%if %{with tests}
|
2012-09-25 14:27:56 +00:00
|
|
|
BuildRequires: ocaml-ounit-devel
|
2021-03-08 11:56:27 +00:00
|
|
|
%endif
|
|
|
|
%if %{with camomile}
|
2017-11-08 18:53:01 +00:00
|
|
|
BuildRequires: ocaml-camomile-devel >= 0.8.6-3
|
2008-04-27 21:50:16 +00:00
|
|
|
BuildRequires: ocaml-camomile-data
|
2012-09-25 14:27:56 +00:00
|
|
|
%endif
|
2008-04-27 21:50:16 +00:00
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
%if %{with camomile}
|
2012-05-19 10:17:43 +00:00
|
|
|
# ocaml-gettext program needs camomile data files
|
2008-05-27 12:11:13 +00:00
|
|
|
Requires: ocaml-camomile-data
|
2012-09-25 14:27:56 +00:00
|
|
|
%endif
|
2008-05-27 12:11:13 +00:00
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Ocaml-gettext provides support for internationalization of Ocaml
|
|
|
|
programs.
|
|
|
|
|
|
|
|
Constraints :
|
|
|
|
|
|
|
|
* provides a pure Ocaml implementation,
|
|
|
|
* the API should be as close as possible to GNU gettext,
|
|
|
|
* provides a way to automatically extract translatable
|
|
|
|
strings from Ocaml source code.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2023-07-11 04:27:54 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-04-27 21:50:16 +00:00
|
|
|
|
2008-05-27 12:11:13 +00:00
|
|
|
# BZ 446919.
|
2023-07-11 04:27:54 +00:00
|
|
|
Requires: ocaml-fileutils-devel%{?_isa} >= 0.4.0
|
2008-05-27 12:11:13 +00:00
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and signature files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
%if %{with camomile}
|
2008-04-27 21:50:16 +00:00
|
|
|
%package camomile
|
|
|
|
Summary: Parts of %{name} which depend on Camomile
|
2023-07-11 04:27:54 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description camomile
|
|
|
|
The %{name}-camomile package contains the parts of %{name} which
|
|
|
|
depend on Camomile.
|
|
|
|
|
|
|
|
|
|
|
|
%package camomile-devel
|
|
|
|
Summary: Development files for %{name}-camomile
|
2023-07-11 04:27:54 +00:00
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-camomile%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: ocaml-camomile-devel%{?_isa}
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description camomile-devel
|
|
|
|
The %{name}-camomile-devel package contains libraries and
|
|
|
|
signature files for developing applications that use
|
|
|
|
%{name}-camomile.
|
2012-09-25 14:27:56 +00:00
|
|
|
%endif
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2023-07-11 04:27:54 +00:00
|
|
|
%autosetup -p1
|
2013-09-14 06:46:15 +00:00
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
%if %{without camomile}
|
|
|
|
# Remove dependency on camomile.
|
2023-07-14 03:26:11 +00:00
|
|
|
rm -f gettext-camomile.opam
|
2021-03-08 11:56:27 +00:00
|
|
|
rm -r src/lib/gettext-camomile
|
|
|
|
rm -r test/test-camomile
|
|
|
|
sed -i -e 's/camomile//' `find -name dune`
|
|
|
|
%endif
|
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
%build
|
2023-07-11 04:27:54 +00:00
|
|
|
%dune_build
|
2008-06-09 15:48:46 +00:00
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
%install
|
2023-07-11 04:27:54 +00:00
|
|
|
%dune_install -s
|
|
|
|
sed -i '\@%{_bindir}@d;\@%{_mandir}@d' .ofiles-gettext
|
|
|
|
cat .ofiles-gettext-stub >> .ofiles-gettext
|
|
|
|
cat .ofiles-gettext-stub-devel >> .ofiles-gettext-devel
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
2023-07-14 03:26:11 +00:00
|
|
|
%if %{with tests}
|
2023-07-11 04:27:54 +00:00
|
|
|
%check
|
|
|
|
%dune_check
|
2023-07-14 03:26:11 +00:00
|
|
|
%endif
|
2021-03-08 11:56:27 +00:00
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
%files -f .ofiles-gettext
|
|
|
|
%license LICENSE.txt
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
%files devel -f .ofiles-gettext-devel
|
2020-04-22 09:20:06 +00:00
|
|
|
%doc README.md CHANGES.md THANKS TODO.md
|
2008-04-27 21:50:16 +00:00
|
|
|
%{_bindir}/ocaml-gettext
|
|
|
|
%{_bindir}/ocaml-xgettext
|
2020-04-22 09:20:06 +00:00
|
|
|
%{_mandir}/man1/ocaml-gettext.1*
|
|
|
|
%{_mandir}/man1/ocaml-xgettext.1*
|
|
|
|
%{_mandir}/man5/ocaml-gettext.5*
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
%if %{with camomile}
|
2023-07-11 04:27:54 +00:00
|
|
|
%files camomile -f .ofiles-gettext-camomile
|
|
|
|
%license LICENSE.txt
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
%files camomile-devel -f .ofiles-gettext-camomile-devel
|
2019-10-01 09:27:06 +00:00
|
|
|
%doc README.md
|
2012-09-25 14:27:56 +00:00
|
|
|
%endif
|
2008-04-27 21:50:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-07-20 17:18:13 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-07-11 23:27:15 +00:00
|
|
|
* Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-13
|
|
|
|
- OCaml 5.0 rebuild for Fedora 39
|
|
|
|
|
2023-07-11 04:27:54 +00:00
|
|
|
* Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 0.4.2-12
|
|
|
|
- OCaml 5.0.0 rebuild
|
|
|
|
- Convert License tag to SPDX
|
|
|
|
- Enable tests
|
|
|
|
- Use new dune macros
|
|
|
|
|
2023-01-24 17:53:58 +00:00
|
|
|
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-11
|
|
|
|
- Rebuild OCaml packages for F38
|
|
|
|
|
2023-01-19 22:08:50 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 01:14:42 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-19 10:41:09 +00:00
|
|
|
* Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-8
|
|
|
|
- OCaml 4.14.0 rebuild
|
|
|
|
|
2022-02-04 16:27:00 +00:00
|
|
|
* Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-7
|
|
|
|
- OCaml 4.13.1 rebuild to remove package notes
|
|
|
|
|
2022-01-20 21:44:42 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-05 09:43:15 +00:00
|
|
|
* Tue Oct 05 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-5
|
|
|
|
- OCaml 4.13.1 build
|
|
|
|
|
2021-07-22 16:38:20 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-03-30 15:18:37 +00:00
|
|
|
* Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.2-3
|
|
|
|
- Bump and rebuild for ELN.
|
|
|
|
|
2021-03-08 11:56:27 +00:00
|
|
|
* 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.
|
|
|
|
|
2021-03-02 09:25:07 +00:00
|
|
|
* 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.
|
2021-03-02 09:41:38 +00:00
|
|
|
- BR ocaml-cppo
|
2021-03-02 09:25:07 +00:00
|
|
|
|
2021-03-01 23:22:36 +00:00
|
|
|
* Mon Mar 1 23:22:35 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-9
|
|
|
|
- OCaml 4.12.0 build
|
|
|
|
|
2021-02-24 17:10:54 +00:00
|
|
|
* Wed Feb 24 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-8
|
|
|
|
- Remove ocaml-camomile dep on RHEL 9.
|
|
|
|
|
2021-02-01 11:52:05 +00:00
|
|
|
* Mon Feb 1 2021 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-7
|
|
|
|
- Bump and rebuild for updated ocaml-camomile.
|
|
|
|
|
2021-01-26 21:58:04 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-01 20:44:35 +00:00
|
|
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-5
|
|
|
|
- OCaml 4.11.1 rebuild
|
|
|
|
|
2020-08-21 18:25:17 +00:00
|
|
|
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-4
|
|
|
|
- OCaml 4.11.0 rebuild
|
|
|
|
|
2020-07-28 12:10:22 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-05 18:28:36 +00:00
|
|
|
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.4.1-2
|
|
|
|
- OCaml 4.11.0+dev2-2020-04-22 rebuild
|
|
|
|
|
2020-04-22 09:20:06 +00:00
|
|
|
* 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.
|
|
|
|
|
2020-04-21 22:00:20 +00:00
|
|
|
* 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
|
|
|
|
|
2020-04-04 11:38:37 +00:00
|
|
|
* 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.
|
|
|
|
|
2020-02-27 09:09:16 +00:00
|
|
|
* Thu Feb 27 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.5.git3aecf8e5350f
|
|
|
|
- OCaml 4.10.0 final.
|
|
|
|
|
2020-01-29 19:36:05 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-19 16:14:28 +00:00
|
|
|
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.3.git3aecf8e5350f
|
|
|
|
- OCaml 4.10.0+beta1 rebuild.
|
|
|
|
|
2019-12-06 13:15:11 +00:00
|
|
|
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.2.git3aecf8e5350f
|
|
|
|
- OCaml 4.09.0 (final) rebuild.
|
|
|
|
|
2019-10-01 09:27:06 +00:00
|
|
|
* 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.
|
|
|
|
|
2019-08-16 15:11:26 +00:00
|
|
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-13
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2019-08-16 14:59:33 +00:00
|
|
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-12
|
|
|
|
- OCaml 4.08.1 (final) rebuild.
|
|
|
|
|
2019-07-31 23:00:58 +00:00
|
|
|
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-11
|
|
|
|
- OCaml 4.08.1 (rc2) rebuild.
|
|
|
|
|
2019-07-25 22:53:06 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-19 10:39:22 +00:00
|
|
|
* Fri Jul 19 2019 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-9
|
2019-07-19 09:54:04 +00:00
|
|
|
- Remove camlp4 dependency.
|
|
|
|
- Add all upstream patches since 0.3.7.
|
|
|
|
|
2019-02-01 16:50:24 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 14:43:43 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-11 15:28:08 +00:00
|
|
|
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-5
|
|
|
|
- OCaml 4.07.0 (final) rebuild.
|
|
|
|
|
2018-06-20 09:07:26 +00:00
|
|
|
* Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-4
|
|
|
|
- OCaml 4.07.0-rc1 rebuild.
|
|
|
|
|
2018-02-08 08:50:40 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-08 18:17:15 +00:00
|
|
|
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-2
|
|
|
|
- OCaml 4.06.0 rebuild.
|
2017-11-08 18:34:33 +00:00
|
|
|
- Add fix for immutable strings.
|
2017-11-08 18:17:15 +00:00
|
|
|
|
2017-09-23 09:20:54 +00:00
|
|
|
* Sat Sep 23 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-1
|
|
|
|
- Update to new upstream version 0.3.7.
|
|
|
|
- New URL.
|
|
|
|
- Include upstream patches since 0.3.7 was released.
|
|
|
|
|
2017-08-30 09:16:20 +00:00
|
|
|
* Wed Aug 30 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-18
|
|
|
|
- Subpackage ocaml-gettext-camomile-devel should depend on
|
|
|
|
ocaml-gettext-camomile (thanks: Pino Toscano).
|
|
|
|
|
2017-08-07 22:37:40 +00:00
|
|
|
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-17
|
|
|
|
- OCaml 4.05.0 rebuild.
|
|
|
|
|
2017-08-03 04:15:57 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:28:18 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-26 20:45:52 +00:00
|
|
|
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-14
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2017-06-26 20:06:58 +00:00
|
|
|
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-13
|
|
|
|
- OCaml 4.04.2 rebuild.
|
|
|
|
|
2017-05-12 13:29:04 +00:00
|
|
|
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-12
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2017-05-12 12:18:28 +00:00
|
|
|
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-11
|
|
|
|
- OCaml 4.04.1 rebuild.
|
|
|
|
|
2017-02-11 00:31:55 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-04 16:50:26 +00:00
|
|
|
* Fri Nov 04 2016 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-9
|
|
|
|
- Disable a warning produced with OCaml 4.04.
|
|
|
|
|
2016-02-04 11:07:13 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-28 16:28:17 +00:00
|
|
|
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-7
|
|
|
|
- OCaml 4.02.3 rebuild.
|
|
|
|
|
2015-07-21 14:05:49 +00:00
|
|
|
* Tue Jul 21 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-6
|
|
|
|
- Enable bytecode builds.
|
|
|
|
- Disable the tests on bytecode-only platforms.
|
|
|
|
|
2015-06-23 17:38:51 +00:00
|
|
|
* Tue Jun 23 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-5
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2015-06-17 17:53:49 +00:00
|
|
|
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-4
|
|
|
|
- ocaml-4.02.2 rebuild.
|
|
|
|
|
2015-02-17 09:57:16 +00:00
|
|
|
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-3
|
2015-02-17 09:55:05 +00:00
|
|
|
- Bump release and rebuild.
|
2015-02-17 09:57:16 +00:00
|
|
|
- Drop upstream patch.
|
2015-02-17 09:55:05 +00:00
|
|
|
|
2015-02-16 18:09:20 +00:00
|
|
|
* Mon Feb 16 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-1
|
|
|
|
- New upstream version 0.3.5.
|
|
|
|
- ocaml-4.02.1 rebuild.
|
|
|
|
|
2014-08-30 20:21:47 +00:00
|
|
|
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-18
|
|
|
|
- ocaml-4.02.0 final rebuild.
|
|
|
|
|
2014-08-23 18:14:43 +00:00
|
|
|
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-17
|
|
|
|
- ocaml-4.02.0+rc1 rebuild.
|
|
|
|
|
2014-08-17 12:53:54 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-02 15:16:34 +00:00
|
|
|
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-15
|
|
|
|
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
|
|
|
|
|
2014-07-21 15:32:26 +00:00
|
|
|
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-14
|
|
|
|
- OCaml 4.02.0 beta rebuild.
|
|
|
|
|
2014-07-15 16:01:19 +00:00
|
|
|
* Tue Jul 15 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-13
|
|
|
|
- Rebuild for OCaml 4.02.0.
|
|
|
|
|
2014-06-07 15:38:48 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-09-14 06:46:15 +00:00
|
|
|
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-11
|
|
|
|
- Rebuild for OCaml 4.01.0.
|
|
|
|
- Enable debuginfo.
|
|
|
|
|
2013-08-03 14:53:34 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 08:58:22 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-27 19:36:37 +00:00
|
|
|
* Tue Nov 27 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-8
|
|
|
|
- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.
|
|
|
|
|
2012-10-19 13:18:01 +00:00
|
|
|
* Fri Oct 19 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-7
|
|
|
|
- Rebuild for OCaml 4.00.1.
|
|
|
|
- Remove Group lines from the spec file.
|
|
|
|
|
2012-09-25 14:27:56 +00:00
|
|
|
* Tue Sep 25 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-6
|
|
|
|
- (RHEL only) Disable camomile, ocaml-ounit, tests.
|
|
|
|
- Modernize the spec file.
|
|
|
|
|
2012-07-28 17:45:15 +00:00
|
|
|
* Sat Jul 28 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-5
|
|
|
|
- Bump and rebuild against new OCaml 4.00.0 official release.
|
|
|
|
|
2012-07-20 05:58:45 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-09 16:32:54 +00:00
|
|
|
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-3
|
|
|
|
- Rebuild for OCaml 4.00.0.
|
|
|
|
|
2012-05-19 10:17:43 +00:00
|
|
|
* Sat May 19 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-2
|
|
|
|
- Bump release and rebuild for new OCaml on ARM.
|
|
|
|
- Enable ppc64 support for camomile.
|
|
|
|
|
2012-01-06 15:33:38 +00:00
|
|
|
* Fri Jan 6 2012 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-1
|
|
|
|
- New upstream version 0.3.4.
|
|
|
|
- Remove patch, now upstream.
|
|
|
|
|
2011-12-21 15:22:06 +00:00
|
|
|
* Wed Dec 21 2011 Karsten Hopp <karsten@redhat.com> 0.3.3-8
|
|
|
|
- fix configure line
|
|
|
|
|
2011-12-21 14:49:28 +00:00
|
|
|
* Wed Dec 21 2011 Karsten Hopp <karsten@redhat.com> 0.3.3-7
|
|
|
|
- build with 'make all', not 'make' as that defaults to 'make test' and fails on ppc64
|
|
|
|
due to the missing gettext-camomile
|
|
|
|
|
2011-02-09 01:52:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-06 09:50:37 +00:00
|
|
|
* Thu Jan 6 2011 Richard W.M. Jones <rjones@redhat.com> - 0.3.3-5
|
|
|
|
- Add patch for compiling against camomile 0.8.
|
|
|
|
|
2011-01-05 15:43:29 +00:00
|
|
|
* Wed Jan 05 2011 Richard W.M. Jones <rjones@redhat.com> - 0.3.3-4
|
|
|
|
- Rebuild for OCaml 3.12 (http://fedoraproject.org/wiki/Features/OCaml3.12).
|
|
|
|
|
2010-01-11 15:11:08 +00:00
|
|
|
* Mon Jan 11 2010 Richard W.M. Jones <rjones@redhat.com> - 0.3.3-3
|
|
|
|
- Remove BR ocaml-camlidl. No longer required to build this.
|
|
|
|
|
2009-12-30 13:49:45 +00:00
|
|
|
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.3-2
|
|
|
|
- Rebuild for OCaml 3.11.2.
|
|
|
|
|
2009-11-02 10:53:39 +00:00
|
|
|
* Mon Nov 2 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.3-1
|
|
|
|
- New upstream release 0.3.3 (mainly small bugfixes).
|
|
|
|
- This requires ocaml-fileutils 0.4.0 and is incompatible with
|
|
|
|
any earlier version.
|
|
|
|
- Fixed a number of rpmlint warnings with *.ml files in the
|
|
|
|
non-devel package.
|
|
|
|
|
2009-07-25 19:57:17 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-23 11:21:21 +00:00
|
|
|
* Sat May 23 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-8
|
|
|
|
- Rebuild for OCaml 3.11.1
|
|
|
|
|
2009-04-16 09:06:07 +00:00
|
|
|
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x@lists.fedoraproject.org>
|
|
|
|
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
|
|
|
|
(added sparc64 per request from the sparc maintainer)
|
|
|
|
|
2009-02-26 07:06:48 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-05 12:30:09 +00:00
|
|
|
* Fri Dec 5 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-6
|
|
|
|
- Patch to temporarily fix missing dynlink.cma.
|
|
|
|
- Rebuild for OCaml 3.11.0.
|
|
|
|
|
2008-12-04 19:22:12 +00:00
|
|
|
* Wed Nov 26 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-5
|
|
|
|
- Rebuild for OCaml 3.11.0+rc1.
|
|
|
|
|
2008-11-24 11:25:59 +00:00
|
|
|
* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-4
|
|
|
|
- Rebuild for OCaml 3.11.0
|
|
|
|
|
2008-06-09 16:01:19 +00:00
|
|
|
* Mon Jun 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-2
|
|
|
|
- Need to disable tests on ppc64 as well since the tests only work
|
|
|
|
with gettext-camomile.
|
|
|
|
|
2008-06-09 15:48:46 +00:00
|
|
|
* Mon Jun 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-1
|
|
|
|
- New upstream release 0.3.2 (fixeds rhbz 446916).
|
|
|
|
|
|
|
|
* Tue May 27 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.1-3
|
|
|
|
- Enable tests, add check section.
|
|
|
|
|
|
|
|
* Tue May 27 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.1-2
|
|
|
|
- Patch to fix BZ 446916.
|
|
|
|
|
2008-05-27 12:11:13 +00:00
|
|
|
* Tue May 27 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.1-1
|
|
|
|
- New upstream version 0.3.1.
|
|
|
|
- Extra runtime requirements (BZ 446919).
|
|
|
|
|
2008-04-30 09:03:51 +00:00
|
|
|
* Wed Apr 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.0-1
|
|
|
|
- New upstream version 0.3.0.
|
|
|
|
- Big patch no longer required (integrated with upstream).
|
|
|
|
- findlib < 1.2.1-3 known not to work with this.
|
|
|
|
- build/ -> _build/
|
|
|
|
- Re-enable documentation.
|
|
|
|
- Prevent *.o files from being distributed.
|
|
|
|
- Distribute *.cmx and *.mli files.
|
|
|
|
|
2008-04-27 21:50:16 +00:00
|
|
|
* Sat Apr 26 2008 Richard W.M. Jones <rjones@redhat.com> - 0.2.0-3.20080321patch
|
|
|
|
- Change the naming scheme to conform with "Snapshot packages" guideline.
|
|
|
|
- Don't duplicate all the docs in camomile-devel.
|
|
|
|
- Disable documentation. Wants 'fop', but 'fop' throws a giant Java
|
|
|
|
exception when present.
|
|
|
|
|
|
|
|
* Thu Apr 17 2008 Richard W.M. Jones <rjones@redhat.com> - 0.2.0-2rwmj20080321
|
|
|
|
- Build camomile subpackages because the camomile dependency is
|
|
|
|
rather large. However we can't build camomile on ppc64 yet so
|
|
|
|
don't build those subpackages there.
|
|
|
|
|
|
|
|
* Fri Mar 21 2008 Richard W.M. Jones <rjones@redhat.com> - 0.2.0-1rwmj20080321
|
|
|
|
- Initial RPM release.
|