[libxshmfence] xshmfence 1.1

Adam Jackson ajax at fedoraproject.org
Thu Dec 12 16:35:47 UTC 2013


commit 16a3c98ac21e0e6d9a290e6d8d8bab384be0a64f
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Dec 12 11:35:47 2013 -0500

    xshmfence 1.1

 .gitignore        |    1 +
 libxshmfence.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
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 <ajax at redhat.com> 1.1-1
+- xshmfence 1.1
+
 * Wed Nov 06 2013 Adam Jackson <ajax at redhat.com> 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


More information about the scm-commits mailing list