packages: libvpx/libvpx.spec - updated to 1.0.0 (note: new soname; also fix...
qboosh
qboosh at pld-linux.org
Fri Mar 2 21:04:43 CET 2012
Author: qboosh Date: Fri Mar 2 20:04:43 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.0.0 (note: new soname; also fixes an OOB read decoder crash)
---- Files affected:
packages/libvpx:
libvpx.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: packages/libvpx/libvpx.spec
diff -u packages/libvpx/libvpx.spec:1.20 packages/libvpx/libvpx.spec:1.21
--- packages/libvpx/libvpx.spec:1.20 Wed Dec 28 00:11:11 2011
+++ packages/libvpx/libvpx.spec Fri Mar 2 21:04:38 2012
@@ -6,13 +6,13 @@
Summary: VP8, a high-quality video codec
Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości
Name: libvpx
-Version: 0.9.7
-Release: 2
+Version: 1.0.0
+Release: 1
License: BSD
Group: Libraries
#Source0Download: http://code.google.com/p/webm/downloads/list
-Source0: https://webm.googlecode.com/files/%{name}-v%{version}-p1.tar.bz2
-# Source0-md5: bd888cffde8d9c3061c7fd719b0cd4ce
+Source0: https://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
+# Source0-md5: d987b5140412edd37d2c6b10c29ad484
URL: http://www.webmproject.org/
BuildRequires: /usr/bin/php
BuildRequires: doxygen
@@ -55,7 +55,7 @@
Statyczna biblioteka libvpx.
%prep
-%setup -q -n %{name}-v%{version}-p1
+%setup -q -n %{name}-v%{version}
%build
install -d obj
@@ -98,7 +98,7 @@
LIBSUBDIR=%{_lib} \
DIST_DIR=$RPM_BUILD_ROOT%{_prefix}
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.0.?
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.1.0
# adjust prefix and libdir
sed -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc
@@ -112,13 +112,15 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS CHANGELOG LICENSE PATENTS README
+%attr(755,root,root) %{_bindir}/vp8_scalable_patterns
%attr(755,root,root) %{_bindir}/vpxdec
%attr(755,root,root) %{_bindir}/vpxenc
%attr(755,root,root) %{_libdir}/libvpx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libvpx.so.0
+%attr(755,root,root) %ghost %{_libdir}/libvpx.so.1
%files devel
%defattr(644,root,root,755)
+%doc vp8_api1_migration.txt
%attr(755,root,root) %{_libdir}/libvpx.so
%{_includedir}/vpx
%{_pkgconfigdir}/vpx.pc
@@ -133,6 +135,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2012/03/02 20:04:38 qboosh
+- updated to 1.0.0 (note: new soname; also fixes an OOB read decoder crash)
+
Revision 1.20 2011/12/27 23:11:11 glen
- update to p1:
2011-08-15 v0.9.7-p1 "Cayuga" patch 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvpx/libvpx.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list