update to 1.1.9 [release 1.1.9-1mamba;Tue Dec 26 2023]
This commit is contained in:
parent
916703dd6f
commit
a52365fe13
@ -2,7 +2,7 @@
|
||||
%define gittag %(eho %version | cut -d. -f5)
|
||||
|
||||
Name: ocaml-ffmpeg
|
||||
Version: 1.1.8
|
||||
Version: 1.1.9
|
||||
Release: 1mamba
|
||||
Summary: OCaml bindings to the FFmpeg library
|
||||
Group: Development/Bindings
|
||||
@ -10,7 +10,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/savonet/ocaml-ffmpeg
|
||||
Source: https://github.com/savonet/ocaml-ffmpeg.git/main@%{gittag}/ocaml-ffmpeg-%{version}.tar.bz2
|
||||
Source: https://github.com/savonet/ocaml-ffmpeg.git/v%{version}/ocaml-ffmpeg-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -21,7 +21,6 @@ BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libswresample-ffmpeg-devel
|
||||
BuildRequires: libswscale-ffmpeg-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
@ -79,6 +78,9 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc CHANGES README.md
|
||||
|
||||
%changelog
|
||||
* Tue Dec 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
|
||||
- update to 1.1.9
|
||||
|
||||
* Sat Jul 08 2023 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user