Compare commits
No commits in common. "rawhide" and "f25" have entirely different histories.
@ -1,12 +0,0 @@
|
||||
diff -ur cudf-0.9.old/_tags cudf-0.9.new/_tags
|
||||
--- cudf-0.9.old/_tags 2020-02-27 08:36:14.790672478 +0000
|
||||
+++ cudf-0.9.new/_tags 2020-02-27 08:48:06.475456483 +0000
|
||||
@@ -1,5 +1,5 @@
|
||||
-<test.ml> or <tests.ml> : pkg_oUnit
|
||||
-<test.byte> or <test.native> : pkg_oUnit
|
||||
+<test.ml> or <tests.ml> : pkg_ounit2
|
||||
+<test.byte> or <test.native> : pkg_ounit2
|
||||
|
||||
<*.ml> or <*.mli> : pkg_extlib, debug
|
||||
<*.byte> or <*.native> : pkg_extlib, debug
|
||||
Only in cudf-0.9.new: _tags~
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-cudf
|
||||
Version: 0.9
|
||||
Release: 27%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Format for describing upgrade scenarios
|
||||
|
||||
%global libname %(echo %{name} | sed -e 's/^ocaml-//')
|
||||
@ -13,11 +13,6 @@ License: LGPLv3+ with exceptions
|
||||
URL: http://www.mancoosi.org/cudf/
|
||||
Source0: https://gforge.inria.fr/frs/download.php/file/36602/cudf-0.9.tar.gz
|
||||
|
||||
# Use ounit2.
|
||||
%global _default_patch_fuzz 2
|
||||
Patch1: cudf-0.9-ounit2.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ocamlbuild
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
@ -59,7 +54,7 @@ The %{name}-devel package contains libraries and signature files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{libname}-%{version} -p1
|
||||
%autosetup -n %{libname}-%{version}
|
||||
|
||||
# Add debug tag.
|
||||
sed 's/pkg_extlib/pkg_extlib, debug/g' -i _tags
|
||||
@ -112,84 +107,5 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 1 21:30:57 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.9-27
|
||||
- OCaml 4.12.0 build
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jan 20 2021 Richard W.M. Jones <rjones@redhat.com> - 0.9-25
|
||||
- Rebuild for new ocaml-extlib.
|
||||
|
||||
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-24
|
||||
- OCaml 4.11.1 rebuild
|
||||
|
||||
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-23
|
||||
- OCaml 4.11.0 rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-22
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat May 30 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-20
|
||||
- Rebuild for updated ocaml-extlib (RHBZ#1837823).
|
||||
|
||||
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-19
|
||||
- OCaml 4.11.0+dev2-2020-04-22 rebuild
|
||||
|
||||
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-18
|
||||
- OCaml 4.11.0 pre-release attempt 2
|
||||
|
||||
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-17
|
||||
- Update all OCaml dependencies for RPM 4.16.
|
||||
|
||||
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-16
|
||||
- OCaml 4.10.0 final.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9-14
|
||||
- OCaml 4.10.0+beta1 rebuild.
|
||||
|
||||
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9-13
|
||||
- OCaml 4.09.0 (final) rebuild.
|
||||
|
||||
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9-12
|
||||
- OCaml 4.08.1 (final) rebuild.
|
||||
|
||||
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9-11
|
||||
- OCaml 4.08.1 (rc2) rebuild.
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9-9
|
||||
- OCaml 4.08.0 (final) rebuild.
|
||||
|
||||
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9-8
|
||||
- OCaml 4.08.0 (beta 3) rebuild.
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 0.9-5
|
||||
- OCaml 4.07.0 (final) rebuild.
|
||||
|
||||
* Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 0.9-4
|
||||
- OCaml 4.07.0-rc1 rebuild.
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Dec 02 2017 Richard W.M. Jones <rjones@redhat.com> - 0.9-2
|
||||
- OCaml 4.06.0 rebuild.
|
||||
|
||||
* Fri Aug 11 2017 Ben Rosser <rosser.bjr@gmail.com> 0.9-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user