]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- updated to 1.11.0 (new soname) auto/th/libvpx-1.11.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jan 2022 21:33:10 +0000 (22:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jan 2022 21:33:10 +0000 (22:33 +0100)
libvpx.spec

index 50af2dd53d8a7d99241b56a8090bae6b0cb16fb0..9f847826dfd968412f2a06e9af0f53a1c611b105 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       VP8, a high-quality video codec
 Summary(pl.UTF-8):     VP8 - kodek obrazu wysokiej jakoĊ›ci
 Name:          libvpx
-Version:       1.10.0
+Version:       1.11.0
 Release:       1
 License:       BSD
 Group:         Libraries
@@ -25,7 +25,7 @@ Group:                Libraries
 # ...but use github mirror to get consistent tarballs
 #Source0Download: https://github.com/webmproject/libvpx/releases
 Source0:       https://github.com/webmproject/libvpx/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: cded283be38dc0078c3fbe751722efc5
+# Source0-md5: 82e5e527336b41281a582204db1f3457
 URL:           https://www.webmproject.org/
 BuildRequires: doxygen
 %{?with_tests:BuildRequires:   libstdc++-devel}
@@ -145,7 +145,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/vpx,%{_libdir}}
        DIST_DIR=$RPM_BUILD_ROOT%{_prefix}
 
 # redundant minor version symlink (not SONAME)
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.6.4
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.7.0
 
 # adjust prefix and libdir
 %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc
@@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGELOG LICENSE PATENTS README
 %attr(755,root,root) %{_libdir}/libvpx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libvpx.so.6
+%attr(755,root,root) %ghost %{_libdir}/libvpx.so.7
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.20781 seconds and 4 git commands to generate.