Upgrade package to version 0.1.4
This commit is contained in:
parent
a9ad73050e
commit
09bdf27be7
@ -1,26 +0,0 @@
|
|||||||
From 3892bf22557a8203027714ef18693e347947c7ac Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
||||||
Date: Sat, 18 Jun 2022 10:16:33 -0700
|
|
||||||
Subject: [PATCH 04/13] Build xz tarballs instead of bzip2
|
|
||||||
|
|
||||||
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 828a1bd..02a597f 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
# to avoid autoconf errors.
|
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
|
||||||
|
|
||||||
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
|
||||||
+AM_INIT_AUTOMAKE([foreign dist-xz])
|
|
||||||
AM_MAINTAINER_MODE
|
|
||||||
|
|
||||||
AC_TYPE_SSIZE_T
|
|
||||||
--
|
|
||||||
2.39.0.windows.2
|
|
||||||
|
|
||||||
Binary file not shown.
BIN
xcb-util-cursor-0.1.4.tar.gz
Normal file
BIN
xcb-util-cursor-0.1.4.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: xcb-util-cursor
|
Name: xcb-util-cursor
|
||||||
Version: 0.1.3
|
Version: 0.1.4
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Cursor library on top of libxcb
|
Summary: Cursor library on top of libxcb
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org
|
URL: http://xcb.freedesktop.org
|
||||||
Source0: http://www.x.org/archive/individual/xcb/%{name}-%{version}.tar.bz2
|
Source0: http://www.x.org/archive/individual/xcb/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
|
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
|
||||||
BuildRequires: pkgconfig(xcb-render)
|
BuildRequires: pkgconfig(xcb-render)
|
||||||
@ -12,7 +12,6 @@ BuildRequires: pkgconfig(xcb-renderutil)
|
|||||||
BuildRequires: pkgconfig(xcb-image)
|
BuildRequires: pkgconfig(xcb-image)
|
||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
|
|
||||||
Patch0001: backport-0001-Build-xz-tarballs-instead-of-bzip2.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XCB util-cursor module provides the following libraries:
|
XCB util-cursor module provides the following libraries:
|
||||||
@ -30,7 +29,6 @@ Development files for xcb-util-cursor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0001 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -54,7 +52,7 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
@ -67,6 +65,9 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 29 2023 wulei <wu_lei@hoperun.com> - 0.1.4-1
|
||||||
|
- Upgrade package to version 0.1.4
|
||||||
|
|
||||||
* Sat Jan 7 2023 yangbo <yangbo1@xfusion.com> - 0.1.3-3
|
* Sat Jan 7 2023 yangbo <yangbo1@xfusion.com> - 0.1.3-3
|
||||||
- Build xz tarballs instead of bzip2
|
- Build xz tarballs instead of bzip2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user