rpms/system-config-printer/devel system-config-printer-1.1.10.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.202, 1.203 sources, 1.208, 1.209 system-config-printer.spec, 1.268, 1.269 upstream-key.gpg, 1.2, 1.3 system-config-printer-arrows.patch, 1.1, NONE system-config-printer-bug507489.patch, 1.1, NONE system-config-printer-gutenprint.patch, 1.1, NONE system-config-printer-https.patch, 1.1, NONE system-config-printer-incorrect-auth.patch, 1.1, NONE system-config-printer-ipp-nonfatal-exception.patch, 1.1, NONE system-config-printer-nmblookup-failure.patch, 1.1, NONE system-config-printer-packagekit.patch, 1.1, NONE system-config-printer-properties-cancel.patch, 1.1, NONE system-config-printer-remote-location-field.patch, 1.1, NONE system-config-printer-stopped-jobs.patch, 1.1, NONE

Tim Waugh twaugh at fedoraproject.org
Wed Jul 22 14:25:20 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15591

Modified Files:
	.cvsignore sources system-config-printer.spec upstream-key.gpg 
Added Files:
	system-config-printer-1.1.10.tar.bz2.sig 
Removed Files:
	system-config-printer-arrows.patch 
	system-config-printer-bug507489.patch 
	system-config-printer-gutenprint.patch 
	system-config-printer-https.patch 
	system-config-printer-incorrect-auth.patch 
	system-config-printer-ipp-nonfatal-exception.patch 
	system-config-printer-nmblookup-failure.patch 
	system-config-printer-packagekit.patch 
	system-config-printer-properties-cancel.patch 
	system-config-printer-remote-location-field.patch 
	system-config-printer-stopped-jobs.patch 
Log Message:
* Wed Jul 22 2009 Tim Waugh <twaugh at redhat.com> 1.1.10-1
- 1.1.10:
  - New udev rules for adding/enabling/disabling USB printers
    automatically.
  - Now uses gnome-packagekit utility to install packages
    instead of the D-Bus API.
  - Fixed detection of stopped jobs with CUPS 1.4.
  - Fixed tracebacks when adding a new printer and when receiving
    IPP notifications.
  - Fixed 'location' field for printers added on remote CUPS servers.
  - Fixed handling of incorrect authentication.
  - Some UI and troubleshooter fixes have been made.



--- NEW FILE system-config-printer-1.1.10.tar.bz2.sig ---
ˆ?
Лç’к“åƒ

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/.cvsignore,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -p -r1.202 -r1.203
--- .cvsignore	18 Jun 2009 16:46:35 -0000	1.202
+++ .cvsignore	22 Jul 2009 14:25:18 -0000	1.203
@@ -201,3 +201,4 @@ system-config-printer-1.1.6.tar.bz2
 system-config-printer-1.1.7.tar.bz2
 pycups-1.9.46.tar.bz2
 system-config-printer-1.1.8.tar.bz2
+system-config-printer-1.1.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/sources,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -p -r1.208 -r1.209
--- sources	18 Jun 2009 16:46:35 -0000	1.208
+++ sources	22 Jul 2009 14:25:19 -0000	1.209
@@ -1,3 +1,3 @@
 ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
 895d4170542ec80c74d41746a9474409  pycups-1.9.46.tar.bz2
-fa520cbf9cd86dc6fa8becd872bbbfa9  system-config-printer-1.1.8.tar.bz2
+18d7455f832a9bc5b72d15e5e38913cd  system-config-printer-1.1.10.tar.bz2


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -p -r1.268 -r1.269
--- system-config-printer.spec	6 Jul 2009 14:46:19 -0000	1.268
+++ system-config-printer.spec	22 Jul 2009 14:25:19 -0000	1.269
@@ -6,25 +6,14 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.1.8
-Release: 6%{?dist}
+Version: 1.1.10
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
 Source0: http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-%{version}.tar.bz2
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
-Patch1: system-config-printer-bug507489.patch
-Patch2: system-config-printer-ipp-nonfatal-exception.patch
-Patch3: system-config-printer-https.patch
-Patch4: system-config-printer-remote-location-field.patch
-Patch5: system-config-printer-nmblookup-failure.patch
-Patch6: system-config-printer-properties-cancel.patch
-Patch7: system-config-printer-incorrect-auth.patch
-Patch8: system-config-printer-packagekit.patch
-Patch9: system-config-printer-stopped-jobs.patch
-Patch10: system-config-printer-gutenprint.patch
-Patch11: system-config-printer-arrows.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -32,6 +21,7 @@ BuildRequires: libsmbclient-devel >= 3.2
 BuildRequires: desktop-file-utils >= 0.2.92
 BuildRequires: gettext-devel
 BuildRequires: intltool
+BuildRequires: libusb-devel, libudev-devel
 BuildRequires: xmlto
 BuildRequires: epydoc
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -73,22 +63,22 @@ Provides: pysmbc = %{pysmbc_version}
 The common code used by both the graphical and non-graphical parts of
 the configuration tool.
 
+%package udev
+Summary: Rules for udev for automatic configuration of USB printers
+Group: System Environment/Base
+Requires: system-config-printer-libs = %{version}-%{release}
+Obsoletes: hal-cups-utils <= 0.6.20
+Provides: hal-cups-utils = 0.6.20
+
+%description udev
+The udev rules and helper programs for automatically configuring USB
+printers.
+
 %prep
 %setup -q -a 1 -a 2
-%patch1 -p1 -b .bug507489
-%patch2 -p1 -b .ipp-nonfatal-exception
-%patch3 -p1 -b .https
-%patch4 -p1 -b .remote-location-field
-%patch5 -p1 -b .nmblookup-failure
-%patch6 -p1 -b .properties-cancel
-%patch7 -p1 -b .incorrect-auth
-%patch8 -p1 -b .packagekit
-%patch9 -p1 -b .stopped-jobs
-%patch10 -p1 -b .gutenprint
-%patch11 -p1 -b .arrows
 
 %build
-%configure
+%configure --with-udev-rules
 
 pushd pycups-%{pycups_version}
 make
@@ -133,6 +123,11 @@ rm -rf %buildroot
 %{python_sitelib}/cupshelpers/ppds.py*
 %{python_sitelib}/*.egg-info
 
+%files udev
+%defattr(-,root,root,-)
+%{_sysconfdir}/udev/rules.d/*.rules
+/lib/udev/*
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README
@@ -188,6 +183,19 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Wed Jul 22 2009 Tim Waugh <twaugh at redhat.com> 1.1.10-1
+- 1.1.10:
+  - New udev rules for adding/enabling/disabling USB printers
+    automatically.
+  - Now uses gnome-packagekit utility to install packages
+    instead of the D-Bus API.
+  - Fixed detection of stopped jobs with CUPS 1.4.
+  - Fixed tracebacks when adding a new printer and when receiving
+    IPP notifications.
+  - Fixed 'location' field for printers added on remote CUPS servers.
+  - Fixed handling of incorrect authentication.
+  - Some UI and troubleshooter fixes have been made.
+
 * Mon Jul  6 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-6
 - Requires gnome-packagekit for gpk-install-package-name.
 


Index: upstream-key.gpg
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/upstream-key.gpg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- upstream-key.gpg	9 Aug 2007 14:19:31 -0000	1.2
+++ upstream-key.gpg	22 Jul 2009 14:25:19 -0000	1.3
@@ -1,36 +1,36 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.7 (GNU/Linux)
+Version: GnuPG v1.4.9 (GNU/Linux)
 
-mQGiBEa5fNcRBACJCPsz2q0hj0p5pJABzMKTb4r5lko0upe6ZYOQ2NFZw61upKzI
-uFanlwDVi3MaEHIGf8hsYr82GxTFUc+O2DFskKwEuZ3O4Q50qqkHAnMLZ2VFKXyF
-VJRPUrezpiXifbRjdV3ED0ikc7+ANArUStqbaIvjM3zJOo5GuEcO7AAPiwCgofNk
-1DG1GNH8cBxqGQoEPYrm/pkD/1e7OsMk50XXTQd77hZW1ViIQK8P4tkj65FWBgNg
-d5PyXNqGfOcskn+iVbx9cGsTgAbfP5IVlnxCmf3QE2rLelJtX++aCUmM4irDclTv
-9hn5UQf1QPqvwHFr+h6FHAg8WjHhdORc8hDlWMntmAArjmqFY4FcF/DZMzddZNgf
-jklwA/0aOef82dkwMbgmtLMcx1m0QTSBV04x2z3UIuBLdG9klhzTSCzr0EbtoSWe
-8JN5LdZr//BDJV5elyEWuiQP5uMhXkrVWCZlt3hJ8zvncO/1gnPQPzRty3IuoAyO
-j4uIWLupjdHVqqBDhJEmc+MvjRgQvUkdt07PEm5ehaRxaB36I7QdVGltIFdhdWdo
-IDx0d2F1Z2hAcmVkaGF0LmNvbT6IZgQTEQIAJgUCRrl9JAIbAwUJA8JnAAYLCQgH
-AwIEFQIIAwQWAgMBAh4BAheAAAoJEGklkaMet5kjzfYAoIjd5Y/5+BKxYMXndh4a
-54MVmEXoAJ0f1pdb+zMVcCMs/lyB2oF/+nMWwYhGBBARAgAGBQJGuX11AAoJEO3n
-xuaBAwm9DF0AnAnBbra0+WvYa1TLgdIA/ME9r/NNAJ9hXtoFm8s/rAw3YUM79wK1
-8P1RIrQcVGltIFdhdWdoIDx0aW1AY3liZXJlbGsubmV0PohmBBMRAgAmBQJGuXzX
-AhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQaSWRox63mSPQowCg
-jEKmAQght3t/7JVPX6H29kZyqFYAni3DbBuKULwKMuL71PA556bVbdsMiEYEEBEC
-AAYFAka5fXUACgkQ7efG5oEDCb3VrwCfft0SMdCYReiyNoazvWmVvfPk1hgAn2JH
-1pdBUCMeMVrxbIBfngNM6Me0uQINBEa5fNcQCACqm3SBctiw150XfY5AWUFPwmJB
-xX2YTG867RiuaXntFCdERybikjmgNVVlCRudufdqs2bqeqY+oFvS3TMz7SOQmSwv
-QJbEx7WrR7RWU9l0UWMPmiOZ6ZMZjwl2qArvR28RME+n2ooFjuOV3xzb1f4itbo0
-KDshdhoXvcr93z7+vSMjAGLwrLButh1BwbadSAFyIkIyguakKak+vY5kcBPbYUh6
-AnLKWZJF/UNzC6gU4fqc1kLM7RbPLO8oXMgghqcEDK7AVQoXD13xXL6+oDCtwv1u
-zZ6HTYK4l7Dcnpr9nQALF/yepD0xqpRcAA5GFrElFxdVoF24kRKy56+eOOkTAAMG
-B/9npM+/tnF49zw4onQjqEtie1lxDKZAgOmbu34aaH0udF8n37XQdmd4z7M2/Jf8
-qFBqeO01MfYmuAfZ9esM+Sneh3/Nvmi5++kz7IKS4V6EE4DndLZW+hnO09i498Fe
-dwEkhsxpU3YqB9IL6iNjKjQgYtfYBlDJvBwtlgUzKK80toAH6XPA6j/SBjJM6vZb
-P1XpZajWbkvhKzYfqXtjXZ2dqIGbtSW8uJr1Ighr9ZYQvK0r6XkhZBoUorteQUS4
-IrweKXRGnUeOHuUXr8d7rzsufSP6ZNhQQvwG80vr8V4Z++8YKpfyv8uOwAc3GK/u
-9O+CLk4lvD4SBCVoZaSCv/9aiE8EGBECAA8FAka5fNcCGwwFCQPCZwAACgkQaSWR
-ox63mSPTcgCfUiOr+XPLLhqJEQLQHp+Y8FvU7voAnRQuODX6A2Siap8Aw09esWVq
-L7PW
-=wzDO
+mQGiBEpnDbARBADRsKGwS54yxqAoniGaI8X+saG4ezdZ1OmPr9f7L4PugzjjL7qR
+p9O7hj+RZNVM7QR9nPUFTawBTfWQisyS8/a3xiBbQxlhW8uuORhM2gTkVGGlGbCc
+jH+RT0T8t/75m6n2IXKATqugrMH60NXreQQuCKWgCrT6TroMldlVQpBaFwCgx/s0
+1KlfCY42Er0YA/DDpMgTYhUEAI0PgOpD6C8ncEpqvSYSs1qyvRsrpp86M/nyi+pm
+15+7IZhlXE53gXeSLT+dTutvVQtbXbf2DwJmAKdjQw1Y4esjxwH1bPYnPnTlIlZ6
+CHQbYO0n6u2pDnSF8sxi3ene6BSuL7NvKpejwXqLEQFGjaop5eAdDs6YvHNU3Yev
+os0UA/4t9TstI4laLwvCqZ7npwsNxT/1sXa5F09d26oTSZlJwSEmGe6+tOqAbDYn
+1mrCajNt40pGPBKXhE2UNJIBrrWSjZCAp4LSmj6KCEXs35fpmUhUp54V79cC4AI/
+rezLlZIB6l4Dey1is5bkw1yOsBT6Qf4lGJHkggyUfW/ymGZfqbQdVGltIFdhdWdo
+IDx0d2F1Z2hAcmVkaGF0LmNvbT6IZgQTEQIAJgUCSmcOPwIbAwUJA8JnAAYLCQgH
+AwIEFQIIAwQWAgMBAh4BAheAAAoJEAS0Gn2aStrXYHMAoLxVaLxFP6P6rRlQtla+
+NO1KSkMBAJ9jNppMaAf2pHi1b9CoD4f4MEvOS4hGBBARAgAGBQJKZxDHAAoJEO3n
+xuaBAwm91N0AoJROznoZyHKXRxgzLyXemIA4TYMAAJ9Y9HdZOenEMw9HMg36guZK
+dBIVLLQcVGltIFdhdWdoIDx0aW1AY3liZXJlbGsubmV0PohmBBMRAgAmBQJKZw2w
+AhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQBLQafZpK2tet4gCf
+VKhWbUJAcIlNpWpYD0kYgGty/ucAoIfsKq9FNBPw9pQPaDnxbKDyserxiEYEEBEC
+AAYFAkpnEMcACgkQ7efG5oEDCb0RvACePTmfisPxeKkGo6QoA42MFH5wtPIAn329
+9ur6BKDz/QrKVT13CxRoKosLuQINBEpnDbAQCACCZaJHH6EctIyz+PYBCzz889PR
+iLAOyKlbrgaR4KhVGBFttKyOJkEk+UvxLUuRkOOY6i6TWbT3qNUnZT6QkftGulal
+8MAtBf2xnJXEsyKgPkRkeDAx3uvMBfrW0wgxcFw9K6E+p8x76bFFD+FtrduDRfxk
+2jDwJgyYubnM3+nPZzZXfuFnxSRYjJcoAq4O61YdH8O79TElEGqTwd/BHeIexEf2
+BkBAscE4GCmGXTYCsLByY8sGD13U7OO3Kk4ul4FgI/mzM25zgqqhbAObjsIwJqE+
+6MXqkkylmo+noTe3zlfNdnR1xkmYUCfUc4+WeFyziHRiXMkt5OYY5wDW5WGnAAMF
+B/4gvjt8SXekSxgdFCuEOQ0J2YM4DElQkaf+Tggbr9F3hnsWfJ49gEipCWEhKPt2
+ks4kDexO/Cn6SI7SQUPiNUWylm80G1Dd+xaQ9qrN1KTsReACXOCKoRgz64MooSOj
+Qs8YIGI/ejLzPkn6mUEmFRHssd4jmmSCbF99AmVh6Z4VnkKLTG+z3KQUymF0ng5b
+AAcwTOJhlAR7xrBJGfhnRUTIaNtD+UnBsoxApeUJie2lc84Pc10p56TGomkEy3Ib
+se1kk4w3mZ8kkR57voh/PovSl/8NyPmv81oVHbJnGLKAVku4XT0IBQOBdDKeRKHB
+tlPLsK9KFx2LxhtAmQN4C/j5iE8EGBECAA8FAkpnDbACGwwFCQPCZwAACgkQBLQa
+fZpK2teQogCgg68475moQ7dh/HIUHRNJKZJfmoQAoIw92pM7V5VYMpz9kW+701Fu
+JofS
+=vrpj
 -----END PGP PUBLIC KEY BLOCK-----


--- system-config-printer-arrows.patch DELETED ---


--- system-config-printer-bug507489.patch DELETED ---


--- system-config-printer-gutenprint.patch DELETED ---


--- system-config-printer-https.patch DELETED ---


--- system-config-printer-incorrect-auth.patch DELETED ---


--- system-config-printer-ipp-nonfatal-exception.patch DELETED ---


--- system-config-printer-nmblookup-failure.patch DELETED ---


--- system-config-printer-packagekit.patch DELETED ---


--- system-config-printer-properties-cancel.patch DELETED ---


--- system-config-printer-remote-location-field.patch DELETED ---


--- system-config-printer-stopped-jobs.patch DELETED ---




More information about the fedora-extras-commits mailing list