Blame SPECS/xkeyboard-config.spec

17ff91
# INFO: Package contains data-only, no binaries, so no debuginfo is needed
17ff91
%define debug_package %{nil}
17ff91
17ff91
#global gitdate 20110415
17ff91
#global gitversion 19a0026b5
17ff91
17ff91
Summary: X Keyboard Extension configuration data
17ff91
Name: xkeyboard-config
cb2bf1
Version: 2.24
8bdc6a
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
17ff91
License: MIT
17ff91
Group: User Interface/X
17ff91
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
17ff91
%if 0%{?gitdate}
17ff91
Source0:    %{name}-%{gitdate}.tar.bz2
17ff91
Source1:    make-git-snapshot.sh
17ff91
Source2:    commitid
17ff91
%else
17ff91
Source0: http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/%{name}-%{version}.tar.bz2
17ff91
%endif
17ff91
22153f
Patch01: 0001-Revert-rules-Move-Finnish-DAS-layout-to-extras.patch
cb2bf1
# Keycodes > 255 cannot be parsed by xkbcomp < 1.4.0
cb2bf1
Patch02: 0001-Revert-Map-evdev-keycode-KEY_KEYBOARD-to-XF86Keyboar.patch
cb2bf1
Patch03: 0002-Revert-Map-evdev-keycode-KEY_FAVORITES-to-XF86Favori.patch
22153f
17ff91
BuildArch: noarch
17ff91
17ff91
BuildRequires: pkgconfig
17ff91
BuildRequires: xorg-x11-util-macros
17ff91
BuildRequires: xkbcomp
17ff91
BuildRequires: perl(XML::Parser)
17ff91
BuildRequires: intltool
17ff91
BuildRequires: gettext
17ff91
BuildRequires: git-core
17ff91
BuildRequires: automake autoconf libtool pkgconfig
17ff91
BuildRequires: glib2-devel
17ff91
BuildRequires: xorg-x11-proto-devel libX11-devel
17ff91
BuildRequires: libxslt
17ff91
17ff91
%description
17ff91
This package contains configuration data used by the X Keyboard Extension 
17ff91
(XKB), which allows selection of keyboard layouts when using a graphical 
17ff91
interface. 
17ff91
17ff91
%package devel
17ff91
Summary: Development files for %{name}
17ff91
Group: User Interface/X
17ff91
Requires: %{name} = %{version}-%{release}
17ff91
Requires: pkgconfig
17ff91
17ff91
%description devel
17ff91
%{name} development package
17ff91
17ff91
%prep
17ff91
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
17ff91
17ff91
%if 0%{?gitdate}
17ff91
git checkout -b fedora
17ff91
sed -i 's/git/&+ssh/' .git/config
17ff91
if [ -z "$GIT_COMMITTER_NAME" ]; then
17ff91
    git config user.email "x@fedoraproject.org"
17ff91
    git config user.name "Fedora X Ninjas"
17ff91
fi
17ff91
git commit -am "%{name} %{version}"
17ff91
%else
17ff91
git init
17ff91
if [ -z "$GIT_COMMITTER_NAME" ]; then
17ff91
    git config user.email "x@fedoraproject.org"
17ff91
    git config user.name "Fedora X Ninjas"
17ff91
fi
17ff91
git add .
17ff91
git commit -a -q -m "%{name} %{version} baseline."
17ff91
%endif
17ff91
17ff91
git am -p1 %{patches} < /dev/null
17ff91
17ff91
%build
17ff91
AUTOPOINT="intltoolize --automake --copy" autoreconf -v --force --install || exit 1
17ff91
%configure \
17ff91
    --enable-compat-rules \
17ff91
    --with-xkb-base=%{_datadir}/X11/xkb \
17ff91
    --disable-xkbcomp-symlink \
17ff91
    --with-xkb-rules-symlink=xorg
17ff91
17ff91
make %{?_smp_mflags}
17ff91
17ff91
%install
17ff91
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
17ff91
17ff91
# Remove unnecessary symlink
17ff91
rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
17ff91
%find_lang %{name} 
17ff91
17ff91
# Create filelist
17ff91
{
17ff91
   FILESLIST=${PWD}/files.list
17ff91
   pushd $RPM_BUILD_ROOT
17ff91
   find .%{_datadir}/X11/xkb -type d | sed -e "s/^\./%dir /g" > $FILESLIST
17ff91
   find .%{_datadir}/X11/xkb -type f | sed -e "s/^\.//g" >> $FILESLIST
17ff91
   popd
17ff91
}
17ff91
17ff91
%files -f files.list -f %{name}.lang
17ff91
%defattr(-,root,root,-)
8bdc6a
%doc AUTHORS README NEWS TODO COPYING docs/README.* docs/HOWTO.*
17ff91
%{_datadir}/X11/xkb/rules/xorg
17ff91
%{_datadir}/X11/xkb/rules/xorg.lst
17ff91
%{_datadir}/X11/xkb/rules/xorg.xml
17ff91
%{_mandir}/man7/xkeyboard-config.*
17ff91
17ff91
%files devel
17ff91
%defattr(-,root,root,-)
17ff91
%{_datadir}/pkgconfig/xkeyboard-config.pc
17ff91
17ff91
%changelog
cb2bf1
* Wed Jun 06 2018 Peter Hutterer <peter.hutterer@redhat.com> 2.24-1
cb2bf1
- xkeyboard-config 2.24 (#1564615)
cb2bf1
- Revert the high-keycode patches to avoid conflicts with xkbcomp < 1.4
cb2bf1
cb2bf1
* Tue May 15 2018 Peter Hutterer <peter.hutterer@redhat.com> 2.23.1-1
cb2bf1
- xkeyboard-config 2.23.1 (#1564615)
cb2bf1
22153f
* Wed Feb 08 2017 Peter Hutterer <peter.hutterer@redhat.com> 2.20-1
22153f
- xkeyboard-config 2.20 (#1401753)
22153f
8bdc6a
* Tue Jun 16 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.14-1
8bdc6a
- xkeyboard-config 2.14 (#1194871)
8bdc6a
56354c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.9-4
56354c
- Mass rebuild 2013-12-27
56354c
17ff91
* Wed Jul 17 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.9-3
17ff91
- Fix changelog - percent sign needs to be escaped
17ff91
17ff91
* Wed Jul 17 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.9-2
17ff91
- Fix up three bogus changelog dates
17ff91
17ff91
* Thu May 30 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.9-1
17ff91
- xkeyboard-config 2.9
17ff91
17ff91
* Wed May 15 2013 Daniel Drake <dsd@laptop.org> 2.8-3
17ff91
- Add upstream patches for OLPC mechanical keyboard support
17ff91
17ff91
* Tue Apr 16 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8-2
17ff91
- Fix a bunch of language codes (#952510, #952519)
17ff91
17ff91
* Thu Jan 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8-1
17ff91
- xkeyboard-config 2.8
17ff91
17ff91
* Wed Jan 02 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.7-4
17ff91
- Fix Mali layout previously mapped to in(mal) (#647433)
17ff91
17ff91
* Wed Nov 14 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.7-3
17ff91
- Rebuild with fixed xkbcomp, re-create the right directory listing (not
17ff91
  that anyone actually uses it)
17ff91
17ff91
* Wed Oct 31 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.7-2
17ff91
- Fix {?dist} tag
17ff91
17ff91
* Thu Sep 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7-1
17ff91
- xkeyboard-config 2.7
17ff91
17ff91
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
17ff91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
17ff91
17ff91
* Tue Jun 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6-2
17ff91
- Revert broken fix for is keyboard (#826220)
17ff91
17ff91
* Thu May 31 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6-1
17ff91
- xkeyboard-config 2.6
17ff91
- change source URL, 2.6 is in a different directory
17ff91
- force autoreconf, update to use intltoolize as autopoint
17ff91
17ff91
* Wed May 23 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.5.1-2
17ff91
- Add upstream patch to fix OLPC azerty keyboard
17ff91
17ff91
* Thu Feb 02 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.5.1-1
17ff91
- xkeyboard-config 2.5.1
17ff91
17ff91
* Mon Jan 23 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.5-1
17ff91
- xkeyboard-config 2.5
17ff91
17ff91
* Thu Jan 19 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.4.1-4
17ff91
- Move Ungrab and ClearGrab from the default layout to option
17ff91
  grab:break_actions (#783044)
17ff91
17ff91
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
17ff91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
17ff91
17ff91
* Thu Dec 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.4.1-2
17ff91
- Change Serbian layouts to mark the cyrillic ones (#769751)
17ff91
17ff91
* Wed Oct 05 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.4.1-1
17ff91
- xkeyboard-config 2.4.1
17ff91
- change source URL from ftp.x.org to http://xorg.freedesktop.org, ftp takes
17ff91
  too long to update
17ff91
17ff91
* Tue Jun 14 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.3-2
17ff91
- Add 0001-Use-XSL-to-generate-man-page-from-the-rules-XML.patch, ship
17ff91
  man-page
17ff91
- Fix up broken git repo initialization when building from a tarball
17ff91
17ff91
* Thu Jun 02 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.3-1
17ff91
- xkeyboard-config 2.3
17ff91
17ff91
* Fri Apr 15 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-2.20110415git19a0026b5
17ff91
- Snapshot from git to fix French Canadian layouts (#694472)
17ff91
17ff91
* Wed Apr 06 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-1
17ff91
- xkeyboard-config 2.2.1, 2.2 had a broken configure check
17ff91
- Add new BR and don't disable build/runtime deps checks
17ff91
17ff91
* Mon Apr 04 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2-1
17ff91
- xkeyboard-config 2.2
17ff91
- reinstate the git bits removed in previous commit
17ff91
17ff91
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.99-2
17ff91
- Update to 2.1.99 release
17ff91
17ff91
* Fri Mar 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.1.99-1.20110311-git9333b2f3
17ff91
- add bits required to build from git
17ff91
- update to today's git snapshot
17ff91
17ff91
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
17ff91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
17ff91
17ff91
* Thu Jan 27 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.1-1
17ff91
- xkeyboard-config 2.1
17ff91
17ff91
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.0-2
17ff91
- Use new touchpad toggle keysyms
17ff91
17ff91
* Wed Sep 29 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.0-1
17ff91
- xkeyboard-config 2.0
17ff91
17ff91
* Mon Aug 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.9-1
17ff91
- xkeyboard-config 1.9
17ff91
- update Source URL, hosted on x.org now.
17ff91
- add -devel package for pkgconfig file added in 1.9.
17ff91
- drop upstreamed patches.
17ff91
17ff91
* Tue Jul 20 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-6
17ff91
- spec file cleanup. Patch by Parag An (#226562)
17ff91
17ff91
* Tue May 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-5
17ff91
- 0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch: remove
17ff91
  the duplicate mapping from hin-wx layout, it breaks iok (FDO 26947).
17ff91
17ff91
* Tue Apr 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-4
17ff91
- Move F-12 patches forward, upstream is a bit unresponsive.
17ff91
17ff91
* Tue Mar 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-3
17ff91
- only package files in /usr/share/X11/xkb (#569400)
17ff91
17ff91
* Fri Feb 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-2
17ff91
- Package the translations too (#563815).
17ff91
17ff91
* Mon Feb 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8-1
17ff91
- xkeyboard-config 1.8
17ff91
17ff91
* Fri Jan 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7-3
17ff91
- Remove xkbdata provides. The xkbdata provides was introduced when
17ff91
  xorg-x11-drv-xkbdata moved to xkeyboard-config. It's purpose was mainly to
17ff91
  protect against future renamings of this module which is unlikely to
17ff91
  happen anytime soon.
17ff91
17ff91
* Wed Jan 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7-2
17ff91
- Specify version for xkbdata provides and obsoletes. According to the
17ff91
  changelog, the last xkbdata version was 1.0.1-8. Although xkeyboard-config
17ff91
  restarted the versioning, by now we're well above 1.0, so a simple
17ff91
  Provides is enough.
17ff91
17ff91
* Wed Jan 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7-1
17ff91
- xkeyboard-config 1.7
17ff91
17ff91
* Tue Aug 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6-3
17ff91
- xkeyboard-config-1.6-caps-super.patch: add caps:super option (#505187)
17ff91
- xkeyboard-config-1.6-caps-hyper.patch: add caps:hyper option (#505187)
17ff91
17ff91
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
17ff91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
17ff91
17ff91
* Fri May 29 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.6-1
17ff91
- xkeyboard-config 1.6
17ff91
- Dropping all patches, merged upstream.
17ff91
17ff91
* Tue Apr 07 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.5-5
17ff91
- xkeyboard-config-1.5-terminate.patch: remove Terminate_Server from default
17ff91
  pc symbols, add terminate:ctrl_alt_bksp.
17ff91
17ff91
* Thu Mar 05 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.5-4
17ff91
- xkeyboard-config-1.5-suspend-hibernate.patch: Map I213 to XF86Suspend, and
17ff91
  I255 to XF86Hibernate.
17ff91
17ff91
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
17ff91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
17ff91
17ff91
* Mon Feb 02 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5-2
17ff91
- xkeyboard-config-1.5-evdevkbds.patch: include model-specifics when using
17ff91
  evdev.
17ff91
17ff91
* Mon Feb 02 2009 Peter Hutterer <peter.hutterer@redhat.com> 
17ff91
- purge obsolete patches.
17ff91
17ff91
* Wed Jan 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5-1
17ff91
- xkeyboard-config 1.5
17ff91
17ff91
* Tue Jan 27 2009 Bernie Innocenti <bernie@codewiz.org> 1.4-9
17ff91
- Backport fix for the it(olpc) layout
17ff91
17ff91
* Mon Jan 05 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-8
17ff91
- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)
17ff91
17ff91
* Mon Nov 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-7
17ff91
- Switch to using git patches, modelled after xorg-x11-server.
17ff91
- CVS remove unused patches.
17ff91
17ff91
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 1.4-6
17ff91
- Improve %%summary and %%description
17ff91
- Better URL
17ff91
17ff91
* Thu Nov 13 2008 Peter Hutterer  <peter.hutterer@redhat.com> - 1.4-5
17ff91
- xkeyboard-config-1.4-jp-tilde.patch: TLDE in jp is Zenkaku/Hankaku, and BKSL
17ff91
  should be bracket right/brace right (#469537).
17ff91
17ff91
* Fri Oct 24 2008 Peter Hutterer  <peter.hutterer@redhat.com> - 1.4-4
17ff91
- xkeyboard-config-1.4-battery.patch: add XF86 syms for Battery, Bluetooth,
17ff91
  Wlan and UWB to usinet.
17ff91
17ff91
* Tue Oct 14 2008 Peter Hutterer  <peter.hutterer@redhat.com> - 1.4-3
17ff91
- xkeyboard-config-1.4-tj-variant.patch: add legacy and basic tj layouts
17ff91
  (#455796)
17ff91
17ff91
* Wed Oct  1 2008 Matthias Clasen  <mclasen@redhat.com> - 1.4-2
17ff91
- Update to 1.4
17ff91
17ff91
* Mon Sep 29 2008 Peter Hutterer  <peter.hutterer@redhat.com> - 1.3-2
17ff91
- xkeyboard-config-1.3-AC11-mapping-is.patch: fix AC11 mapping for icelandic
17ff91
  keyboard layout (#241564)
17ff91
17ff91
* Wed May 28 2008 Matthias Clasen  <mclasen@redhat.com> - 1.3-1
17ff91
- Update to 1.3
17ff91
17ff91
* Mon Apr 14 2008 Matthias Clasen  <mclasen@redhat.com> - 1.2-3
17ff91
- Also add back and forward keys to pc105 (#441398)
17ff91
17ff91
* Wed Apr  9 2008 Matthias Clasen  <mclasen@redhat.com> - 1.2-2
17ff91
- Make pc105 have inet keys, not 100% correct, but better than
17ff91
  having the kbd driver report "us+inet" which confused XKB and
17ff91
  higher layers (#441398)
17ff91
17ff91
* Thu Feb  7 2008 Matthias Clasen  <mclasen@redhat.com> - 1.2-1
17ff91
- Update to 1.2
17ff91
- Remove upstreamed olpc patches
17ff91
17ff91
* Mon Nov 19 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1-5.20071119cvs
17ff91
- Upgrade xkeyboard-config snapshot to cvs20071119
17ff91
- Add olpc-xkeyboard-config-af.patch
17ff91
- Add olpc-xkeyboard-config-kz-group.patch
17ff91
- Add olpc-xkeyboard-config-ng-group.patch
17ff91
- Add olpc-xkeyboard-config-ng-h.patch
17ff91
- Remove olpc-xkeyboard-config-ara-fixes.patch (integrated upstream)
17ff91
- Remove olpc-xkeyboard-config-br-accents.patch (integrated upstream)
17ff91
- Remove olpc-xkeyboard-config-es-accents.patch (integrated upstream)
17ff91
- Remove olpc-xkeyboard-config-us-typo.patch (integrated upstream)
17ff91
17ff91
* Sat Oct 27 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1-5.20071009cvs
17ff91
- Add olpc-xkeyboard-config-ara-fixes.patch
17ff91
- Add olpc-xkeyboard-config-br-accents.patch
17ff91
- Add olpc-xkeyboard-config-es-accents.patch
17ff91
- Add olpc-xkeyboard-config-us-typo.patch
17ff91
17ff91
* Tue Oct 09 2007 Bernardo Innocenti <bernie@codewiz.org> - 1.1-4.20071009cvs
17ff91
- Upgrade xkeyboard-config snapshot to cvs20071009
17ff91
17ff91
* Sat Oct 06 2007 Bernardo Innocenti <bernie@codewiz.org> - 1.1-4.20071006cvs
17ff91
- Resync with Fedora Development
17ff91
- Upgrade xkeyboard-config snapshot to cvs20071006
17ff91
17ff91
* Sat Oct  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-3
17ff91
- Somehow the Dell M65 model lost its vendor
17ff91
17ff91
* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-2
17ff91
- Pick up the respun 1.1 release
17ff91
17ff91
* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-1
17ff91
- Update to 1.1
17ff91
- Drop upstreamed patches
17ff91
17ff91
* Wed Sep  5 2007 Matthias Clasen <mclasen@redhat.com> - 1.0-1
17ff91
- Update to 1.0
17ff91
- Drop upstreamed patches
17ff91
- Update remaining patches
17ff91
17ff91
* Tue Sep 04 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.8.20070829cvs
17ff91
- Update OLPC patch to take11 (use old evdev key name for the "view source"
17ff91
  key)
17ff91
17ff91
* Tue Sep 04 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.8.20070829cvs
17ff91
- Downgrade xkeyboard-config snapshot to cvs20070829 to revert
17ff91
  recent evdev changes (the version of xkbcomp we ship chokes on them).
17ff91
17ff91
* Fri Aug 31 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.7.20070831cvs
17ff91
- Update OLPC patch to take10 (integrate changes requested by
17ff91
  upstream reviewer)
17ff91
17ff91
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.6.20070820cvs
17ff91
- Update OLPC patch to take9 (fix 'h' key on us layout)
17ff91
17ff91
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.5.20070820cvs
17ff91
- Update OLPC patch to take8 (don't use olpc variant for et layout)
17ff91
17ff91
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.4.20070820cvs
17ff91
- Update OLPC patch to take7
17ff91
17ff91
* Mon Aug 20 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.3.20070820cvs
17ff91
- Update to CVS snapshot 20070820
17ff91
17ff91
* Fri Jun 29 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.2.20070629cvs
17ff91
- Update to CVS snapshot 20070629
17ff91
- Add OLPC patch
17ff91
- Drop patches already integrated upstream
17ff91
17ff91
* Fri Sep  1 2006 Alexander Larsson <alexl@redhat.com> - 0.8-7
17ff91
- Update macbook patch to be closer to what got in upstream
17ff91
- (kp enter is ralt, not the option key)
17ff91
17ff91
* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-6
17ff91
- Add support for Korean 106 key keyboards (204158)
17ff91
17ff91
* Tue Aug 29 2006 Alexander Larsson <alexl@redhat.com> - 0.8-5
17ff91
- Add MacBook model and geometry, plus alt_win option
17ff91
17ff91
* Tue Aug 22 2006 Matthias Clasen <mclasen@redhat.com> 0.8-4
17ff91
- Fix geometry description for Thinkpads
17ff91
- Add a Kinesis model
17ff91
- Add Dell Precision M65 geometry and model
17ff91
17ff91
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 0.8-3
17ff91
- Add Compose semantics to right Alt when that's ISO_Level3_Shift (#193922)
17ff91
17ff91
* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-2
17ff91
- Rename spec file from xorg-x11-xkbdata to xkeyboard-config.spec
17ff91
17ff91
* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-1
17ff91
- Renamed package from 'xorg-x11-xkbdata' to 'xkeyboard-config' to match the
17ff91
  upstream project name and tarball.  I kept the rpm changelog intact however
17ff91
  to preserve history, so all entries older than today, are from the
17ff91
  prior 'xorg-x11-xkbdata' package.  (#196229,197939)
17ff91
- Added "Obsoletes: xorg-x11-xkbdata"
17ff91
- Removed 'pre' script from spec file, as that was a temporary hack to help
17ff91
  transition from modular X.Org xkbdata to modular xkeyboard-config during
17ff91
  FC5 development.  The issue it resolved is not present in any officially
17ff91
  released distribution release or updates, so the hack is no longer needed.
17ff91
17ff91
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8.xkbc0.8.0
17ff91
- Embed xkeyboard-config version in Release field so we can tell from the
17ff91
  filename what is really in this package without having to look in the
17ff91
  spec file.  We should rename the package to xkeyboard-config and restart
17ff91
  the versioning.
17ff91
17ff91
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8
17ff91
- Added "BuildRequires: perl(XML::Parser)" for (#194188)
17ff91
17ff91
* Sat Mar 04 2006 Ray Strode <rstrode@redhat.com> 1.0.1-7
17ff91
- Update to 0.8.
17ff91
17ff91
* Wed Mar 01 2006 Ray Strode <rstrode@redhat.com> 1.0.1-6
17ff91
- Turn on compat symlink (bug 183521)
17ff91
17ff91
* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
17ff91
- Fixed rpm pre script upgrade/install testing
17ff91
- Rebuild package as 1.0.1-5 in rawhide, completing the transition to
17ff91
  xkeyboard-config.
17ff91
17ff91
* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.5
17ff91
- Added rpm pre script, to pre-remove the symbols/pc during package upgrades,
17ff91
  to avoid an rpm cpio error if the X11R7.0 modular xkbdata package is already
17ff91
  installed, because rpm can not replace a directory with a file.  
17ff91
17ff91
* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.1
17ff91
- Package renamed to xorg-x11-xkbdata and version/release tweaked since it
17ff91
  is too late to add new package names to Fedora Core 5 development.
17ff91
- Added "Provides: xkeyboard-config" virtual provide.
17ff91
17ff91
* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 0.7-1
17ff91
- Initial package created with xkeyboard-config-0.7.
17ff91
17ff91
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
17ff91
- Added xkbdata-1.0.1-greek-fix-bug181313.patch to fix (#181313,181313)
17ff91
- Added xkbdata-1.0.1-cz-fix-bug177362.patch to fix (#177362,178892)
17ff91
17ff91
* Thu Feb 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
17ff91
- Added xkbdata-1.0.1-sysreq-fix-bug175661.patch to fix (#175661)
17ff91
17ff91
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
17ff91
- Updated to xbitmaps 1.0.1 from X11R7.0
17ff91
17ff91
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
17ff91
- Updated to xbitmaps 1.0.0 from X11R7 RC4.
17ff91
17ff91
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
17ff91
- Add a few missing rpm 'dir' directives to file manifest.
17ff91
- Bump release, and build as a 'noarch' package.
17ff91
17ff91
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
17ff91
- Updated to xkbdata 0.99.1 from X11R7 RC2.