]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- updated to 1.14.0 (new soname) auto/th/libvpx-1.14.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Apr 2024 04:45:51 +0000 (06:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Apr 2024 04:45:51 +0000 (06:45 +0200)
libvpx.spec

index bf23e90e8b00199ab65fbe3bce5517d17180d7da..63497a42f7b73232c84aed44b355e39a4eb28127 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.13.1
+Version:       1.14.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/tags
 Source0:       https://github.com/webmproject/libvpx/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: d2c9de1c247f18a204e75ecefa7a2217
+# Source0-md5: 026bc289d916624dabdfd713c1c5b69a
 URL:           https://www.webmproject.org/
 BuildRequires: doxygen
 BuildRequires: libstdc++-devel
@@ -144,7 +144,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.8.0
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.9.0
 
 # adjust prefix and libdir
 %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc
@@ -159,7 +159,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.8
+%attr(755,root,root) %ghost %{_libdir}/libvpx.so.9
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.048722 seconds and 4 git commands to generate.