diff --git a/libXdamage-1.1.4.tar.bz2 b/libXdamage-1.1.4.tar.bz2 deleted file mode 100644 index 906cc69..0000000 Binary files a/libXdamage-1.1.4.tar.bz2 and /dev/null differ diff --git a/libXdamage-1.1.5.tar.bz2 b/libXdamage-1.1.5.tar.bz2 new file mode 100644 index 0000000..87f0200 Binary files /dev/null and b/libXdamage-1.1.5.tar.bz2 differ diff --git a/libXdamage.spec b/libXdamage.spec index caa56f8..90e015a 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -1,12 +1,13 @@ Name: libXdamage -Version: 1.1.4 -Release: 18 +Version: 1.1.5 +Release: 1 Summary: X Damage extension library License: MIT URL: https://www.x.org Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2 -BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto) +BuildRequires: xorg-x11-util-macros autoconf automake libtool +BuildRequires: pkgconfig(xfixes) pkgconfig(damageproto) %description The X Damage Extension allows applications to track modified regions @@ -50,9 +51,12 @@ autoreconf -ivf %files help %defattr(-,root,root) -%doc README ChangeLog +%doc README.md ChangeLog %changelog +* Tue Jul 28 2020 songnannan - 1.1.5-1 +- update to 1.1.5 + * Sat Oct 19 2019 openEuler Buildteam - 1.1.4-18 - Type:bugfix - Id:NA