diff --git a/libXv-1.0.10.tar.bz2 b/libXv-1.0.10.tar.bz2 new file mode 100644 index 0000000..6ebe067 --- /dev/null +++ b/libXv-1.0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525 +size 300633 diff --git a/libXv-1.0.9.tar.bz2 b/libXv-1.0.9.tar.bz2 deleted file mode 100644 index 8a4b731..0000000 --- a/libXv-1.0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b -size 309744 diff --git a/libXv.changes b/libXv.changes index 0387744..ccccba0 100644 --- a/libXv.changes +++ b/libXv.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 12 17:58:09 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.0.10: + + Remove fallback for _XEatDataWords, require libX11 1.6 for it. + + Refactor error handling. + + Add missing calls to _XEatDataWords when we are skipping + _XRead. + + Replace custom copy of GetReq macro with call to Xlib 1.5's + _XGetRequest. + + Require ANSI C89 pre-processor, drop pre-C89 token pasting + support. + + Use pad_to_int32 macro instead of repeated (x + 3) & ~3 + pattern. + + Fix sign conversion & comparison warnings from clang. + + Remove unnecessary casts from Xmalloc calls. + + Adopt X.Org standard code style, with consistent indentation. + ------------------------------------------------------------------- Sun Jun 23 14:47:39 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXv.spec b/libXv.spec index ff2b270..11029fe 100644 --- a/libXv.spec +++ b/libXv.spec @@ -18,7 +18,7 @@ Name: libXv %define lname libXv1 -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: X Video extension library License: MIT @@ -31,7 +31,7 @@ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{ve BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig BuildRequires: pkgconfig(videoproto) -BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11) >= 1.6 BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8