Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2014-05-16 07:29:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-synaptics (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-synaptics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-synaptics"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes    
    2014-05-10 08:32:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2014-05-16 07:29:55.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 13 12:03:22 UTC 2014 - [email protected]
+
+- Update to version 1.8.0 
+  * final release; changes since 1.7.99.2: 
+    + conf: drop the PNPID matching from the fdi file
+
+-------------------------------------------------------------------

Old:
----
  xf86-input-synaptics-1.7.99.2.tar.bz2

New:
----
  xf86-input-synaptics-1.8.0.tar.bz2

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

Other differences:
------------------
++++++ xf86-input-synaptics.spec ++++++
--- /var/tmp/diff_new_pack.C7z8zO/_old  2014-05-16 07:29:56.000000000 +0200
+++ /var/tmp/diff_new_pack.C7z8zO/_new  2014-05-16 07:29:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           xf86-input-synaptics
-Version:        1.7.99.2
+Version:        1.8.0
 Release:        0
 Summary:        Synaptics touchpad input driver for the Xorg X server
 License:        MIT

++++++ xf86-input-synaptics-1.7.99.2.tar.bz2 -> 
xf86-input-synaptics-1.8.0.tar.bz2 ++++++
++++ 23844 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-synaptics-1.7.99.2/ChangeLog 
new/xf86-input-synaptics-1.8.0/ChangeLog
--- old/xf86-input-synaptics-1.7.99.2/ChangeLog 2014-04-30 03:45:03.000000000 
+0200
+++ new/xf86-input-synaptics-1.8.0/ChangeLog    2014-05-13 03:26:42.000000000 
+0200
@@ -1,3 +1,21 @@
+commit 3a4cc96590ca0e0ff526a5e5406f29a402bddd1a
+Author: Peter Hutterer <[email protected]>
+Date:   Tue May 13 11:20:25 2014 +1000
+
+    synaptics 1.8.0
+    
+    Signed-off-by: Peter Hutterer <[email protected]>
+
+commit d4d7229c41a20cf6757882a24f45e28d936a27c5
+Author: Peter Hutterer <[email protected]>
+Date:   Wed Apr 30 13:08:53 2014 +1000
+
+    conf: drop the PNPID matching from the fdi file
+    
+    Rely on INPUT_PROP_TOP_BUTTONPAD and default button areas as well.
+    
+    Signed-off-by: Peter Hutterer <[email protected]>
+
 commit a31ecb669f40d8db3ab1867eaedfe364bbd6fafe
 Author: Peter Hutterer <[email protected]>
 Date:   Wed Apr 30 07:45:34 2014 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-synaptics-1.7.99.2/conf/11-x11-synaptics.fdi 
new/xf86-input-synaptics-1.8.0/conf/11-x11-synaptics.fdi
--- old/xf86-input-synaptics-1.7.99.2/conf/11-x11-synaptics.fdi 2014-04-29 
07:15:01.000000000 +0200
+++ new/xf86-input-synaptics-1.8.0/conf/11-x11-synaptics.fdi    2014-05-05 
03:26:39.000000000 +0200
@@ -31,18 +31,10 @@
        For other possible options, check CONFIGURATION DETAILS in synaptics 
man page
         -->
         <merge key="input.x11_options.SoftButtonAreas" type="string">50% 0 82% 
0 0 0 0 0</merge>
+        <merge key="input.x11_options.SecondarySoftButtonAreas" 
type="string">58% 0 0 8% 42% 58% 0 8%</merge>
         <match key="info.product" contains="Apple|bcm5974">
             <merge key="input.x11_options.SoftButtonAreas" type="string">0 0 0 
0 0 0 0 0</merge>
         </match>
     </match>
-
-    <match
-        key="/org/freedesktop/Hal/devices/computer:system.hardware.version"
-        contains_outof="ThinkPad T440;ThinkPad X240;ThinkPad T540;ThinkPad 
Helix;ThinkPad S1 Yoga;ThinkPad L440;ThinkPad X1 Carbon 2nd;ThinkPad 
T431;ThinkPad L540">
-        <match key="input.product" contains="Synaptics">
-            <merge key="input.x11_options.ClickPad" type="string">on</merge>
-            <merge key="input.x11_options.SecondarySoftButtonAreas" 
type="string">58% 0 0 8% 42% 58% 0 8%</merge>
-        </match>
-    </match>
   </device>
 </deviceinfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-synaptics-1.7.99.2/configure.ac 
new/xf86-input-synaptics-1.8.0/configure.ac
--- old/xf86-input-synaptics-1.7.99.2/configure.ac      2014-04-30 
03:41:03.000000000 +0200
+++ new/xf86-input-synaptics-1.8.0/configure.ac 2014-05-13 03:17:58.000000000 
+0200
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-input-synaptics],
-        [1.7.99.2],
+        [1.8.0],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-input-synaptics])
 AC_CONFIG_SRCDIR([Makefile.am])

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to