update to 1.20.3

This commit is contained in:
zhang__3125 2022-06-25 17:02:41 +08:00
parent abb0368c4a
commit ce491c7f0a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
gstreamer-1.20.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: gstreamer1 Name: gstreamer1
Version: 1.19.3 Version: 1.20.3
Release: 2 Release: 1
Summary: Bindings for GStreamer 1.0, the open source multimedia framework Summary: Bindings for GStreamer 1.0, the open source multimedia framework
License: LGPLv2+ License: LGPLv2+
URL: https://gstreamer.freedesktop.org/ URL: https://gstreamer.freedesktop.org/
@ -91,10 +91,13 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
%{_datadir}/gdb/auto-load/* %{_datadir}/gdb/auto-load/*
%files help %files help
%doc RELEASE README %doc RELEASE
%{_mandir}/man1/*.gz %{_mandir}/man1/*.gz
%changelog %changelog
* Sat Jun 25 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.20.3-1
- update to 1.20.3
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.19.3-2 * Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.19.3-2
- fix build when Meson >= 0.61.5 - fix build when Meson >= 0.61.5
- remove meson option gtk_doc - remove meson option gtk_doc