]> git.pld-linux.org Git - packages/upower.git/commitdiff
- revert; broken differently
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Mar 2013 14:56:17 +0000 (15:56 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Mar 2013 14:56:17 +0000 (15:56 +0100)
upower-fixes.patch [deleted file]
upower.spec

diff --git a/upower-fixes.patch b/upower-fixes.patch
deleted file mode 100644 (file)
index 58794c9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN upower-0.9.20.org/src/linux/up-device-lg-unifying.c upower-0.9.20/src/linux/up-device-lg-unifying.c
---- upower-0.9.20.org/src/linux/up-device-lg-unifying.c        2013-03-20 13:42:58.000000000 +0100
-+++ upower-0.9.20/src/linux/up-device-lg-unifying.c    2013-03-20 15:45:03.731346809 +0100
-@@ -627,7 +627,7 @@
-       for (entry = hidraw_list; entry; entry = entry->next) {
-               hidraw = entry->data;
--              if (!g_strcmp0 (g_udev_device_get_sysfs_attr (hidraw, "device"),
-+              if (!g_strcmp0 (g_udev_device_get_sysfs_path(g_udev_device_get_parent(hidraw)),
-                               parent_sysfs_path))
-                       receiver = hidraw;
-               else
index 107937e87c861a3b2da4eab53d4b2ebfda06f904..6ed50cfeefc379bb4922de0f49ca4e678c1193d3 100644 (file)
@@ -7,7 +7,6 @@ License:        GPL v2+
 Group:         Libraries
 Source0:       http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
 # Source0-md5: f175984d142dc8d2353a7da609836b69
-Patch0:                %{name}-fixes.patch
 URL:           http://upower.freedesktop.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.11
@@ -102,7 +101,6 @@ Dokumentacja API UPower.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gtkdocize}
This page took 0.074645 seconds and 4 git commands to generate.