Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit acerhk
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 02:03:21 +0100
  • Message-id: <20071112010321.69E4C67833A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package acerhk
checked in at Mon Nov 12 02:03:21 CET 2007.

--------
--- arch/i386/acerhk/acerhk.changes 2007-07-13 13:25:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/acerhk/acerhk.changes 2007-11-12
00:54:34.921365000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 00:54:25 CET 2007 - ro@xxxxxxx
+
+- use EXTRA_CFLAGS instead of CFLAGS
+
+-------------------------------------------------------------------

New:
----
acerhk-0.5.35.dif

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ acerhk.spec ++++++
--- /var/tmp/diff_new_pack.v29348/_old 2007-11-12 02:03:17.000000000 +0100
+++ /var/tmp/diff_new_pack.v29348/_new 2007-11-12 02:03:17.000000000 +0100
@@ -16,17 +16,19 @@
Requires: acerhk-kmp
Summary: Kernel module documentation for Acer Hotkeys
Version: 0.5.35
-Release: 1
+Release: 42
Group: Hardware/Other
License: GPL v2 only
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-URL: http://freshmeat.net/projects/acerhk/
-Autoreqprov: on
+Url: http://www.cakey.de/acerhk/
+AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
Source1: preamble
Source2: acerhk-README.SuSE
+Patch: acerhk-0.5.35.dif
ExclusiveArch: %ix86
%suse_kernel_module_package -p %_sourcedir/preamble um
+
%package -n acerhk-KMP
Group: Hardware/Other
License: GPL v2 only
@@ -41,13 +43,19 @@
Have a look at /usr/share/doc/packages/acerhk/README.SuSE for more
details.

+The newer Travelmate series (starting with 290, 530, 650, 800) aren't
+supported very well, since Acer uses different hardware. It is the same
+as found in some HP Omnibook notebooks, so please have a look at the
+omnibook drivers, if your model is not well supported. Enabling the
+extra buttons should work with acerhk for all models, but on some it
+could be problemativ to activate wireless hardware.
+


Authors:
--------
Olaf Tauber <otauber@xxxxxx>

-
%description -n acerhk-KMP
This driver will generate key events when a special key is pressed on
supported notebooks.
@@ -92,6 +100,7 @@

%prep
%setup -n %{name}-%{version}
+%patch

%build
for dir in `find -type d -name RCS`; do
@@ -127,8 +136,9 @@
%files -n acerhk
%defattr (-,root,root)
%doc %_defaultdocdir/%name
-
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- use EXTRA_CFLAGS instead of CFLAGS
* Fri Jul 13 2007 - lrupp@xxxxxxx
- update to 0.5.35:
+ support for Acer Aspire 4650 and 9110 added

++++++ acerhk-0.5.35.dif ++++++
--- Makefile
+++ Makefile 2007/11/11 23:19:16
@@ -14,7 +14,7 @@
CONFIG_ACERHK?=m
obj-$(CONFIG_ACERHK) += acerhk.o

-CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe
+EXTRA_CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
INCLUDE=-I$(KERNELSRC)/include

ifeq ($(KERNELMAJOR), 2.6)
@@ -41,13 +41,13 @@
$(MAKE) -C $(KERNELSRC) SUBDIRS=$(PWD) modules

acerhk.o: $(SOURCE) acerhk.h
- $(CC) $(INCLUDE) $(CFLAGS) -DMODVERSIONS -DMODULE -D__KERNEL__ -o
$(TARGET) $(SOURCE)
+ $(CC) $(INCLUDE) $(EXTRA_CFLAGS) -DMODVERSIONS -DMODULE -D__KERNEL__ -o
$(TARGET) $(SOURCE)

asm: $(SOURCE)
ifeq ($(KERNELMAJOR), 2.6)
- $(CC) $(INCLUDE) $(INCLUDE)/asm-i386/mach-default $(CFLAGS)
-fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE)
+ $(CC) $(INCLUDE) $(INCLUDE)/asm-i386/mach-default $(EXTRA_CFLAGS)
-fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE)
else
- $(CC) $(INCLUDE) $(CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE
-D__KERNEL__ $(SOURCE)
+ $(CC) $(INCLUDE) $(EXTRA_CFLAGS) -fverbose-asm -S -DMODVERSIONS
-DMODULE -D__KERNEL__ $(SOURCE)
endif

clean:



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages