Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit pbbuttonsd
- From: root@xxxxxxx (h_root)
- Date: Tue, 1 Aug 2006 17:23:32 +0200 (CEST)
- Message-id: <20060801152332.54A546CC1F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pbbuttonsd
checked in at Tue Aug 1 17:23:32 CEST 2006.
--------
--- arch/ppc/pbbuttonsd/pbbuttonsd.changes 2006-07-24 15:54:37.000000000 +0200
+++ pbbuttonsd/pbbuttonsd.changes 2006-08-01 13:14:04.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Aug 1 11:55:04 CEST 2006 - schwab@xxxxxxx
+
+- Update to pbbuttonsd 0.7.8.
+ * adding input handler for /dev/input/mice to work around the
+ problem with synaptics trackpad driver.
+ * fixing problem with unstable autoconf package
+
+-------------------------------------------------------------------
Old:
----
pbbuttonsd-0.7.6.tar.gz
New:
----
pbbuttonsd-0.7.8.tar.gz
warn.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pbbuttonsd.spec ++++++
--- /var/tmp/diff_new_pack.0QgLK6/_old 2006-08-01 17:23:26.000000000 +0200
+++ /var/tmp/diff_new_pack.0QgLK6/_new 2006-08-01 17:23:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package pbbuttonsd (Version 0.7.6)
+# spec file for package pbbuttonsd (Version 0.7.8)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,7 +16,7 @@
License: LGPL
Group: System/Daemons
Summary: Daemon for the special keys on Apple laptops
-Version: 0.7.6
+Version: 0.7.8
Release: 1
PreReq: %{insserv_prereq}
Source: pbbuttonsd-%{version}.tar.gz
@@ -26,6 +26,7 @@
Patch1: %{name}-0.5.9-fpic.patch
Patch2: %{name}-0.5.9-initreq.patch
Patch3: %{name}-0.5.11-eject.patch
+Patch4: warn.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,6 +48,7 @@
%patch1 -p1
%patch2
%patch3 -p1
+%patch4
%build
autoreconf -i -f
@@ -101,6 +103,11 @@
%dir /var/lib/pbbuttons
%changelog -n pbbuttonsd
+* Tue Aug 01 2006 - schwab@xxxxxxx
+- Update to pbbuttonsd 0.7.8.
+ * adding input handler for /dev/input/mice to work around the
+ problem with synaptics trackpad driver.
+ * fixing problem with unstable autoconf package
* Sun Jul 23 2006 - schwab@xxxxxxx
- Don't truncate mount point.
* Tue Jul 04 2006 - schwab@xxxxxxx
++++++ pbbuttonsd-0.7.6.tar.gz -> pbbuttonsd-0.7.8.tar.gz ++++++
++++ 14662 lines of diff (skipped)
++++++ warn.diff ++++++
--- src/input_manager.c
+++ src/input_manager.c
@@ -389,6 +389,8 @@
taglist_add (taglist, TAG_MOUSERELY, (long) buffer[2]);
process_queue (MOUSEQUEUE, taglist);
}
+
+ return TRUE;
}
gboolean
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |