diff --git a/libXext.spec b/libXext.spec index 6f36977..6bc1c34 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,6 +1,6 @@ Name: libXext Version: 1.3.4 -Release: 2 +Release: 4 Summary: Common extensions to the X11 protocol License: MIT URL: https://xorg.freedesktop.org/ @@ -32,6 +32,9 @@ autoreconf -v --install --force %configure %make_build +%check +make check + %install %make_install %delete_la @@ -57,6 +60,12 @@ autoreconf -v --install --force %exclude %{_docdir}/libXext %changelog +* Tue Feb 9 2021 jinzhimin - 1.3.4-4 +- rebuild libXext + +* Tue Feb 9 2021 jinzhimin - 1.3.4-3 +- add check in spec + * Sat Oct 19 2019 openEuler Buildteam - 1.3.4-2 - Type:bugfix - Id:NA