Update to 3.3.7-preview1
This commit is contained in:
parent
5ca3a810b6
commit
657c4810ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/merlin-3.3.3.tar.gz
|
||||
/merlin-v3.3.4-preview1.tbz
|
||||
/merlin-v3.3.4.tbz
|
||||
/merlin-3.3.7-4.11-preview1.tar.gz
|
||||
|
@ -1,15 +1,16 @@
|
||||
Name: ocaml-merlin
|
||||
Version: 3.3.4
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3.7
|
||||
Release: 0.1.preview1%{?dist}
|
||||
Summary: Context sensitive completion for OCaml in Vim and Emacs
|
||||
|
||||
%global libname %(echo %{name} | sed -e 's/^ocaml-//')
|
||||
%global tag v%{version}
|
||||
%global upstream_version %{version}-4.11-preview1
|
||||
%global tag v%{upstream_version}
|
||||
|
||||
# The entire source is MIT except src/ocaml are QPL
|
||||
License: MIT and QPL
|
||||
URL: https://github.com/ocaml/%{libname}
|
||||
Source0: https://github.com/ocaml/%{libname}/releases/download/%{tag}/%{libname}-%{tag}.tbz
|
||||
Source0: https://github.com/ocaml/%{libname}/archive/%{tag}.tar.gz#/%{libname}-%{upstream_version}.tar.gz
|
||||
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 1.8
|
||||
@ -49,7 +50,7 @@ much more.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{libname}-%{tag}
|
||||
%setup -q -n %{libname}-%{upstream_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -83,6 +84,9 @@ rm -fr %{buildroot}%{_prefix}/doc
|
||||
%{vimfiles_root}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 7 2020 Robin Lee <cheeselee@fedoraproject.org> - 3.3.7-0.1.preview1
|
||||
- Update to 3.3.7-preview1
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.4-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (merlin-v3.3.4.tbz) = 5f4fb73b852f431e1fee7def63a1150de1b9ae931a74078c870ab7c420607ae0654195baf9e09bee5304aeefa92108e42fe963684e8e8511006a562ba15c4a83
|
||||
SHA512 (merlin-3.3.7-4.11-preview1.tar.gz) = 4a5ba39e5353480b97e89ac9cd5c3f4bf66d2aa933920a86e695b9077d8238e4b043f4c406fc866da62839edc07a512ef2d636ddfe0a30e99f6133b74a48c629
|
||||
|
Loading…
Reference in New Issue
Block a user