commit synaptiks for openSUSE:Factory

2013-10-30 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-10-30 15:53:58

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2013-04-18 
10:49:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-10-30 
15:54:00.0 +0100
@@ -1,0 +2,5 @@
+Sun Sep 22 00:38:04 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Unconditionally apply previously added patch
+
+---



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.rajYTI/_old  2013-10-30 15:54:02.0 +0100
+++ /var/tmp/diff_new_pack.rajYTI/_new  2013-10-30 15:54:02.0 +0100
@@ -44,15 +44,15 @@
 Requires:   python-distribute
 Requires:   python-kde4
 Requires:   python-pyudev
-%if %suse_version  1210
+%if 0%{?suse_version}  1210
 Requires:   xf86-input-synaptics
 %else
 Requires:   xorg-x11-driver-input
 %endif
 Recommends: dbus-1-python
 Recommends: upower
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %kde4_runtime_requires
 %py_requires
 
@@ -68,9 +68,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%if 0%{?suse_version}  1230
 %patch2 -p1
-%endif
 
 %build
 python setup.py build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2013-04-18 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-04-18 10:49:42

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2013-03-07 
07:35:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-04-18 
10:49:44.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  2 20:59:33 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added remove-several-features-that-will-no-longer-be-exposed.patch,
+  removes features that got removed in synaptics driver = 1.7
+
+---

New:

  remove-several-features-that-will-no-longer-be-exposed.patch



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.GKYdOg/_old  2013-04-18 10:49:46.0 +0200
+++ /var/tmp/diff_new_pack.GKYdOg/_new  2013-04-18 10:49:46.0 +0200
@@ -29,6 +29,8 @@
 Patch0: czech.patch
 # PATCH-FIX-OPENSUSE fix_help.diff Link (Christian Trippe, Link to the online 
help, bnc#800708)
 Patch1: fix_help.diff
+# PATCH-FIX-UPSTREAM 
remove-several-features-that-will-no-longer-be-exposed.patch -- removes the 
features that got removed in synaptics = 1.7
+Patch2: remove-several-features-that-will-no-longer-be-exposed.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  python-devel
@@ -66,6 +68,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if 0%{?suse_version}  1230
+%patch2 -p1
+%endif
 
 %build
 python setup.py build

++ remove-several-features-that-will-no-longer-be-exposed.patch ++
From e24d2f86cc52f5441ad1d630fbf8d0ab0483b018 Mon Sep 17 00:00:00 2001
From: Chris Reffett geekbo...@gmail.com
Date: Fri, 31 Aug 2012 12:00:59 -0400
Subject: [PATCH 1/1] Remove several features that will no longer be exposed in
 future releases of the synaptics driver.

---
 doc/api/touchpad.rst |  4 
 doc/handbook/reference.rst   | 14 --
 doc/handbook/usage.rst   |  6 --
 synaptiks/config.py  |  3 +--
 synaptiks/kde/widgets/ui/hardwarepage.ui | 26 --
 synaptiks/kde/widgets/ui/motionpage.ui   | 16 
 synaptiks/kde/widgets/ui/tappingpage.ui  | 16 
 synaptiks/touchpad.py| 13 -
 10 files changed, 4 insertions(+), 98 deletions(-)

diff --git a/doc/api/touchpad.rst b/doc/api/touchpad.rst
index cb0ab52..21c5637 100644
--- a/doc/api/touchpad.rst
+++ b/doc/api/touchpad.rst
@@ -27,8 +27,6 @@ The touchpad class
 
.. autoattribute:: acceleration_factor
 
-   .. autoattribute:: edge_motion_always
-
.. rubric:: scrolling properties
 
.. autoattribute:: vertical_edge_scrolling
@@ -55,8 +53,6 @@ The touchpad class
 
.. rubric:: tapping properties
 
-   .. autoattribute:: fast_taps
-
.. autoattribute:: rt_tap_action
 
.. autoattribute:: rb_tap_action
diff --git a/doc/handbook/reference.rst b/doc/handbook/reference.rst
index 333845a..515bd44 100644
--- a/doc/handbook/reference.rst
+++ b/doc/handbook/reference.rst
@@ -69,13 +69,6 @@ The touchpad configuration module is available in 
|systemsettings| under
   The acceleration between :guilabel:`Minimum speed` and :guilabel:`Maximum
   speed`
 
-:guilabel:`Continue cursor motion when hitting the touchpad edge`
-   Continue the cursor move while the finger stays in the touchpad edge
-
-   :guilabel:`For all movements, not only dragging`
-  Always continue cursor movement, when hitting the touchpad edge, not only
-  when dragging
-
 
 .. _commands-scrolling-configuration:
 
@@ -152,13 +145,6 @@ The touchpad configuration module is available in 
|systemsettings| under
 
Screenshot of the tapping configuration page
 
-:guilabel:`General tapping settings`
-
-   :guilabel:`Make single taps faster and double taps slower (fast taps)`
-  Enable or disable fast taps.  If fast taps are enabled, the driver will
-  react faster on single taps, but slower on double clicks caused by double
-  taps.
-
 :guilabel:`Mouse clicks triggered by tapping`
 :guilabel:`Top left corner`
Configure the mouse button, which is triggered by tapping the top left
diff --git a/doc/handbook/usage.rst b/doc/handbook/usage.rst
index 0ca6326..329e781 100644
--- a/doc/handbook/usage.rst
+++ b/doc/handbook/usage.rst
@@ -41,12 +41,6 @@ though the touchpad does not actually have one.  In this 
case, the middle mouse
 button is triggered by pressing the left mouse button and the right mouse
 button at the same time.
 
-Some systems have 

commit synaptiks for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-03-07 07:35:14

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2013-02-02 
19:35:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-03-07 
07:35:15.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 21:08:41 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- replace Requires: xorg-x11-driver-input metapackage
+  with xf86-input-synaptics
+
+---



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.j7WFBc/_old  2013-03-07 07:35:16.0 +0100
+++ /var/tmp/diff_new_pack.j7WFBc/_new  2013-03-07 07:35:16.0 +0100
@@ -42,7 +42,11 @@
 Requires:   python-distribute
 Requires:   python-kde4
 Requires:   python-pyudev
+%if %suse_version  1210
+Requires:   xf86-input-synaptics
+%else
 Requires:   xorg-x11-driver-input
+%endif
 Recommends: dbus-1-python
 Recommends: upower
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2013-02-02 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-02-02 19:35:57

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2013-01-20 
11:59:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-02-02 
19:35:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 20:30:28 UTC 2013 - ctri...@opensuse.org
+
+- add patch fix_help.diff to change to path for the correct manual
+  (bnc#800708)
+
+---

New:

  fix_help.diff



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.KQhc9H/_old  2013-02-02 19:35:59.0 +0100
+++ /var/tmp/diff_new_pack.KQhc9H/_new  2013-02-02 19:35:59.0 +0100
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:   synaptiks
 Version:0.8.1
 Release:0
@@ -28,6 +27,8 @@
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 # Patch sent upstream: https://github.com/lunaryorn/synaptiks/pull/67
 Patch0: czech.patch
+# PATCH-FIX-OPENSUSE fix_help.diff Link (Christian Trippe, Link to the online 
help, bnc#800708)
+Patch1: fix_help.diff
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  python-devel
@@ -60,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build

++ fix_help.diff ++
--- synaptiks-0.8.1/synaptiks.desktop_old   2012-01-10 22:49:38.0 
+0100
+++ synaptiks-0.8.1/synaptiks.desktop   2013-01-28 21:49:34.120920302 +0100
@@ -5,7 +5,7 @@
 Icon=synaptiks
 Categories=Qt;KDE;Utility;HardwareSettings;
 
-X-DocPath=synaptiks/index.html
+X-DocPath=http://synaptiks.readthedocs.org/en/0.8.1/
 
 X-KDE-StartupNotify=true
 X-DBUS-StartupType=Unique
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-01-20 11:59:01

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2012-03-11 
20:05:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-01-20 
11:59:03.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 19 12:05:47 UTC 2013 - tchva...@suse.com
+
+- Update czech trans, as it contained complete garbage.
+  * Adds czech.patch
+
+---

New:

  czech.patch



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.LrnNOU/_old  2013-01-20 11:59:04.0 +0100
+++ /var/tmp/diff_new_pack.LrnNOU/_new  2013-01-20 11:59:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package synaptiks
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,6 +17,7 @@
 #
 
 
+
 Name:   synaptiks
 Version:0.8.1
 Release:0
@@ -25,6 +26,8 @@
 Group:  Hardware/Other
 Url:http://synaptiks.readthedocs.org/
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
+# Patch sent upstream: https://github.com/lunaryorn/synaptiks/pull/67
+Patch0: czech.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  python-devel
@@ -56,6 +59,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python setup.py build

++ czech.patch ++
 881 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2012-03-11 20:05:24

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2012-02-20 
16:19:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2012-03-11 
20:05:33.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 10 22:22:36 UTC 2012 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Replaced python-setuptools with python-distribute and pyudev with
+python-pyudev in BuildRequires: and Requires: (current package names).
+  * Removed libkde4-devel from BuildRequires: (not needed).
+  * Added dbus-1-python and upower in recommended packages based on package
+requirements.
+
+---



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.HzPjp3/_old  2012-03-11 20:05:34.0 +0100
+++ /var/tmp/diff_new_pack.HzPjp3/_new  2012-03-11 20:05:34.0 +0100
@@ -16,29 +16,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   synaptiks
 Version:0.8.1
 Release:0
-License:BSD-2-Clause
 Summary:A touchpad configuration and management tool for KDE
-Url:http://synaptiks.readthedocs.org/
+License:BSD-2-Clause
 Group:  Hardware/Other
+Url:http://synaptiks.readthedocs.org/
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRequires:  python-kde4
 BuildRequires:  python-pyudev
-BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   kdebase4-workspace
 Requires:   python-distribute
 Requires:   python-kde4
-Requires:   pyudev
+Requires:   python-pyudev
 Requires:   xorg-x11-driver-input
+Recommends: dbus-1-python
+Recommends: upower
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -72,7 +74,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc CHANGES.rst COPYING PKG-INFO README.rst
+%doc CHANGES.rst COPYING README.rst
 %{_sysconfdir}/xdg/autostart/synaptiks_init_config.desktop
 %{_datadir}/autostart/synaptiks_autostart.desktop
 %{_kde4_applicationsdir}/synaptiks.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2012-02-20 16:19:00

Comparing /work/SRC/openSUSE:Factory/synaptiks (Old)
 and  /work/SRC/openSUSE:Factory/.synaptiks.new (New)


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2011-10-11 
17:05:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2012-02-20 
16:19:01.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 18 16:57:25 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 0.8.1
+  * Website now hosted on http://synaptiks.readthedocs.org
+  * Mailing list now hosted at synapt...@librelist.com
+  * Added Czech translation
+  * Fixed syntax error in ``synaptiks_init_config.desktop``
+
+---

Old:

  synaptiks-0.8.0.tar.bz2

New:

  synaptiks-0.8.1.tar.bz2



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.cRLoHX/_old  2012-02-20 16:19:02.0 +0100
+++ /var/tmp/diff_new_pack.cRLoHX/_new  2012-02-20 16:19:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package synaptiks
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,14 +16,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   synaptiks
-Version:0.8.0
-Release:1
+Version:0.8.1
+Release:0
 License:BSD-2-Clause
 Summary:A touchpad configuration and management tool for KDE
-Url:http://synaptiks.lunaryorn.de/
+Url:http://synaptiks.readthedocs.org/
 Group:  Hardware/Other
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
@@ -33,7 +31,6 @@
 BuildRequires:  python-kde4
 BuildRequires:  python-pyudev
 BuildRequires:  python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -43,6 +40,7 @@
 Requires:   pyudev
 Requires:   xorg-x11-driver-input
 BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 %py_requires
 
@@ -72,9 +70,6 @@
 %fdupes -s %{buildroot}
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc CHANGES.rst COPYING PKG-INFO README.rst

++ synaptiks-0.8.0.tar.bz2 - synaptiks-0.8.1.tar.bz2 ++
 4172 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory
checked in at Tue Oct 11 17:05:41 CEST 2011.




--- openSUSE:Factory/synaptiks/synaptiks.changes2011-09-23 
12:47:14.0 +0200
+++ /mounts/work_src_done/STABLE/synaptiks/synaptiks.changes2011-10-08 
11:54:14.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  8 09:49:29 UTC 2011 - ctri...@opensuse.org
+
+- Update to 0.8.0
+  * Removed build-time dependency against kdesdk-scripts
+  * Fixed “Defaults” button in configuration dialog of tray application
+  * Fixed KeyError on unknown event types in keyboard monitor
+  * Fixed crash after resume from suspend
+  * Fixed support for non-usb devices
+  * Added Danish translation (thanks to Martin Schlander)
+
+---

calling whatdependson for head-i586


Old:

  synaptiks-0.7.0.tar.bz2

New:

  synaptiks-0.8.0.tar.bz2



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.5AUMOm/_old  2011-10-11 17:05:33.0 +0200
+++ /var/tmp/diff_new_pack.5AUMOm/_new  2011-10-11 17:05:33.0 +0200
@@ -16,8 +16,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   synaptiks
-Version:0.7.0
+Version:0.8.0
 Release:1
 License:BSD-2-Clause
 Summary:A touchpad configuration and management tool for KDE
@@ -26,7 +28,6 @@
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  kdesdk4-scripts
 BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
 BuildRequires:  python-kde4

++ synaptiks-0.7.0.tar.bz2 - synaptiks-0.8.0.tar.bz2 ++
 4135 lines of diff (skipped)

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory
checked in at Mon Sep 19 18:05:14 CEST 2011.




--- KDE/synaptiks/synaptiks.changes 2011-09-12 20:32:51.0 +0200
+++ synaptiks/synaptiks.changes 2011-09-13 16:35:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 13 16:35:146 UTC 2011 - toddrme2...@gmail.com
+
+- Added py_requires macro (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

Package does not exist at destination yet. Using Fallback KDE/synaptiks
Destination is synaptiks
calling whatdependson for head-i586




Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.elz1jA/_old  2011-09-19 18:05:10.0 +0200
+++ /var/tmp/diff_new_pack.elz1jA/_new  2011-09-19 18:05:10.0 +0200
@@ -16,9 +16,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   synaptiks
 Version:0.7.0
 Release:1
@@ -27,33 +24,26 @@
 Url:http://synaptiks.lunaryorn.de/
 Group:  Hardware/Other
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dbus-1-python
-BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  kdesdk4-scripts
-BuildRequires:  libXi6-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
 BuildRequires:  python-kde4
 BuildRequires:  python-pyudev
-BuildRequires:  python-qt4
 BuildRequires:  python-setuptools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-BuildRequires:  upower
-Requires:   dbus-1-python
 Requires:   kdebase4-workspace
+Requires:   python-distribute
 Requires:   python-kde4
-Requires:   python-qt4
 Requires:   pyudev
-Requires:   upower
 Requires:   xorg-x11-driver-input
-Requires:   python-distribute
-%kde4_runtime_requires
 BuildArch:  noarch
+%kde4_runtime_requires
+%py_requires
 
 %description
 synaptiks is a touchpad configuration and management tool for KDE. It provides
@@ -78,9 +68,7 @@
 %endif
 
 %kde_post_install
-
 %fdupes -s %{buildroot}
-
 %find_lang %{name}
 
 %clean






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit synaptiks for openSUSE:Factory

2011-09-15 Thread h_root

Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory
checked in at Thu Sep 15 14:14:57 CEST 2011.




--- KDE/synaptiks/synaptiks.changes 2011-01-10 19:36:19.0 +0100
+++ /mounts/work_src_done/STABLE/synaptiks/synaptiks.changes2011-09-12 
20:32:51.0 +0200
@@ -1,0 +2,44 @@
+Mon Sep 12 18:28:11 UTC 2011 - ctri...@opensuse.org
+
+- Require python-distribute which is needed for the systray-applet
+  (bnc#717168)
+
+---
+Mon Sep  5 19:11:56 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 0.7.0
+  * Require pyudev 0.8 or newer now
+  * Increased maximum for minimum and maximum speed to 10.0
+  From 0.6.2
+  * Fixed punctuation
+- Spec file updates
+  * Updates in BuildRequires: entries.
+  * Changed License: to BSD-2-Clause.
+  * Updated Url: entry.
+  * Changed Group: to Hardware/Other.
+  * Updates in Requires: entries.
+  * Updates in Summary: and %description entries.
+  * Build package as noarch.
+  * Changed synaptiks.desktop file Categories entry to
+Settings;HardwareSettings.
+  * Fixed some rpmlint warnings.
+  * Minor other updates.
+- Removed dont-warn-no-touchpad.diff, systemsettings_category_bnc637585.diff
+  and two_finger_emulation_bnc658800.diff patches (they don't apply to the
+  current version which is python based instead of c++).
+
+---
+Wed May 25 23:13:46 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 0.6.1
+  * Fixed installation of autostart files
+  * Use XRecord for keyboard management, if available
+  * Reinitialize mouse monitoring and mouse display if the system is resuming 
from suspend
+  * Fixed touchpad search on 64-bit systems
+  * Fixed segfault on failed connection to X11 display in synaptikscfg
+  * Show a clean error message instead of a traceback, when no touchpad is 
found by synaptiks cfg
+  * Fixed corner coasting configuration to actually reflect the corner 
coasting setting from the touchpad driver
+  * Fixed property data extraction on 64 bit architectures
+  * Fixed source distribution to include the handbook
+
+---

calling whatdependson for head-i586


Old:

  dont-warn-no-touchpad.diff
  synaptiks-0.4.0.tar.bz2
  systemsettings_category_bnc637585.diff
  two_finger_emulation_bnc658800.diff

New:

  synaptiks-0.7.0.tar.bz2



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.fLHqWq/_old  2011-09-15 14:14:52.0 +0200
+++ /var/tmp/diff_new_pack.fLHqWq/_new  2011-09-15 14:14:52.0 +0200
@@ -18,71 +18,86 @@
 
 # norootforbuild
 
-BuildRequires:  kdebase4-workspace-devel = 4.3.0
-BuildRequires:  xorg-x11-proto-devel
-BuildRequires:  update-desktop-files
 
 Name:   synaptiks
-Summary:A touchpad management tool for KDE
-Version:0.4.0
-Release:6
-License:BSD
-Group:  System/GUI/KDE
-Url:
http://www.kde-look.org/content/show.php/synaptiks?content=114270
-Source0:synaptiks-%{version}.tar.bz2
-Patch1: dont-warn-no-touchpad.diff
-Patch2: systemsettings_category_bnc637585.diff
-Patch3: two_finger_emulation_bnc658800.diff
+Version:0.7.0
+Release:1
+License:BSD-2-Clause
+Summary:A touchpad configuration and management tool for KDE
+Url:http://synaptiks.lunaryorn.de/
+Group:  Hardware/Other
+Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  dbus-1-python
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  fdupes
+BuildRequires:  gettext
+BuildRequires:  kdesdk4-scripts
+BuildRequires:  libXi6-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  python-devel
+BuildRequires:  python-kde4
+BuildRequires:  python-pyudev
+BuildRequires:  python-qt4
+BuildRequires:  python-setuptools
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
+BuildRequires:  upower
+Requires:   dbus-1-python
 Requires:   kdebase4-workspace
+Requires:   python-kde4
+Requires:   python-qt4
+Requires:   pyudev
+Requires:   upower
+Requires:   xorg-x11-driver-input
+Requires:   python-distribute
 %kde4_runtime_requires
+BuildArch:  noarch
 
 %description
-synaptiks is a touchpad management tool for KDE. It provides a simple 
-configuration interface and can automatically switch off your touchpad 
-on keyboard activity or if mouse devices are plugged.
-
-Author:
-
-Sebastian Wiesner
+synaptiks is a touchpad configuration and management tool for KDE. It provides
+a System Settings module to configure both basic and more advanced settings of
+the touchpad. Additionally it comes with a