diff --git a/.gitignore b/.gitignore
index d1fdfb2..c6d30e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libXcursor-1.1.14.tar.bz2
+SOURCES/libXcursor-1.1.15.tar.bz2
diff --git a/.libXcursor.metadata b/.libXcursor.metadata
index 6dce36c..1b497e5 100644
--- a/.libXcursor.metadata
+++ b/.libXcursor.metadata
@@ -1 +1 @@
-89870756758439f9216ddf5f2d3dca56570fc6b7 SOURCES/libXcursor-1.1.14.tar.bz2
+3e19f991f244b7fa31566adce7ead078424296cf SOURCES/libXcursor-1.1.15.tar.bz2
diff --git a/SPECS/libXcursor.spec b/SPECS/libXcursor.spec
index 2c9e725..d36bc39 100644
--- a/SPECS/libXcursor.spec
+++ b/SPECS/libXcursor.spec
@@ -4,18 +4,18 @@
 
 Summary: Cursor management library
 Name: libXcursor
-Version: 1.1.14
-Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Version: 1.1.15
+Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 License: MIT
 Group: System Environment/Libraries
-URL: http://www.x.org
+URL: https://www.x.org
 
 %if 0%{?gitdate}
 Source0:    %{tarball}-%{gitdate}.tar.bz2
 Source2:    make-git-snapshot.sh
 Source3:    commitid
 %else
-Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
+Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 %endif
 Source1: index.theme
 
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Xcursor*.3*
 
 %changelog
+* Tue Apr 24 2018 Adam Jackson <ajax@redhat.com> - 1.1.15-1
+- libXcursor 1.1.15
+
 * Fri Feb 17 2017 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.14-8
 - Remove RHEL default cursor theme variant (rhbz#1388458)