diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..0325a5f --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libXxf86dga1 +libXxf86dga-devel + requires -libXxf86dga- + requires "libXxf86dga1- = " diff --git a/libXxf86dga-1.1.5.tar.bz2 b/libXxf86dga-1.1.5.tar.bz2 deleted file mode 100644 index 3061196..0000000 Binary files a/libXxf86dga-1.1.5.tar.bz2 and /dev/null differ diff --git a/libXxf86dga-1.1.6.tar.xz b/libXxf86dga-1.1.6.tar.xz new file mode 100644 index 0000000..0d98df0 Binary files /dev/null and b/libXxf86dga-1.1.6.tar.xz differ diff --git a/libXxf86dga.spec b/libXxf86dga.spec index 606bc10..7e662ea 100644 --- a/libXxf86dga.spec +++ b/libXxf86dga.spec @@ -1,14 +1,20 @@ Name: libXxf86dga -Version: 1.1.5 +Version: 1.1.6 Release: 1 Summary: Client library for the XFree86-DGA extension License: MIT URL: https://www.x.org -Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz +Source1: baselibs.conf -BuildRequires: autoconf automake libtool libXext-devel pkgconfig -BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel make -Requires: libX11 +BuildRequires: fdupes +BuildRequires: pkgconfig +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xf86dgaproto) >= 2.0.99.2 +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) %description Client library for the XFree86-DGA extension @@ -55,6 +61,9 @@ autoreconf -ivf %{_mandir}/man3/*.3* %changelog +* Tue Feb 14 2023 lilong - 1.1.6-1 +- Upgrade to 1.1.6 + * Thu Jan 28 2021 hanhui - 1.1.5-1 - Type: enhancement - ID: NA