Snapshot from git to fix French Canadian layouts (#694472)
This commit is contained in:
parent
0b86971adc
commit
0950ece4b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ xkeyboard-config-1.9.tar.bz2
|
||||
/xkeyboard-config-20110311.tar.bz2
|
||||
/xkeyboard-config-2.2.tar.bz2
|
||||
/xkeyboard-config-2.2.1.tar.bz2
|
||||
/xkeyboard-config-20110415.tar.bz2
|
||||
|
2
commitid
2
commitid
@ -1 +1 @@
|
||||
9333b2f3f0e3f1724b7a5c04b8ffc5eafb96fefa
|
||||
19a0026b5a8bd01cfc21bc8c7342e1c4f4567161
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
1867472501d13594d5ca17e696cc09ca xkeyboard-config-2.2.1.tar.bz2
|
||||
d92ea62b007c22adbedc4bd2cb769384 xkeyboard-config-20110415.tar.bz2
|
||||
|
@ -1,13 +1,13 @@
|
||||
# INFO: Package contains data-only, no binaries, so no debuginfo is needed
|
||||
%define debug_package %{nil}
|
||||
|
||||
#global gitdate 20110311
|
||||
#global gitversion 9333b2f3
|
||||
%global gitdate 20110415
|
||||
%global gitversion 19a0026b5
|
||||
|
||||
Summary: X Keyboard Extension configuration data
|
||||
Name: xkeyboard-config
|
||||
Version: 2.2.1
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||
@ -105,6 +105,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 15 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-2.20110415git19a0026b5
|
||||
- Snapshot from git to fix French Canadian layouts (#694472)
|
||||
|
||||
* Wed Apr 06 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-1
|
||||
- xkeyboard-config 2.2.1, 2.2 had a broken configure check
|
||||
- Add new BR and don't disable build/runtime deps checks
|
||||
|
Loading…
Reference in New Issue
Block a user