]> git.pld-linux.org Git - packages/rav1e.git/commitdiff
- updated to 0.7.1 (new soname) master auto/th/rav1e-0.7.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Feb 2024 19:47:55 +0000 (20:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Feb 2024 19:47:55 +0000 (20:47 +0100)
rav1e.spec

index 832ceb80076a63ee16d513c36f3b9f598c26d8f8..e9138ff1443db8bfe6ba6dbe7cc1d23fda8daf33 100644 (file)
@@ -9,19 +9,19 @@
 Summary:       The fastest and safest AV1 encoder
 Summary(pl.UTF-8):     Najszybszy i najbezpieczniejszy koder AV1
 Name:          rav1e
-Version:       0.6.6
+Version:       0.7.1
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/xiph/rav1e/releases
 Source0:       https://github.com/xiph/rav1e/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 97f0b8d5179124825bcd1142047f24a2
+# Source0-md5: 2e48f60bea23049a750f0721e30cdd54
 # cd %{name}-%{version}
 # cargo vendor
 # cd ..
 # tar cJf rav1e-crates-%{version}.tar.xz %{name}-%{version}/{vendor,Cargo.lock}
 Source1:       %{name}-crates-%{version}.tar.xz
-# Source1-md5: 114ec2897755478153edbd0f0507628c
+# Source1-md5: cf73acf89cd9948848fec01fc29d0e08
 URL:           https://github.com/xiph/rav1e
 BuildRequires: cargo
 %{?with_clib:BuildRequires:    cargo-c}
@@ -140,15 +140,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE PATENTS README.md
+%doc CHANGELOG.md LICENSE PATENTS README.md
 %attr(755,root,root) %{_bindir}/rav1e
 
 %if %{with clib}
 %files libs
 %defattr(644,root,root,755)
-%doc LICENSE PATENTS README.md doc/GLOSSARY.md
+%doc CHANGELOG.md LICENSE PATENTS README.md doc/GLOSSARY.md
 %attr(755,root,root) %{_libdir}/librav1e.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/librav1e.so.0
+%attr(755,root,root) %ghost %{_libdir}/librav1e.so.0.7
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.244567 seconds and 4 git commands to generate.