From 564ec21deb8a8108ad949b450a3283f67475a372 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Wed, 22 Oct 2014 20:21:10 +0200 Subject: [PATCH] Include COPYING. --- xcb-util-image.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-util-image.spec b/xcb-util-image.spec index 0d2a29f..04d216a 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,6 +1,6 @@ Name: xcb-util-image Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb Group: System Environment/Libraries License: MIT @@ -49,7 +49,7 @@ rm %{buildroot}%{_libdir}/*.la %files -%doc README +%doc README COPYING %{_libdir}/*.so.* @@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Wed Oct 22 2014 Thomas Moschny - 0.4.0-2 +- Include COPYING. + * Sat Oct 18 2014 Thomas Moschny - 0.4.0-1 - Update to 0.4.0.