diff --git a/libplacebo.spec b/libplacebo.spec index f4e33de..1c0d2ea 100644 --- a/libplacebo.spec +++ b/libplacebo.spec @@ -1,11 +1,13 @@ +%global prerelease rc1 + Name: libplacebo -Version: 3.120.3 -Release: 2%{?dist} +Version: 4.157.0 +Release: 0.1.rc1%{?dist} Summary: Reusable library for GPU-accelerated video/image rendering primitives License: LGPLv2+ URL: https://github.com/haasn/libplacebo -Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}-rc1/%{name}-%{version}-rc1.tar.gz BuildRequires: gcc BuildRequires: gcc-c++ @@ -42,11 +44,12 @@ developing applications that use %{name}. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{version}-rc1 %build %meson \ + -Dd3d11=disabled \ -Ddemos=False %meson_build @@ -62,7 +65,7 @@ developing applications that use %{name}. %files %license LICENSE %doc README.md -%{_libdir}/libplacebo.so.120 +%{_libdir}/libplacebo.so.157 %files devel %{_includedir}/* @@ -71,6 +74,9 @@ developing applications that use %{name}. %changelog +* Thu Aug 19 2021 Nicolas Chauvet - 4.157.0-0.1.rc1 +- Update to 4.157.0-rc1 + * Thu Jul 22 2021 Fedora Release Engineering - 3.120.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild