Author: glen Date: Sun Jun 10 15:50:53 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix .py path for applet as well
---- Files affected: packages/system-config-printer: pyc.patch (1.1 -> 1.2) , system-config-printer.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: packages/system-config-printer/pyc.patch diff -u packages/system-config-printer/pyc.patch:1.1 packages/system-config-printer/pyc.patch:1.2 --- packages/system-config-printer/pyc.patch:1.1 Sat Mar 3 18:27:23 2012 +++ packages/system-config-printer/pyc.patch Sun Jun 10 17:50:48 2012 @@ -5,3 +5,10 @@ prefix=@prefix@ -exec @datarootdir@/@PACKAGE@/system-config-printer.py "$@" +exec python @datarootdir@/@PACKAGE@/system-config-printer.pyc "$@" +--- system-config-printer-1.3.9/system-config-printer-applet.in~ 2011-08-15 13:23:51.000000000 +0300 ++++ system-config-printer-1.3.9/system-config-printer-applet.in 2012-06-10 18:49:06.490638868 +0300 +@@ -1,3 +1,3 @@ + #!/bin/sh + prefix=@prefix@ +-exec @datarootdir@/@PACKAGE@/applet.py "$@" ++exec python @datarootdir@/@PACKAGE@/applet.pyc "$@" ================================================================ Index: packages/system-config-printer/system-config-printer.spec diff -u packages/system-config-printer/system-config-printer.spec:1.62 packages/system-config-printer/system-config-printer.spec:1.63 --- packages/system-config-printer/system-config-printer.spec:1.62 Sat Jun 2 18:00:52 2012 +++ packages/system-config-printer/system-config-printer.spec Sun Jun 10 17:50:48 2012 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Graficzny interfejs do zarzÄ…dzania drukarkami Name: system-config-printer Version: 1.3.9 -Release: 4 +Release: 5 License: GPL v2+ Group: X11/Applications Source0: http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}.tar.xz @@ -207,6 +207,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2012/06/10 15:50:48 glen +- fix .py path for applet as well + 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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/system-config-printer/pyc.patch?r1=1.1&r2=1.2 http://cvs.pld-linux.org/packages/system-config-printer/system-config-printer.spec?r1=1.62&r2=1.63 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
