This commit is contained in:
parent
b47126b557
commit
154e77a3e9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74d52c2e86f230c57a6fa9492c865ad750da22726dd47d11a459a4fe4c0aff0d
|
|
||||||
size 953141
|
|
3
pommed-1.27.tar.bz2
Normal file
3
pommed-1.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca24631bef15a14e740ecd96540ad18056f09e691314a5e3baa494dd81dc6390
|
||||||
|
size 953331
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 1 13:09:08 CEST 2009 - lrupp@suse.de
|
||||||
|
|
||||||
|
- update to 1.27:
|
||||||
|
- pommed:
|
||||||
|
+ added support for the MacBook5,2 (white MacBook).
|
||||||
|
+ added support for the MacBookPro5,5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
119
pommed.spec
119
pommed.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pommed (Version 1.26)
|
# spec file for package pommed (Version 1.27)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,8 +22,8 @@ Name: pommed
|
|||||||
Summary: Apple laptops hotkeys event handler
|
Summary: Apple laptops hotkeys event handler
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
Version: 1.26
|
Version: 1.27
|
||||||
Release: 2
|
Release: 1
|
||||||
Url: http://technologeek.org/projects/pommed/
|
Url: http://technologeek.org/projects/pommed/
|
||||||
%if 0
|
%if 0
|
||||||
# BuildRequires some package containing /usr/include/ofapi/of_api.h
|
# BuildRequires some package containing /usr/include/ofapi/of_api.h
|
||||||
@ -211,116 +211,3 @@ rm -rf %buildroot
|
|||||||
%_mandir/man1/wmpo*
|
%_mandir/man1/wmpo*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 19 2009 coolo@novell.com
|
|
||||||
- disable as-needed for this package as it fails to build with it
|
|
||||||
* Mon May 25 2009 ro@suse.de
|
|
||||||
- update to 1.26
|
|
||||||
- pommed: only keystrokes on the built-in keyboard should reset
|
|
||||||
the keyboard idle timer.
|
|
||||||
- pommed: add USB IDs for the Apple external aluminium mini
|
|
||||||
keyboard.
|
|
||||||
- pommed: switch to sysfs resource files for PCI memory access
|
|
||||||
instead of mmaping /dev/mem.
|
|
||||||
- update to 1.25
|
|
||||||
- pommed: check current hardware backlight level before setting AC
|
|
||||||
or battery level. Do not act if the backlight is off.
|
|
||||||
- pommed: do not reject the Apple Bluetooth keyboard because of
|
|
||||||
advertised EV_ABS events.
|
|
||||||
- pommed: fix DBus configuration snippet for newer, stricter
|
|
||||||
version of DBus (allow clients to send messages).
|
|
||||||
- update to 1.24
|
|
||||||
- pommed: add new path for fnmode setting for 2.6.28.
|
|
||||||
- update to 1.23
|
|
||||||
- pommed: add backlight support for late 2008 laptops.
|
|
||||||
- pommed: default to sysfs backlight driver for nVidia machines,
|
|
||||||
with the mbp_nvidia_bl kernel driver; fall back to native
|
|
||||||
nv8600mgt if not supported.
|
|
||||||
- pommed: try to reconnect to DBus if DBus is not available at
|
|
||||||
startup. Previously we would just drop it and live without DBus.
|
|
||||||
* Tue Jan 27 2009 ro@suse.de
|
|
||||||
- dbus-policy: add send_destination rule (bnc#469771)
|
|
||||||
* Tue Nov 11 2008 lrupp@suse.de
|
|
||||||
- update to 1.22:
|
|
||||||
+ pommed:
|
|
||||||
++ do not probe for LMU controller on pmac machines that do not
|
|
||||||
have a backlit keyboard. Avoids a spurious error message.
|
|
||||||
++ factor out ADB & LMU write routines, avoids duplicated code in
|
|
||||||
the kbd_{lmu,pmu}_backlight_set() routines.
|
|
||||||
++ use a common sysfs power class routine in power.c, add sysfs
|
|
||||||
power class support for pmac machines.
|
|
||||||
++ added partial support for the October 2008 laptops (MacBook5,1,
|
|
||||||
MacBookPro5,1, MacBookAir2,1), LCD backlight missing.
|
|
||||||
+ gpomme:
|
|
||||||
++ add japanese translation for gpomme, courtesy of
|
|
||||||
Nobuhiro Iwamatsu
|
|
||||||
+ wmpomme:
|
|
||||||
++ turn wmpomme into an event-driven dockapp, eliminating the
|
|
||||||
fixed update rate (and, thus, wakeups).
|
|
||||||
Thanks to Kalle A. Sandström for the prodding.
|
|
||||||
- removed dbus-1-devel BuildReq (included in dbus-1-glib-devel)
|
|
||||||
* Fri Oct 17 2008 olh@suse.de
|
|
||||||
- add ExclusiveArch x86 x86_64
|
|
||||||
* Fri Sep 05 2008 ro@suse.de
|
|
||||||
- add Required-Stop to init script
|
|
||||||
* Mon Jul 21 2008 lrupp@suse.de
|
|
||||||
- update to 1.21:
|
|
||||||
+ Note that this version of pommed REQUIRES Linux 2.6.25 or
|
|
||||||
later and WILL NOT WORK PROPERLY on earlier kernels
|
|
||||||
+ pommed: add support for the MacBookPro4,1.
|
|
||||||
+ pommed: add support for the MacBook4,1.
|
|
||||||
+ pommed: add support for the WellSpring keyboard+trackpad
|
|
||||||
assembly ("MultiTouch"), found in the MacBookAir1,1 and
|
|
||||||
MacBookPro4,1
|
|
||||||
+ fix array boundary check in check_machine_dmi().
|
|
||||||
+ use BUS_BLUETOOTH for the Apple wireless keyboard
|
|
||||||
+ gpomme: won't cause 10 wakeups/sec anymore
|
|
||||||
+ gpomme: use compositing if available, patch by Soeren Sonnenburg
|
|
||||||
- create the desktop icons after fdupes (otherwise they will
|
|
||||||
be stale symlinks)
|
|
||||||
- remove libsmbios build dependency
|
|
||||||
- split the patch into it's pieces
|
|
||||||
* Sun Feb 24 2008 crrodriguez@suse.de
|
|
||||||
- use RPM_OPT_FLAGS
|
|
||||||
* Tue Feb 12 2008 ro@suse.de
|
|
||||||
- update to 1.15:
|
|
||||||
- pommed: add preliminary support for the MacBook Air1,1;
|
|
||||||
USB IDs missing.
|
|
||||||
- pommed: add support for power_supply class to the ACPI code.
|
|
||||||
- remove symlink to grandr (dropped from xorg-x11)
|
|
||||||
* Thu Jan 17 2008 lrupp@suse.de
|
|
||||||
- update to 1.14:
|
|
||||||
+ fix error handling in the audio sample loading code to properly
|
|
||||||
report failure, preventing nasty segfaults later on in case the
|
|
||||||
sound file is not available.
|
|
||||||
+ make goutte.wav the default beep sound, add click.wav and remove
|
|
||||||
the KDE beep sound.
|
|
||||||
+ add an option to disable the beep on volume change
|
|
||||||
+ add the videoSwitch DBus notification
|
|
||||||
+ add support for LCD backlight control on the Intel 965GM
|
|
||||||
found in the MacBook3,1
|
|
||||||
+ rework the inotify code to handle several events at once and to
|
|
||||||
handle events with long filenames (longer than
|
|
||||||
sizeof(struct inotify_event)); pommed could enter a busy-loop
|
|
||||||
when receiving an inotify event with
|
|
||||||
ie->len > sizeof(struct inotify_event)
|
|
||||||
+ wpomme: added video switch support
|
|
||||||
+ gpomme: added video switch support
|
|
||||||
+ do not expect at least 3 evdevs at startup
|
|
||||||
+ adds partial support for the new MacBook Santa Rosa (MacBook3)
|
|
||||||
+ fixes bug with disappearing event devices after suspend
|
|
||||||
+ external Apple USB keyboards are now supported
|
|
||||||
+ beep on volume change per default
|
|
||||||
+ rework the event management.
|
|
||||||
Use epoll() for event polling instead of poll().
|
|
||||||
+ add secondary locations for the uinput device node.
|
|
||||||
+ pommed: add a beeper feature as a substitute to the missing PC
|
|
||||||
Speaker. The feature is disabled by default, as not all
|
|
||||||
machines need it and not everybody wants it.
|
|
||||||
- added gpomme.desktop and gpommerc to start gpomme via KDE
|
|
||||||
- added %%pre and %%post scripts for pommed
|
|
||||||
- use fdupes to save space
|
|
||||||
- use /usr/bin/grandr for videoswitch option
|
|
||||||
- added README.SuSE for applesmc kernel module
|
|
||||||
- fix lang files so gpomme is tranlated
|
|
||||||
* Mon Sep 17 2007 ro@suse.de
|
|
||||||
- created package from pommed (version 1.9)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user