Hello community,

here is the log from the commit of package cups-pk-helper for openSUSE:Factory
checked in at Wed Jul 6 10:13:48 CEST 2011.



--------
--- cups-pk-helper/cups-pk-helper.changes       2011-06-17 08:35:26.000000000 
+0200
+++ /mounts/work_src_done/STABLE/cups-pk-helper/cups-pk-helper.changes  
2011-07-05 14:16:48.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jul  5 14:12:44 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.1.3:
+  + Allow file request with NULL filename, to add raw printers.
+  + Modernize build system a bit.
+  + Updated translations.
+- Stop using a custom libexecdir, and keep the standard one.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  cups-pk-helper-0.1.2.tar.bz2

New:
----
  cups-pk-helper-0.1.3.tar.bz2

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

Other differences:
------------------
++++++ cups-pk-helper.spec ++++++
--- /var/tmp/diff_new_pack.63p1Iw/_old  2011-07-06 10:12:54.000000000 +0200
+++ /var/tmp/diff_new_pack.63p1Iw/_new  2011-07-06 10:12:54.000000000 +0200
@@ -21,11 +21,11 @@
 Name:           cups-pk-helper
 License:        GPLv2+
 Group:          Hardware/Printing
-Version:        0.1.2
-Release:        3
+Version:        0.1.3
+Release:        1
 Summary:        PolicyKit helper to configure cups with fine-grained privileges
-Url:            http://www.vuntz.net/download/cups-pk-helper/
-Source0:        
http://www.vuntz.net/download/cups-pk-helper/%{name}-%{version}.tar.bz2
+Url:            http://www.freedesktop.org/software/cups-pk-helper/releases/
+Source0:        
http://www.freedesktop.org/software/cups-pk-helper/releases/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cups-devel
 # For directory ownership
@@ -47,7 +47,7 @@
 %setup -q
 
 %build
-%configure --libexecdir=%{_libdir}/cups-pk-helper
+%configure
 %__make %{?jobs:-j%jobs}
 
 %install
@@ -55,13 +55,13 @@
 %find_lang %{name}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_sysconfdir}/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
-%{_libdir}/cups-pk-helper
+%{_libexecdir}/cups-pk-helper-mechanism
 %{_datadir}/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
 %{_datadir}/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
 

++++++ cups-pk-helper-0.1.2.tar.bz2 -> cups-pk-helper-0.1.3.tar.bz2 ++++++
++++ 19521 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/cups-pk-helper-0.1.2/NEWS new/cups-pk-helper-0.1.3/NEWS
--- old/cups-pk-helper-0.1.2/NEWS       2011-03-22 20:14:35.000000000 +0100
+++ new/cups-pk-helper-0.1.3/NEWS       2011-07-05 14:06:13.000000000 +0200
@@ -1,4 +1,12 @@
 =============
+Version 0.1.3
+=============
+
++ Allow file request with NULL filename, to add raw printers. (Marek Kašík)
++ Modernize build system a bit. (Vincent)
++ New/udpated translations: eo, id, pl, sl, uk.
+
+=============
 Version 0.1.2
 =============
 
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/cups-pk-helper-0.1.2/config.h.in new/cups-pk-helper-0.1.3/config.h.in
--- old/cups-pk-helper-0.1.2/config.h.in        2011-03-22 20:15:28.000000000 
+0100
+++ new/cups-pk-helper-0.1.3/config.h.in        2011-07-05 14:06:32.000000000 
+0200
@@ -21,9 +21,6 @@
 /* Define to 1 if you have the `dcgettext' function. */
 #undef HAVE_DCGETTEXT
 
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #undef HAVE_GETTEXT
 
@@ -60,13 +57,6 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#undef LT_OBJDIR
-
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
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/cups-pk-helper-0.1.2/configure.ac new/cups-pk-helper-0.1.3/configure.ac
--- old/cups-pk-helper-0.1.2/configure.ac       2011-01-13 13:13:53.000000000 
+0100
+++ new/cups-pk-helper-0.1.3/configure.ac       2011-06-14 14:56:42.000000000 
+0200
@@ -1,32 +1,26 @@
-AC_INIT([cups-pk-helper], [0.1.2],
+AC_INIT([cups-pk-helper], [0.1.3],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper])
 AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 
-AM_MAINTAINER_MODE
-GNOME_MAINTAINER_MODE_DEFINES
-
 # Standard C stuff
 AC_PROG_CC
-AC_ISC_POSIX
-AC_HEADER_STDC
-AC_PROG_LIBTOOL
-AM_PROG_CC_C_O
 
 # Additional programs that we need
 AC_PATH_PROG(GLIB_GENMARSHAL, [glib-genmarshal])
 
 # Internationalisation
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.40.6])
 GETTEXT_PACKAGE=cups-pk-helper
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext 
package to be used])
 AM_GLIB_GNU_GETTEXT
 
 # Compiler Warnings
-GNOME_COMPILE_WARNINGS(maximum)
+GNOME_COMPILE_WARNINGS([maximum])
+GNOME_MAINTAINER_MODE_DEFINES
 
 AC_ARG_ENABLE(deprecation_flags,
               [AC_HELP_STRING([--enable-deprecation-flags],
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/cups-pk-helper-0.1.2/po/LINGUAS new/cups-pk-helper-0.1.3/po/LINGUAS
--- old/cups-pk-helper-0.1.2/po/LINGUAS 2011-03-22 20:07:14.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/LINGUAS 2011-07-05 14:01:18.000000000 +0200
@@ -1,9 +1,12 @@
 # please keep this list sorted alphabetically
 cs
 de
+eo
 fr
 hu
+id
 it
 pl
+sl
 tr
 uk
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/cups-pk-helper-0.1.2/po/eo.po new/cups-pk-helper-0.1.3/po/eo.po
--- old/cups-pk-helper-0.1.2/po/eo.po   1970-01-01 01:00:00.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/eo.po   2011-07-05 13:58:20.000000000 +0200
@@ -0,0 +1,117 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+#   <kristjan.schm...@googlemail.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: cups-pk-helper\n"
+"Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-06-17 17:50+0000\n"
+"Last-Translator: kristjan <kristjan.schm...@googlemail.com>\n"
+"Language-Team: Esperanto 
(http://www.transifex.net/projects/p/freedesktop/team/eo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:1
+msgid "Add/Remove/Edit a class"
+msgstr "Aldoni/Forigi/Redakti klason"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:2
+msgid "Add/Remove/Edit a local printer"
+msgstr "Aldoni/Forigi/Redakti lokan presilon"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:3
+msgid "Add/Remove/Edit a printer"
+msgstr "Aldoni/Forigi/Redakti presilon"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:4
+msgid "Add/Remove/Edit a remote printer"
+msgstr "Aldoni/Forigi/Redakti foran presilon"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr "Ŝanĝi presil-agordojn"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+msgid "Enable/Disable a printer"
+msgstr "Enŝalti/Elŝalti presilon"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+msgid "Get list of available devices"
+msgstr "Akiri liston de disponeblaj presiloj"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+msgid "Get/Set server settings"
+msgstr "Akiri/Agordi servil-agordoj"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+msgid "Privileges are required to add/remove/edit a class."
+msgstr "Privilegioj estas nepre por aldoni/forigi/redakti klason."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+msgid "Privileges are required to add/remove/edit a local printer."
+msgstr "Privilegioj estas nepre por aldoni/forigi/redakti lokan presilon."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+msgid "Privileges are required to add/remove/edit a printer."
+msgstr "Privilegioj estas nepre por aldoni/forigi/redakti presilon."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+msgid "Privileges are required to add/remove/edit a remote printer."
+msgstr "Privilegioj estas nepre por aldoni/forigi/redakti foran presilon."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+"Privilegioj estas nepre por ŝanĝi presil-agordojn. Tio nur devintus esti "
+"bezonata de la sistem-agordo-panelo de la presilo."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+msgid "Privileges are required to enable/disable a printer, or a class."
+msgstr "Privilegioj estas nepre por enŝalti/elŝalti presilon, aŭ klason."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+msgid "Privileges are required to get list of available devices."
+msgstr "Privilegioj estas nepre por akiri liston de disponeblaj aparatoj."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+msgid "Privileges are required to get/set server settings."
+msgstr "Privilegioj estas nepre por akiri/agordi servil-agordojn."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+msgid ""
+"Privileges are required to restart/cancel/edit a job owned by another user."
+msgstr ""
+"Privilegioj estas nepre por restarti/nuligi/redakti taskon posedante de alia"
+" uzanto."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+msgid "Privileges are required to restart/cancel/edit a job."
+msgstr "Privilegioj estas nepre por restarti/nuligi/redakti taskon."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+msgid ""
+"Privileges are required to set a printer, or a class, as default printer."
+msgstr ""
+"Privilegioj estas nepre por agordi presilon, aŭ klason, al defaŭlta presilo."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+msgid "Restart/Cancel/Edit a job"
+msgstr "Restarti/Nuligi/Redakti taskon"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
+msgid "Restart/Cancel/Edit a job owned by another user"
+msgstr "Restarti/Nuligi/Redakti taskon posedante al alia uzanto"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
+msgid "Set a printer as default printer"
+msgstr "Agordi presilon al defaŭlta presilo"
+
+
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/cups-pk-helper-0.1.2/po/hu.po new/cups-pk-helper-0.1.3/po/hu.po
--- old/cups-pk-helper-0.1.2/po/hu.po   2011-03-22 20:02:28.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/hu.po   2011-07-05 13:57:50.000000000 +0200
@@ -1,14 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
+# kelemeng <kelem...@gnome.hu>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: cups-pk-helper\n"
 "Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
-"POT-Creation-Date: 2010-12-20 18:33+0100\n"
-"PO-Revision-Date: 2011-03-22 15:19+0000\n"
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-03-23 00:10+0000\n"
 "Last-Translator: kelemeng <kelem...@gnome.hu>\n"
 "Language-Team: Hungarian <opensc...@googlegroups.com>\n"
 "MIME-Version: 1.0\n"
@@ -34,86 +34,98 @@
 msgstr "Távoli nyomtató hozzáadása/eltávolítása/szerkesztése"
 
 #: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
 msgid "Enable/Disable a printer"
 msgstr "Nyomtató engedélyezése/letiltása"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
 msgid "Get list of available devices"
 msgstr "Elérhető eszközök listájának lekérése"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
 msgid "Get/Set server settings"
 msgstr "Kiszolgálóbeállítások lekérése/megadása"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
 msgid "Privileges are required to add/remove/edit a class."
 msgstr ""
 "Osztály hozzáadásához/eltávolításához/szerkesztéséhez jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
 msgid "Privileges are required to add/remove/edit a local printer."
 msgstr ""
 "Helyi nyomtató hozzáadásához/eltávolításához/szerkesztéséhez jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
 msgid "Privileges are required to add/remove/edit a printer."
 msgstr ""
 "Nyomtató hozzáadásához/eltávolításához/szerkesztéséhez jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
 msgid "Privileges are required to add/remove/edit a remote printer."
 msgstr ""
 "Távoli nyomtató hozzáadásához/eltávolításához/szerkesztéséhez jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
 msgid "Privileges are required to enable/disable a printer, or a class."
 msgstr ""
 "Nyomtató vagy osztály engedélyezéséhez/letiltásához jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
 msgid "Privileges are required to get list of available devices."
 msgstr ""
 "Az elérhető eszközök listájának lekéréséhez jogosultságok szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
 msgid "Privileges are required to get/set server settings."
 msgstr ""
 "A kiszolgáló beállításainak lekéréséhez/beállításához jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
 msgid ""
 "Privileges are required to restart/cancel/edit a job owned by another user."
 msgstr ""
 "Másik felhasználó feladatának "
 "újraindításához/megszakításához/szerkesztéséhez jogosultságok szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
 msgid "Privileges are required to restart/cancel/edit a job."
 msgstr ""
 "A feladat újraindításához/megszakításához/szerkesztéséhez jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
 msgid ""
 "Privileges are required to set a printer, or a class, as default printer."
 msgstr ""
 "Nyomtató vagy osztály alapértelmezettként való beállításához jogosultságok "
 "szükségesek."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
 msgid "Restart/Cancel/Edit a job"
 msgstr "Feladat újraindítása/megszakítása/szerkesztése"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
 msgid "Restart/Cancel/Edit a job owned by another user"
 msgstr "Másik felhasználó feladatának újraindítása/megszakítása/szerkesztése"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
 msgid "Set a printer as default printer"
 msgstr "Nyomtató beállítása alapértelmezettként"
+
+
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/cups-pk-helper-0.1.2/po/id.po new/cups-pk-helper-0.1.3/po/id.po
--- old/cups-pk-helper-0.1.2/po/id.po   1970-01-01 01:00:00.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/id.po   2011-07-05 13:58:07.000000000 +0200
@@ -0,0 +1,128 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Andika Triwidada <and...@gmail.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: cups-pk-helper\n"
+"Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-05-15 14:41+0000\n"
+"Last-Translator: andika <and...@gmail.com>\n"
+"Language-Team: Indonesian 
(http://www.transifex.net/projects/p/freedesktop/team/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:1
+msgid "Add/Remove/Edit a class"
+msgstr "Tambah/hapus/sunting suatu kelas"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:2
+msgid "Add/Remove/Edit a local printer"
+msgstr "Tambah/hapus/sunting pencetak lokal"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:3
+msgid "Add/Remove/Edit a printer"
+msgstr "Tambah/hapus/sunting suatu pencetak"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:4
+msgid "Add/Remove/Edit a remote printer"
+msgstr "Tambah/hapus/sunting pencetak jauh"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr "Ubah pengaturan pencetak"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+msgid "Enable/Disable a printer"
+msgstr "Aktifkan/matikan suatu pencetak"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+msgid "Get list of available devices"
+msgstr "Ambil daftar perangkat tersedia"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+msgid "Get/Set server settings"
+msgstr "Baca/tulis pengaturan server"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+msgid "Privileges are required to add/remove/edit a class."
+msgstr ""
+"Diperlukan hak khusus untuk menambah/menghapus/menyunting suatu kelas."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+msgid "Privileges are required to add/remove/edit a local printer."
+msgstr ""
+"Diperlukan hak khusus untuk menambah/menghapus/menyunting sebuah pencetak "
+"lokal."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+msgid "Privileges are required to add/remove/edit a printer."
+msgstr ""
+"Diperlukan hak khusus untuk menambah/menghapus/menyunting sebuah pencetak."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+msgid "Privileges are required to add/remove/edit a remote printer."
+msgstr ""
+"Diperlukan hak khusus untuk menambah/menghapus/menyunting sebuah pencetak "
+"jauh."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+"Diperlukan hak khusus untuk mengubah pengaturan pencetak. Ini mestinya hanya"
+" diperlukan dari Panel pengaturan sistem pencetak."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+msgid "Privileges are required to enable/disable a printer, or a class."
+msgstr ""
+"Diperlukan hak khusus untuk mengaktifkan/mematikan sebuah pencetak atau "
+"suatu kelas."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+msgid "Privileges are required to get list of available devices."
+msgstr "Diperlukan hak khusus untuk mendapat daftar perangkat yang tersedia."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+msgid "Privileges are required to get/set server settings."
+msgstr "Diperlukan hak khusus untuk membaca/menulis pengaturan server."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+msgid ""
+"Privileges are required to restart/cancel/edit a job owned by another user."
+msgstr ""
+"Diperlukan hak khusus untuk memulai ulang/membatalkan/menyunting suatu tugas"
+" yang dimiliki oleh pengguna lain."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+msgid "Privileges are required to restart/cancel/edit a job."
+msgstr ""
+"Diperlukan hak khusus untuk memulai ulang/membatalkan/menyunting suatu "
+"tugas."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+msgid ""
+"Privileges are required to set a printer, or a class, as default printer."
+msgstr ""
+"Diperlukan hak khusus untuk mengatur agar suatu pencetak atau sebuah kelas "
+"menjadi pencetak bawaan."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+msgid "Restart/Cancel/Edit a job"
+msgstr "Mulai ulang/batalkan/sunting suatu tugas"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
+msgid "Restart/Cancel/Edit a job owned by another user"
+msgstr "Mulai ulang/batalkan/sunting suatu tugas yang dimiliki pengguna lain"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
+msgid "Set a printer as default printer"
+msgstr "Jadikan suatu pencetak sebagai bawaan"
+
+
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/cups-pk-helper-0.1.2/po/it.po new/cups-pk-helper-0.1.3/po/it.po
--- old/cups-pk-helper-0.1.2/po/it.po   2011-03-22 20:03:39.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/it.po   2011-07-05 13:57:35.000000000 +0200
@@ -1,16 +1,16 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
+# Luca Ferretti <elle....@libero.it>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: cups-pk-helper\n"
 "Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
-"POT-Creation-Date: 2010-12-20 18:33+0100\n"
-"PO-Revision-Date: 2011-03-22 15:19+0000\n"
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-03-23 00:10+0000\n"
 "Last-Translator: ElleUca <elle....@libero.it>\n"
-"Language-Team: Italian <>\n"
+"Language-Team: Italian 
(http://www.transifex.net/projects/p/freedesktop/team/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -34,67 +34,79 @@
 msgstr "Aggiunge/Rimuove/Modifica una stampante remova"
 
 #: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
 msgid "Enable/Disable a printer"
 msgstr "Abilita/Disabilita una stampante"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
 msgid "Get list of available devices"
 msgstr "Ottiene un elenco dei dispositivi disponibili"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
 msgid "Get/Set server settings"
 msgstr "Ottiene/Applica le impostazioni del server"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
 msgid "Privileges are required to add/remove/edit a class."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
 msgid "Privileges are required to add/remove/edit a local printer."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
 msgid "Privileges are required to add/remove/edit a printer."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
 msgid "Privileges are required to add/remove/edit a remote printer."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
 msgid "Privileges are required to enable/disable a printer, or a class."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
 msgid "Privileges are required to get list of available devices."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
 msgid "Privileges are required to get/set server settings."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
 msgid ""
 "Privileges are required to restart/cancel/edit a job owned by another user."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
 msgid "Privileges are required to restart/cancel/edit a job."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
 msgid ""
 "Privileges are required to set a printer, or a class, as default printer."
 msgstr ""
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
 msgid "Restart/Cancel/Edit a job"
 msgstr "Riavvia/Annulla/Modifica un lavoro"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
 msgid "Restart/Cancel/Edit a job owned by another user"
 msgstr "Riavvia/Annulla/Modifica un lavoro posseduto da un altro utente"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
 msgid "Set a printer as default printer"
 msgstr "Imposta una stampante come predefinita"
+
+
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/cups-pk-helper-0.1.2/po/pl.po new/cups-pk-helper-0.1.3/po/pl.po
--- old/cups-pk-helper-0.1.2/po/pl.po   2011-03-22 20:03:10.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/pl.po   2011-07-05 13:57:58.000000000 +0200
@@ -1,16 +1,16 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
+# Piotr Drąg <piotrd...@gmail.com>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: cups-pk-helper\n"
 "Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
-"POT-Creation-Date: 2010-12-20 18:33+0100\n"
-"PO-Revision-Date: 2011-03-22 15:19+0000\n"
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-03-23 20:32+0000\n"
 "Last-Translator: raven <piotrd...@gmail.com>\n"
-"Language-Team: Polish <None>\n"
+"Language-Team: Polish 
(http://www.transifex.net/projects/p/freedesktop/team/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -34,76 +34,90 @@
 msgstr "Dodanie/usunięcie/modyfikacja zdalnej drukarki"
 
 #: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr "Zmiana ustawień drukarki"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
 msgid "Enable/Disable a printer"
 msgstr "Włączenie/wyłączenie drukarki"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
 msgid "Get list of available devices"
 msgstr "Pobranie listy dostępnych urządzeń"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
 msgid "Get/Set server settings"
 msgstr "Pobranie/ustawienie ustawień serwera"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
 msgid "Privileges are required to add/remove/edit a class."
 msgstr "Wymagane są uprawnienia, aby dodać/usunąć/zmodyfikować klasę."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
 msgid "Privileges are required to add/remove/edit a local printer."
 msgstr ""
 "Wymagane są uprawnienia, aby dodać/usunąć/zmodyfikować lokalną drukarkę."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
 msgid "Privileges are required to add/remove/edit a printer."
 msgstr "Wymagane są uprawnienia, aby dodać/usunąć/zmodyfikować drukarkę."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
 msgid "Privileges are required to add/remove/edit a remote printer."
 msgstr ""
 "Wymagane są uprawnienia, aby dodać/usunąć/zmodyfikować zdalną drukarkę."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+"Wymagane są uprawnienia, aby zmienić ustawienia drukarki. Powinno to być "
+"wymagane tylko przez panel Drukarki ustawień systemowych."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
 msgid "Privileges are required to enable/disable a printer, or a class."
 msgstr "Wymagane są uprawnienia, aby włączyć/wyłączyć drukarkę lub klasę."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
 msgid "Privileges are required to get list of available devices."
 msgstr "Wymagane są uprawnienia, aby pobrać listę dostępnych urządzeń."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
 msgid "Privileges are required to get/set server settings."
 msgstr "Wymagane są uprawnienia, aby pobrać/ustawić ustawienia serwera."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
 msgid ""
 "Privileges are required to restart/cancel/edit a job owned by another user."
 msgstr ""
 "Wymagane są uprawnienia, aby uruchomić ponownie/anulować/zmodyfikować "
 "zadanie, którego właścicielem jest inny użytkownik."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
 msgid "Privileges are required to restart/cancel/edit a job."
 msgstr ""
 "Wymagane są uprawnienia, aby uruchomić ponownie/anulować/zmodyfikować "
 "zadanie."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
 msgid ""
 "Privileges are required to set a printer, or a class, as default printer."
 msgstr ""
 "Wymagane są uprawnienia, aby ustawić drukarkę lub klasę jako domyślną."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
 msgid "Restart/Cancel/Edit a job"
 msgstr "Ponowne uruchomienie/anulowanie/modyfikacja zadania"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
 msgid "Restart/Cancel/Edit a job owned by another user"
 msgstr ""
 "Ponowne uruchomienie/anulowanie/modyfikacja zadania, którego właścicielem "
 "jest inny użytkownik."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
 msgid "Set a printer as default printer"
 msgstr "Ustawienie drukarki jako domyślnej"
+
+
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/cups-pk-helper-0.1.2/po/sl.po new/cups-pk-helper-0.1.3/po/sl.po
--- old/cups-pk-helper-0.1.2/po/sl.po   1970-01-01 01:00:00.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/sl.po   2011-07-05 13:58:14.000000000 +0200
@@ -0,0 +1,111 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: cups-pk-helper\n"
+"Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-07-05 11:58+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Slovenian <lugos-...@lugos.si>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || 
n%100==4 ? 2 : 3)\n"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:1
+msgid "Add/Remove/Edit a class"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:2
+msgid "Add/Remove/Edit a local printer"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:3
+msgid "Add/Remove/Edit a printer"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:4
+msgid "Add/Remove/Edit a remote printer"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+msgid "Enable/Disable a printer"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+msgid "Get list of available devices"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+msgid "Get/Set server settings"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+msgid "Privileges are required to add/remove/edit a class."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+msgid "Privileges are required to add/remove/edit a local printer."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+msgid "Privileges are required to add/remove/edit a printer."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+msgid "Privileges are required to add/remove/edit a remote printer."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+msgid "Privileges are required to enable/disable a printer, or a class."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+msgid "Privileges are required to get list of available devices."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+msgid "Privileges are required to get/set server settings."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+msgid ""
+"Privileges are required to restart/cancel/edit a job owned by another user."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+msgid "Privileges are required to restart/cancel/edit a job."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+msgid ""
+"Privileges are required to set a printer, or a class, as default printer."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+msgid "Restart/Cancel/Edit a job"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
+msgid "Restart/Cancel/Edit a job owned by another user"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
+msgid "Set a printer as default printer"
+msgstr ""
+
+
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/cups-pk-helper-0.1.2/po/tr.po new/cups-pk-helper-0.1.3/po/tr.po
--- old/cups-pk-helper-0.1.2/po/tr.po   2011-03-22 20:02:54.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/tr.po   2011-07-05 13:57:42.000000000 +0200
@@ -1,16 +1,16 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
+# ozancaglayan <o...@pardus.org.tr>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: cups-pk-helper\n"
 "Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
-"POT-Creation-Date: 2010-12-20 18:33+0100\n"
-"PO-Revision-Date: 2011-03-22 15:19+0000\n"
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-03-23 00:10+0000\n"
 "Last-Translator: ozancaglayan <o...@pardus.org.tr>\n"
-"Language-Team: Turkish <None>\n"
+"Language-Team: Turkish 
(http://www.transifex.net/projects/p/freedesktop/team/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -34,79 +34,91 @@
 msgstr "Uzak yazıcı ekle/kaldır/düzenle"
 
 #: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
 msgid "Enable/Disable a printer"
 msgstr "Bir yazıcıyı etkinleştir/devre dışı bırak"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
 msgid "Get list of available devices"
 msgstr "Mevcut aygıtların listesini al"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
 msgid "Get/Set server settings"
 msgstr "Sunucu ayarlarını al/değiştir"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
 msgid "Privileges are required to add/remove/edit a class."
 msgstr ""
 "Bir yazıcı sınıfı eklemek, kaldırmak veya düzenlemek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
 msgid "Privileges are required to add/remove/edit a local printer."
 msgstr ""
 "Yerel bir yazıcı eklemek, kaldırmak veya düzenlemek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
 msgid "Privileges are required to add/remove/edit a printer."
 msgstr "Bir yazıcı eklemek, kaldırmak veya düzenlemek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
 msgid "Privileges are required to add/remove/edit a remote printer."
 msgstr "Bir uzak yazıcı eklemek, kaldırmak, düzenlemek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
 msgid "Privileges are required to enable/disable a printer, or a class."
 msgstr ""
 "Bir yazıcıyı veya yazıcı sınıfını etkinleştirmek veya devre dışı bırakmak "
 "için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
 msgid "Privileges are required to get list of available devices."
 msgstr "Mevcut aygıtların listesini almak için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
 msgid "Privileges are required to get/set server settings."
 msgstr ""
 "Sunucu ayarlarına gözatmak veya ayarları değiştirmek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
 msgid ""
 "Privileges are required to restart/cancel/edit a job owned by another user."
 msgstr ""
 "Başka bir kullanıcıya ait yazdırma görevini yeniden başlatmak, iptal etmek "
 "veya değiştirmek için yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
 msgid "Privileges are required to restart/cancel/edit a job."
 msgstr ""
 "Bir yazdırma görevini yeniden başlatmak, iptal etmek veya düzenlemek için "
 "yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
 msgid ""
 "Privileges are required to set a printer, or a class, as default printer."
 msgstr ""
 "Bir yazıcıyı veya yazıcı sınıfını öntanımlı yazıcı olarak ayarlamak için "
 "yetki gerekiyor."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
 msgid "Restart/Cancel/Edit a job"
 msgstr "Bir yazdırma görevini yeniden başlat/iptal et/değiştir"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
 msgid "Restart/Cancel/Edit a job owned by another user"
 msgstr ""
 "Başka bir kullanıcıya ait yazdırma görevini yeniden başlat/iptal et/değiştir"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
 msgid "Set a printer as default printer"
 msgstr "Bir yazıcıyı öntanımlı yazıcı olarak ayarla"
+
+
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/cups-pk-helper-0.1.2/po/uk.po new/cups-pk-helper-0.1.3/po/uk.po
--- old/cups-pk-helper-0.1.2/po/uk.po   2011-03-22 20:02:44.000000000 +0100
+++ new/cups-pk-helper-0.1.3/po/uk.po   2011-07-05 13:57:09.000000000 +0200
@@ -1,14 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
+# Yuri Chornoivan <yurc...@ukr.net>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: cups-pk-helper\n"
 "Report-Msgid-Bugs-To: 
https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper\n";
-"POT-Creation-Date: 2010-12-20 18:33+0100\n"
-"PO-Revision-Date: 2011-03-22 15:19+0000\n"
+"POT-Creation-Date: 2011-03-22 20:04+0100\n"
+"PO-Revision-Date: 2011-05-02 16:43+0000\n"
 "Last-Translator: yurchor <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <trans...@lists.fedoraproject.org>\n"
 "MIME-Version: 1.0\n"
@@ -34,85 +34,99 @@
 msgstr "Додати/Вилучити/Змінити віддалений принтер"
 
 #: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:5
+msgid "Change printer settings"
+msgstr "Змінити параметри принтера"
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
 msgid "Enable/Disable a printer"
 msgstr "Увімкнути/Вимкнути принтер"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:6
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
 msgid "Get list of available devices"
 msgstr "Отримати список доступних пристроїв"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:7
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
 msgid "Get/Set server settings"
 msgstr "Отримати/Встановити параметри сервера"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:8
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
 msgid "Privileges are required to add/remove/edit a class."
 msgstr ""
 "Для додавання, вилучення або зміни класу потрібні відповідні права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:9
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
 msgid "Privileges are required to add/remove/edit a local printer."
 msgstr ""
 "Для додавання, вилучення або зміни локального принтера потрібні відповідні "
 "права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:10
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
 msgid "Privileges are required to add/remove/edit a printer."
 msgstr ""
 "Для додавання, вилучення або зміни принтера потрібні відповідні права "
 "доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:11
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
 msgid "Privileges are required to add/remove/edit a remote printer."
 msgstr ""
 "Для додавання, вилучення або зміни віддаленого принтера потрібні відповідні "
 "права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:12
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+msgid ""
+"Privileges are required to change printer settings. This should only be "
+"needed from the Printers system settings panel."
+msgstr ""
+"Для внесення змін до параметрів принтера потрібні відповідні права доступу. "
+"Набуття прав потрібне лише для панелі «Принтери» «Системних параметрів»."
+
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
 msgid "Privileges are required to enable/disable a printer, or a class."
 msgstr ""
 "Для вмикання або вимикання принтера або класу потрібні відповідні права "
 "доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:13
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
 msgid "Privileges are required to get list of available devices."
 msgstr ""
 "Для отримання списку доступних пристроїв потрібні відповідні права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:14
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
 msgid "Privileges are required to get/set server settings."
 msgstr ""
 "Для отримання або встановлення параметрів сервера потрібні відповідні права "
 "доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:15
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
 msgid ""
 "Privileges are required to restart/cancel/edit a job owned by another user."
 msgstr ""
 "Для перезапуску, скасування або редагування завдання, створеного іншим "
 "користувачем, потрібні відповідні права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:16
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
 msgid "Privileges are required to restart/cancel/edit a job."
 msgstr ""
 "Для перезапуску, скасування або редагування завдання потрібні відповідні "
 "права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:17
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
 msgid ""
 "Privileges are required to set a printer, or a class, as default printer."
 msgstr ""
 "Для того, щоб зробити принтер або клас принтерів типовими, потрібні "
 "відповідні права доступу."
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:18
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
 msgid "Restart/Cancel/Edit a job"
 msgstr "Перезапустити/Скасувати/Змінити завдання"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:19
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:21
 msgid "Restart/Cancel/Edit a job owned by another user"
 msgstr "Перезапустити/Скасувати/Змінити завдання, створене іншим користувачем"
 
-#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:20
+#: ../src/org.opensuse.cupspkhelper.mechanism.policy.in.h:22
 msgid "Set a printer as default printer"
 msgstr "Зробити принтер типовим"
+
+
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/cups-pk-helper-0.1.2/src/cups.c new/cups-pk-helper-0.1.3/src/cups.c
--- old/cups-pk-helper-0.1.2/src/cups.c 2010-09-02 15:13:04.000000000 +0200
+++ new/cups-pk-helper-0.1.3/src/cups.c 2011-07-05 13:53:09.000000000 +0200
@@ -416,7 +416,8 @@
  *     Another reason to not do this ourselves is that it's really slow to
  *     fetch all the PPDs.
  *   + for the PPD filename, we could check that the file exists and is a
- *     regular file (no socket, block device, etc.).
+ *     regular file (no socket, block device, etc.). It can be NULL for raw
+ *     printers.
  *   + for the job sheet, we could check that the value is in the
  *     job-sheets-supported attribute.
  *   + for the policies, we could check that the value is in the
@@ -622,8 +623,13 @@
         const char *resource_char;
 
         resource_char = _cph_cups_get_resource (resource);
-        reply = cupsDoFileRequest (cups->priv->connection, request,
-                                   resource_char, file);
+
+        if (file && file[0] != '\0')
+                reply = cupsDoFileRequest (cups->priv->connection, request,
+                                           resource_char, file);
+        else
+                reply = cupsDoFileRequest (cups->priv->connection, request,
+                                           resource_char, NULL);
 
         return _cph_cups_handle_reply (cups, reply);
 }


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



Remember to have fun...

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

Reply via email to