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.0.tar.xz
|
||||||
/libxkbcommon-0.4.2.tar.xz
|
/libxkbcommon-0.4.2.tar.xz
|
||||||
/libxkbcommon-0.4.3.tar.xz
|
/libxkbcommon-0.4.3.tar.xz
|
||||||
|
/libxkbcommon-0.5.0.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#global gitdate 20120917
|
#global gitdate 20120917
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.4.3
|
Version: 0.5.0
|
||||||
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
Summary: X.Org X11 XKB parsing library
|
Summary: X.Org X11 XKB parsing library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -82,6 +82,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%dir %{_includedir}/xkbcommon/
|
%dir %{_includedir}/xkbcommon/
|
||||||
%{_includedir}/xkbcommon/xkbcommon.h
|
%{_includedir}/xkbcommon/xkbcommon.h
|
||||||
%{_includedir}/xkbcommon/xkbcommon-compat.h
|
%{_includedir}/xkbcommon/xkbcommon-compat.h
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-compose.h
|
||||||
%{_includedir}/xkbcommon/xkbcommon-keysyms.h
|
%{_includedir}/xkbcommon/xkbcommon-keysyms.h
|
||||||
%{_includedir}/xkbcommon/xkbcommon-names.h
|
%{_includedir}/xkbcommon/xkbcommon-names.h
|
||||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||||
@ -101,6 +102,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.3-2
|
||||||
- Require xkeyboard-config (#1145260)
|
- Require xkeyboard-config (#1145260)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user