Update to 0.5.0 (#1154574)
This commit is contained in:
parent
e70eaa37ce
commit
a1fd7728a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user