Accepting request 198890 from X11:XOrg
Update to ver 1.0.10 (forwarded request 198751 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/198890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXv?expand=0&rev=8
This commit is contained in:
3
libXv-1.0.10.tar.bz2
Normal file
3
libXv-1.0.10.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525
|
||||||
|
size 300633
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b
|
|
||||||
size 309744
|
|
@@ -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
|
Sun Jun 23 14:47:39 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXv
|
Name: libXv
|
||||||
%define lname libXv1
|
%define lname libXv1
|
||||||
Version: 1.0.9
|
Version: 1.0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Video extension library
|
Summary: X Video extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,7 +31,7 @@ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{ve
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(videoproto)
|
BuildRequires: pkgconfig(videoproto)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11) >= 1.6
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xextproto)
|
BuildRequires: pkgconfig(xextproto)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
Reference in New Issue
Block a user