Update to 0.4.0.
This commit is contained in:
parent
103b5879dc
commit
159eec7209
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/xcb-util-image-0.3.8.tar.bz2
|
||||
/xcb-util-image-0.3.9.tar.bz2
|
||||
/xcb-util-image-0.4.0.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
fabb80b36490b00fc91289e2c7f66770 xcb-util-image-0.3.9.tar.bz2
|
||||
08fe8ffecc8d4e37c0ade7906b3f4c87 xcb-util-image-0.4.0.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-image
|
||||
Version: 0.3.9
|
||||
Release: 5%{?dist}
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
@ -29,7 +29,7 @@ Development files for xcb-util-image.
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static
|
||||
%configure --with-pic --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-1
|
||||
- Update to 0.4.0.
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user