diff --git a/.gitignore b/.gitignore index 9e0afe1..f60980f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libxshmfence-1.0.tar.bz2 +/libxshmfence-1.1.tar.bz2 diff --git a/libxshmfence.spec b/libxshmfence.spec index 8c1cdfc..3068639 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -1,14 +1,15 @@ Name: libxshmfence -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: X11 shared memory fences License: MIT URL: http://www.x.org/ -Source0: http://ftp.x.org/pub/individual/lib/libxshmfence-1.0.tar.bz2 +Source0: http://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 # upstream tarball has broken libtool because libtool is never not broken BuildRequires: autoconf automake libtool xorg-x11-util-macros +BuildRequires: pkgconfig(xproto) #Requires: %description @@ -48,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Thu Dec 12 2013 Adam Jackson 1.1-1 +- xshmfence 1.1 + * Wed Nov 06 2013 Adam Jackson 1.0-1 - Initial packaging diff --git a/sources b/sources index b00fd79..54bece2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4437ce302bd6c3f4abda3d9330ddcf9 libxshmfence-1.0.tar.bz2 +2dd10448c1166e71a176206a8dfabe6d libxshmfence-1.1.tar.bz2