packages: system-config-printer/system-config-printer.spec, system-config-p...

baggins baggins at pld-linux.org
Sat Jun 2 18:00:58 CEST 2012


Author: baggins                      Date: Sat Jun  2 16:00:57 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- udev_get_sys_path is deprecated and has been removed in udev 183

---- Files affected:
packages/system-config-printer:
   system-config-printer.spec (1.61 -> 1.62) , udev-deprecated.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/system-config-printer/system-config-printer.spec
diff -u packages/system-config-printer/system-config-printer.spec:1.61 packages/system-config-printer/system-config-printer.spec:1.62
--- packages/system-config-printer/system-config-printer.spec:1.61	Sat Jun  2 12:58:13 2012
+++ packages/system-config-printer/system-config-printer.spec	Sat Jun  2 18:00:52 2012
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8):	Graficzny interfejs do zarządzania drukarkami
 Name:		system-config-printer
 Version:	1.3.9
-Release:	3
+Release:	4
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}.tar.xz
 # Source0-md5:	df424f127eede63965608e5ec5e27519
 Patch0:		pyc.patch
+Patch1:		udev-deprecated.patch
 URL:		http://cyberelk.net/tim/software/system-config-printer/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -75,6 +76,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
@@ -205,6 +207,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2012/06/02 16:00:52  baggins
+- rel 4
+- udev_get_sys_path is deprecated and has been removed in udev 183
+
 Revision 1.61  2012/06/02 10:58:13  arekm
 - release 3
 

================================================================
Index: packages/system-config-printer/udev-deprecated.patch
diff -u /dev/null packages/system-config-printer/udev-deprecated.patch:1.1
--- /dev/null	Sat Jun  2 18:00:58 2012
+++ packages/system-config-printer/udev-deprecated.patch	Sat Jun  2 18:00:52 2012
@@ -0,0 +1,11 @@
+--- system-config-printer-1.3.9/udev/udev-configure-printer.c~	2011-10-26 14:14:20.000000000 +0200
++++ system-config-printer-1.3.9/udev/udev-configure-printer.c	2012-06-02 17:58:49.649600371 +0200
+@@ -500,7 +500,7 @@
+       *dest = '\0';
+     }
+ 
+-  sys = udev_get_sys_path (udev);
++  sys = "/sys";
+   syslen = strlen (sys);
+   devpathlen = strlen (devpath);
+   syspath = malloc (syslen + devpathlen + 1);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/system-config-printer/system-config-printer.spec?r1=1.61&r2=1.62



More information about the pld-cvs-commit mailing list