Accepting request 115351 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXext?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7
|
||||
size 313332
|
3
libXext-1.3.1.tar.bz2
Normal file
3
libXext-1.3.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859
|
||||
size 372728
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 07:26:16 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.3.1:
|
||||
+ Fixes for compiler warnings
|
||||
+ Improvements to formattings for all the included extension API
|
||||
specs
|
||||
+ Improvements to the documentation
|
||||
- Changes from version 1.3.0:
|
||||
+ New API functions to support the Fence Sync Objects added in
|
||||
Sync extension version 3.1
|
||||
+ Redefine the return values of several MIT-SHM API calls from
|
||||
Status (#define Status int) to Bool (typedef int Bool) to
|
||||
clarify the expected interpretation of the return values
|
||||
+ Fix build issues
|
||||
+ Documentation improvements
|
||||
+ Build system improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 18:46:20 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
18
libXext.spec
18
libXext.spec
@@ -14,9 +14,11 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXext
|
||||
%define lname libXext6
|
||||
Version: 1.2.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Common extensions to the X11 protocol
|
||||
License: MIT
|
||||
@@ -25,13 +27,15 @@ Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXext
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXext/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.13, pkgconfig(x11) >= 1.1.99.1
|
||||
BuildRequires: pkgconfig(xextproto) >= 7.0.99.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11) >= 1.1.99.1
|
||||
BuildRequires: pkgconfig(xextproto) >= 7.1.99
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.13
|
||||
|
||||
%description
|
||||
The Xext library contains a handful of X11 extensions:
|
||||
|
Reference in New Issue
Block a user