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