Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f6cb5e5cb1
!16 update version to 1.5.4
From: @konglidong 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-12-27 08:05:46 +00:00
konglidong
d90bcd858d update version to 1.5.4 2023-12-27 15:29:48 +08:00
openeuler-ci-bot
8a2663187c
!15 update to 1.5.3
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:48:11 +00:00
zhouwenpei
6ac2bd2c71 update to 1.5.3 2023-02-04 03:18:59 +00:00
openeuler-ci-bot
2beb149c24
!11 update Correct tar file
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-05 06:36:14 +00:00
zhouwenpei
587de6bc82 update Correct tar file 2022-11-26 10:00:58 +00:00
openeuler-ci-bot
bd4feea717
!8 【轻量级 PR】:disable static library
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 01:33:45 +00:00
kerongw
94f168a73c
disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-11-04 07:50:12 +00:00
openeuler-ci-bot
dda6c6694b
!7 [sync] PR-5: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:30:47 +00:00
zhouwenpei
de54880e8d Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 962164fa1c85573736f2c4b366e62b7edbbd755b)
2022-10-27 14:40:57 +08:00
3 changed files with 19 additions and 5 deletions

Binary file not shown.

BIN
libXrandr-1.5.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libXrandr
Version: 1.5.2
Version: 1.5.4
Release: 1
License: MIT
Summary: X.Org X11 libXrandr runtime library
URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
@ -24,11 +24,11 @@ The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n libxrandr-%{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%install
@ -47,7 +47,6 @@ autoreconf -ivf
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
@ -55,6 +54,21 @@ autoreconf -ivf
%{_mandir}/man3/*.3*
%changelog
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 1.5.4-1
- update version to 1.5.4
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.3-1
- update to 1.5.3
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-4
- update Correct tar file
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.5.2-3
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-2
- Rebuild for next release
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
- updata package