Update to 1.2
This commit is contained in:
parent
84968de571
commit
46782ac184
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libxshmfence-1.0.tar.bz2
|
/libxshmfence-1.0.tar.bz2
|
||||||
/libxshmfence-1.1.tar.bz2
|
/libxshmfence-1.1.tar.bz2
|
||||||
|
/libxshmfence-1.2.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: libxshmfence
|
Name: libxshmfence
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: X11 shared memory fences
|
Summary: X11 shared memory fences
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org/
|
URL: http://www.x.org/
|
||||||
Source0: http://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# upstream tarball has broken libtool because libtool is never not broken
|
# upstream tarball has broken libtool because libtool is never not broken
|
||||||
BuildRequires: autoconf automake libtool xorg-x11-util-macros
|
BuildRequires: autoconf automake libtool xorg-x11-util-macros
|
||||||
@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 02 2015 Adel Gadllah <adel.gadllah@gmail.com>
|
||||||
|
- Update to 1.2
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user