Accepting request 115367 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXxf86dga?expand=0&rev=2
This commit is contained in:
commit
f91b372b55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ba652f562ce3fb3fef092ce5485eb7ef15b521124c901977b56d6f324605a06
|
|
||||||
size 270013
|
|
3
libXxf86dga-1.1.3.tar.bz2
Normal file
3
libXxf86dga-1.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994
|
||||||
|
size 290347
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 16:22:04 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.3:
|
||||||
|
+ Fix capitalization of ViewportStep in man page to match
|
||||||
|
xf86dgaproto headers
|
||||||
|
+ Janitorial cleanups
|
||||||
|
+ Build configuration improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -14,24 +14,30 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libXxf86dga
|
Name: libXxf86dga
|
||||||
%define lname libXxf86dga1
|
%define lname libXxf86dga1
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XFree86-DGA extension client library
|
Summary: XFree86-DGA extension client library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86dga
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86dga
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXxf86dga/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXxf86dga/
|
||||||
Source: %name-%version.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xproto), pkgconfig(x11), pkgconfig(xextproto)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xext), pkgconfig(xf86dgaproto) >= 2.0.99.2
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xextproto)
|
||||||
|
BuildRequires: pkgconfig(xf86dgaproto) >= 2.0.99.2
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
BuildRequires: pkgconfig(xproto)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libXxf86dga provides the XFree86-DGA extension, which allows direct
|
libXxf86dga provides the XFree86-DGA extension, which allows direct
|
||||||
|
Loading…
Reference in New Issue
Block a user