Update to 0.5.0 (#1154574)

This commit is contained in:
Hans de Goede 2014-10-22 18:04:04 +02:00
parent e70eaa37ce
commit a1fd7728a1
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/libxkbcommon-0.4.0.tar.xz
/libxkbcommon-0.4.2.tar.xz
/libxkbcommon-0.4.3.tar.xz
/libxkbcommon-0.5.0.tar.xz

View File

@ -1,8 +1,8 @@
#global gitdate 20120917
Name: libxkbcommon
Version: 0.4.3
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
Version: 0.5.0
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
Summary: X.Org X11 XKB parsing library
License: MIT
URL: http://www.x.org
@ -82,6 +82,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%dir %{_includedir}/xkbcommon/
%{_includedir}/xkbcommon/xkbcommon.h
%{_includedir}/xkbcommon/xkbcommon-compat.h
%{_includedir}/xkbcommon/xkbcommon-compose.h
%{_includedir}/xkbcommon/xkbcommon-keysyms.h
%{_includedir}/xkbcommon/xkbcommon-names.h
%{_libdir}/pkgconfig/xkbcommon.pc
@ -101,6 +102,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%endif
%changelog
* Wed Oct 22 2014 Hans de Goede <hdegoede@redhat.com> - 0.5.0-1
- Update to 0.5.0 (#1154574)
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.3-2
- Require xkeyboard-config (#1145260)

View File

@ -1 +1 @@
26c57ff21438ed45de2a4ca609177db9 libxkbcommon-0.4.3.tar.xz
2e1faeafcc609c30af3a561a91e84158 libxkbcommon-0.5.0.tar.xz