!4 update to 1.1.5

From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-02-07 08:39:59 +00:00 committed by Gitee
commit e085802c15
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libXinerama-1.1.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_without static %bcond_without static
Name: libXinerama Name: libXinerama
Version: 1.1.4 Version: 1.1.5
Release: 6 Release: 1
Summary: Xinerama extension to the X11 Protocol Summary: Xinerama extension to the X11 Protocol
License: MIT License: MIT
URL: https://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel
@ -63,6 +63,9 @@ autoreconf -ivf
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-1
- update to 1.1.5
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 1.1.4-6 * Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 1.1.4-6
- disable static library by default - disable static library by default