OBS User unknown
2008-11-17 16:49:28 +00:00
committed by Git OBS Bridge
parent 617955d61e
commit 1beb919181
6 changed files with 60 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package pommed (Version 1.21)
# spec file for package pommed (Version 1.22)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,21 +19,20 @@
Name: pommed
Summary: Apple laptops hotkeys event handler
License: GPL v2 only
Group: Hardware/Mobile
Version: 1.22
Release: 1
Url: http://technologeek.org/projects/pommed/
%if 0
# BuildRequires some package containing /usr/include/ofapi/of_api.h
ExclusiveArch: ppc
%endif
ExclusiveArch: %ix86 x86_64
Summary: Apple laptops hotkeys event handler
License: GPL v2 only
Group: Hardware/Mobile
Version: 1.21
Release: 24
Url: http://technologeek.org/projects/pommed/
BuildRequires: alsa-devel audiofile-devel gtk2-devel libglade2-devel pciutils-devel update-desktop-files
BuildRequires: dbus-1-devel libconfuse-devel
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXpm-devel xorg-x11-util-devel
BuildRequires: dbus-1-glib-devel xorg-x11
BuildRequires: dbus-1-glib-devel libconfuse-devel xorg-x11
%if 0%{?suse_version} > 1020
BuildRequires: fdupes
%endif
@@ -209,9 +208,28 @@ rm -rf %buildroot
%_mandir/man1/wmpo*
%changelog
* 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
* Thu Sep 04 2008 ro@suse.de
- add Required-Stop to init script
* Mon Jul 21 2008 lrupp@suse.de
- update to 1.21: