system-config-printer-vl.spec 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  1. %define pycups_version 1.9.66
  2. %define pysmbc_version 1.0.14.1
  3. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  4. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  5. %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
  6. Summary: A printer administration tool
  7. Summary(ja): プリンタ管理ツール
  8. Name: system-config-printer
  9. Version: 1.5.11
  10. Release: 1%{?_dist_release}
  11. License: GPLv2+
  12. URL: http://cyberelk.net/tim/software/system-config-printer/
  13. Group: System Environment/Base
  14. Source0: https://github.com/zdohnal/system-config-printer/releases/download/%{version}/system-config-printer-%{version}.tar.xz
  15. Patch01: system-config-printer-authdialog.patch
  16. Patch02: 0001-Use-ValueError-instead-of-ImportError-to-catch-excep.patch
  17. Patch03: 0001-Require-proper-version-of-GDK-and-GTK-in-scp-dbus-se.patch
  18. Patch04: 0001-Set-programe-name-for-scp-dbus-service-as-well.patch
  19. Patch05: 0001-require-Gtk-and-Gdk-version-3.0-in-asyncpk1.py.patch
  20. Patch06: 0001-encoding-Modified-to-use-utf-8-in-fdopen.patch
  21. Patch07: 0001-Fallback-to-using-LC_CTYPE-if-LC_MESSAGES-is-empty-a.patch
  22. Patch08: 0001-define-classes-for-Secret-only-when-libsecret-is-ins.patch
  23. Patch09: 0001-Fix-typo-in-debugprint-call-https-github.com-zdohnal.patch
  24. Patch10: 0001-Fix-TypeError-raised-by-debugprint-call.patch
  25. Patch11: 0001-dbus-remove-deprecated-at_console-statement.patch
  26. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  27. BuildRequires: cups-devel >= 1.2
  28. BuildRequires: desktop-file-utils >= 0.2.92
  29. BuildRequires: gettext-devel
  30. BuildRequires: intltool
  31. BuildRequires: libusb1-devel
  32. BuildRequires: pkgconfig(glib-2.0)
  33. BuildRequires: xmlto
  34. BuildRequires: python3-devel
  35. BuildRequires: python3-rpm-macros
  36. BuildRequires: eudev-libudev-devel
  37. Requires: python3-pygobject
  38. Requires: gtk3
  39. Requires: desktop-file-utils >= 0.2.92
  40. Requires: dbus-x11
  41. Requires: dbus-python3
  42. Requires: system-config-printer-libs = %{version}-%{release}
  43. Requires: notification-daemon
  44. Requires: libnotify
  45. Requires: python3-pycairo
  46. #Requires: python3-firewall
  47. Requires: libcanberra-gtk3
  48. Obsoletes: system-config-printer-gui <= 0.6.152
  49. Provides: system-config-printer-gui = 0.6.152
  50. Obsoletes: desktop-printing <= 0.20-7.fc7
  51. Provides: desktop-printing = 0.20-7.fc7
  52. %description
  53. system-config-printer is a graphical user interface that allows
  54. the user to configure a CUPS print server.
  55. %package libs
  56. Summary: Libraries and shared code for printer administration tool
  57. Summary(ja): Libraries and shared code for printer administration tool
  58. Group: System Environment/Base
  59. Requires: python3-cups >= 1.9.60
  60. Requires: python3-pycurl
  61. Requires: gobject-introspection
  62. Requires: python3-pygobject
  63. Requires: gtk3
  64. Requires: dbus-python3
  65. Requires: python3-requests
  66. Suggests: python3-smbc
  67. BuildArch: noarch
  68. Obsoletes: %{name}-libs < 1.3.12-10
  69. %description libs
  70. The common code used by both the graphical and non-graphical parts of
  71. the configuration tool.
  72. %package udev
  73. Summary: Rules for udev for automatic configuration of USB printers
  74. Group: System Environment/Base
  75. Requires: system-config-printer-libs = %{version}-%{release}
  76. Obsoletes: hal-cups-utils <= 0.6.20
  77. Provides: hal-cups-utils = 0.6.20
  78. %description udev
  79. The udev rules and helper programs for automatically configuring USB
  80. printers.
  81. %prep
  82. %setup -q
  83. # all backported from upstream
  84. %patch01 -p1 -b .authdialog
  85. %patch02 -p1 -b .upstream0
  86. %patch03 -p1 -b .upstream1
  87. %patch04 -p1 -b .upstream2
  88. %patch05 -p1 -b .upstream3
  89. %patch06 -p1 -b .upstream4
  90. %patch07 -p1 -b .upstream5
  91. %patch08 -p1 -b .upstream6
  92. %patch09 -p1 -b .upstream7
  93. %patch10 -p1 -b .upstream8
  94. %patch11 -p1 -b .deprecate-at-console
  95. %build
  96. %configure --with-udev-rules
  97. make %{?_smp_mflags}
  98. %install
  99. rm -rf %buildroot
  100. make DESTDIR=%buildroot install \
  101. udevrulesdir=/lib/udev/rules.d \
  102. udevhelperdir=/lib/udev
  103. %{__mkdir_p} %buildroot%{_localstatedir}/run/udev-configure-printer
  104. touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
  105. %find_lang system-config-printer
  106. %clean
  107. rm -rf %buildroot
  108. %files libs -f system-config-printer.lang
  109. %defattr(-,root,root,-)
  110. %license COPYING
  111. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
  112. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
  113. %dir %{_sysconfdir}/cupshelpers
  114. %config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
  115. %{python3_sitelib}/cupshelpers
  116. %{python3_sitelib}/cupshelpers-*.egg-info
  117. %files udev
  118. %defattr(-,root,root,-)
  119. /lib/udev/rules.d/*.rules
  120. /lib/udev/udev-*-printer
  121. %dir %{_localstatedir}/run/udev-configure-printer
  122. %ghost %verify(not md5 size mtime) %config(noreplace,missingok) %attr(0644,root,root) %{_localstatedir}/run/udev-configure-printer/usb-uris
  123. %files
  124. %defattr(-,root,root,-)
  125. %license COPYING
  126. %doc ChangeLog NEWS ABOUT-NLS AUTHORS ChangeLog-OLD
  127. %{_bindir}/%{name}
  128. %{_bindir}/%{name}-applet
  129. %{_bindir}/install-printerdriver
  130. %{_bindir}/scp-dbus-service
  131. %{_datadir}/dbus-1/interfaces/*.xml
  132. %{_datadir}/dbus-1/services/*.service
  133. %dir %{_datadir}/%{name}
  134. %{_datadir}/%{name}/*.py*
  135. %{_datadir}/%{name}/troubleshoot
  136. %{_datadir}/%{name}/icons
  137. %dir %{_datadir}/%{name}/xml
  138. %{_datadir}/%{name}/xml/*.rng
  139. %{_datadir}/%{name}/xml/*.py*
  140. %dir %{_datadir}/%{name}/ui
  141. %{_datadir}/%{name}/ui/*.ui
  142. %{_datadir}/metainfo/system-config-printer.appdata.xml
  143. %{_datadir}/applications/system-config-printer.desktop
  144. %{_sysconfdir}/xdg/autostart/print-applet.desktop
  145. %{_mandir}/man1/*
  146. %changelog
  147. * Thu Apr 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.11-1
  148. - new upstream release.
  149. - made to run with python3.
  150. * Sun Nov 1 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.8-2
  151. - removed R:foomatic.
  152. * Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.8-1
  153. - update to 1.4.8
  154. - add BuildRequires: gnutls-devel
  155. - remove Requires: gnome-python, gnome-python-gnomekeyrin
  156. - add Patch0 (pycups-1.9.66-cups-server-remote-printers.patch)
  157. * Fri Jun 27 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-2
  158. - add Requires: python-pycurl
  159. * Sun Jun 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
  160. - new upstream release
  161. - system-config-printer-1.4.4
  162. - pycups-1.9.66
  163. - pysmbc-1.0.14.1
  164. - change BuildRequires: eudev-libudev-devel instead of libudev-devel
  165. - change BuildRequires: libusb1-devel instead of libusb-devel
  166. - remove Patch2 (system-config-printer-check-device-ids.patch)
  167. - remove Patch3 (system-config-printer-self.printers.patch)
  168. - remove Patch20 (system-config-printer-1.3.2-gettext.patch)
  169. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-4
  170. - rebuild with python-2.7.2
  171. * Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-3
  172. - update patch21 and ja.po
  173. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-2
  174. - add BuildRequires: glib2-devel
  175. * Sat Apr 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1
  176. - new upstream release
  177. - system-config-printer-1.3.2
  178. - pycups-1.9.55
  179. - pysmbc-1.0.10
  180. - drop old patches (1,2,10)
  181. - add Patch2,3 from fedora
  182. - Patch2: Improvements for check-device-ids from upstream.
  183. - Patch3: Fixed traceback in newprinter.py (bug #680683).
  184. - update ja.po
  185. - Patch21: add more ppd translation dictionary
  186. - add BR: epydoc
  187. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.92-1
  188. - new development release (pre1.2)
  189. - system-config-printer-1.1.92
  190. - pycups-1.9.48
  191. - add Patch1,2 from fedora
  192. - Patch1: build without epydoc, remove BR: epydoc
  193. - Patch2: Convert MFG and MDL to lowercase before D-Bus call
  194. to work around bug #566217.
  195. - add BR: python-tools, libudev-devel, libusb-devel
  196. - add R: libxml2-python
  197. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.7-2
  198. - rebuilt with python-2.6.4
  199. * Sat Jun 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.7-1
  200. - new upstream release
  201. - Updated translations.
  202. - Don't abort if the jobviewer couldn't show a notification.
  203. - Don't use setlocale() for locale-independent case conversion.
  204. - Don't assume the notification daemon can show action buttons.
  205. - Use case-insensitive matching for model names.
  206. - HPLIP compatibility fixes.
  207. - Fixed typo in jobviewer keyring support (Ubuntu #343156).
  208. - Added support for https device URIs (bug #478677).
  209. - Prevent traceback in monitor when connection failed (Ubuntu #343387).
  210. - add Patch10: fix infinite loop on adding printer
  211. - add Patch11: do not probe hplip
  212. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
  213. - new upstream release
  214. - system-config-printer 1.1.6
  215. - pycups 1.9.45
  216. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-1
  217. - initial build for Vine Linux
  218. * Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.9-1
  219. - Updated to 1.0.9 for translations.
  220. - Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
  221. * Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-7
  222. - Added patch for pysmbc changes in git to prevent getdents crashing
  223. (bug #465975).
  224. * Thu Oct 16 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-6
  225. - Updated patch for 1.0.x changes:
  226. - Fixed SMB authentication dialog's cancel button (bug #467127).
  227. - Work around samba bug #5805 by sending debug output to stderr
  228. instead of stdout.
  229. * Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-5
  230. - Updated patch for 1.0.x changes:
  231. - Fixed SMB authentication (bug #464003).
  232. * Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-4
  233. - Updated patch for 1.0.x changes:
  234. - Removed unneeded debugging output.
  235. - Don't show the applet in KDE (bug #466945).
  236. - Auth/error dialog improvements for SMB as for IPP (bug #465407).
  237. * Mon Oct 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-3
  238. - Added patch for 1.0.x changes since 1.0.8:
  239. - Don't use a LinkButton for the 'Problems?' button (bug #465407).
  240. - Don't use a separator for the server settings dialog (bug
  241. #465407).
  242. - Don't set non-zero page size for SpinButtons.
  243. - Don't show an error dialog if an IPP operation's authentication
  244. dialog is cancelled by the user, but show an error dialog if the
  245. password was incorrect (bug #465407).
  246. - Set Server Settings... menu entry sensitive depending on whether
  247. we are connected to a server (Ubuntu #280736).
  248. - Lots of translations updated.
  249. * Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-2
  250. - Removed patch (no longer needed).
  251. * Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-1
  252. - 1.0.8:
  253. - Use modelName from custom PPD to suggest name for new printer
  254. (trac #97).
  255. - Avoid display problem with installable options.
  256. - Better matching for Lexmark printers.
  257. - Catch exceptions from advanced server settings dialog (Ubuntu
  258. #267557).
  259. - Added some missing OpenPrinting query fields.
  260. - Jockey support added.
  261. - Lots of translations updated.
  262. * Sat Aug 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-2
  263. - Handle IPP_FORBIDDEN (bug #460670).
  264. * Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-1
  265. - 1.0.7:
  266. - Efficiency improvements.
  267. - Small UI improvements for the New Printer dialog.
  268. - Other small fixes.
  269. * Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com>
  270. - Updated pysmbc to 1.0.5.
  271. - Updated pycups to 1.9.42.
  272. * Tue Aug 26 2008 Tim Waugh <twaugh@redhat.com> 1.0.6-1
  273. - Requires gnome-python2-gnome (bug #460021).
  274. - 1.0.6:
  275. - More delete-event fixes.
  276. - Fixed temporary file leak.
  277. - Fixed dialog leaks.
  278. - Small UI improvements for the New Printer dialog.
  279. - Other small fixes.
  280. * Thu Aug 14 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-3
  281. - Include other fixes from upstream including:
  282. - OpenPrinting API change (trac #74).
  283. - libnotify API change for 'closed' signal.
  284. - Notification for job authentication (trac #91).
  285. - Glade delete-event fixes (trac #88).
  286. - Pre-fill username in job authentication dialog (trac #87).
  287. * Wed Aug 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-2
  288. - Handle HTTP_FORBIDDEN.
  289. * Mon Aug 11 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-1
  290. - 1.0.5.
  291. - Updated pycups to 1.9.41.
  292. * Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.4-1
  293. - 1.0.4.
  294. - Applied upstream patch for pycups to fix getPrinterAttributes when
  295. requested_attributes is specified.
  296. * Tue Jul 8 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-2
  297. - Better debugging for pysmbc.
  298. * Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-1
  299. - Updated pycups to 1.9.40.
  300. - 1.0.3.
  301. * Fri Jun 20 2008 Tim Waugh <twaugh@redhat.com>
  302. - Updated pysmbc to 1.0.4.
  303. * Tue Jun 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.2-1
  304. - 1.0.2.
  305. * Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
  306. - Updated pysmbc to 1.0.3.
  307. - 1.0.1 (bug #450119).
  308. * Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>
  309. - Requires notify-python (bug #450139).
  310. * Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-3
  311. - Applied patches from upstream (bug #450120).
  312. * Tue Jun 3 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-2
  313. - Applied patches from upstream (bug #449753).
  314. * Thu May 29 2008 Tim Waugh <twaugh@redhat.com>
  315. - Updated pycups to 1.9.39.
  316. - Updated libs summary.
  317. * Tue May 27 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-1
  318. - 1.0.0.
  319. * Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-2
  320. - Fixed small UI problem in SMB browser.
  321. * Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-1
  322. - 0.9.93.
  323. * Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.92-1
  324. - 0.9.92.
  325. * Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-3
  326. - Sync to trunk.
  327. - Updated pysmbc to 1.0.2.
  328. * Sun May 18 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-2
  329. - Fixed icon search path.
  330. * Fri May 16 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-1
  331. - No longer requires system-install-packages (bug #444645).
  332. - Added pysmbc. Build requires libsmbclient-devel.
  333. - Don't install consolehelper bits any more as they are no longer needed.
  334. - 0.9.91:
  335. - User interface overhaul, part 2.
  336. * Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.9.90-1
  337. - Updated pycups to 1.9.38.
  338. - 0.9.90:
  339. - User interface overhaul, part 1.
  340. * Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.2-1
  341. - 0.7.82.2:
  342. - Various bug fixes.
  343. - Translation updates.
  344. * Mon Mar 17 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-3
  345. - Updated pycups to 1.9.37.
  346. - More fixes from upstream.
  347. * Wed Mar 5 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-2
  348. - Updated pycups to 1.9.36.
  349. - Some fixes from upstream.
  350. * Mon Mar 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-1
  351. - Requires /usr/bin/system-install-packages not pirut (bug #435622).
  352. - 0.7.82.1:
  353. - More trouble-shooting improvements.
  354. - applet: notify user about failed jobs (bug #168370).
  355. * Tue Feb 19 2008 Tim Waugh <twaugh@redhat.com> 0.7.82-1
  356. - Updated to pycups-1.9.35.
  357. - 0.7.82:
  358. - More trouble-shooting improvements.
  359. * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.7.81-1
  360. - 0.7.81:
  361. - Trouble-shooting improvements and other minor fixes.
  362. * Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-2
  363. - Rebuild for GCC 4.3.
  364. * Mon Feb 4 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-1
  365. - Updated to pycups-1.9.34.
  366. - 0.7.80:
  367. - Trouble-shooting support.
  368. * Fri Jan 25 2008 Tim Waugh <twaugh@redhat.com> 0.7.79-1
  369. - 0.7.79.
  370. * Wed Jan 23 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-5
  371. - Updated to pycups-1.9.33.
  372. * Wed Jan 16 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-4
  373. - Use config-util from new usermode (bug #428406).
  374. * Thu Dec 20 2007 Tim Waugh <twaugh@redhat.com>
  375. - Requires notification-daemon (Ubuntu #176929).
  376. - Requires gnome-python2 for theme support (Ubuntu #176929).
  377. - Requires gnome-icon-theme for printer icon (Ubuntu #176929).
  378. * Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
  379. - Install Python egg-info file.
  380. - Updated pycups to 1.9.32.
  381. * Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
  382. - pycups: Applied patch from SVN to allow fetching printer attributes by URI.
  383. - Sync to SVN 1748.
  384. * Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
  385. - pycups: Fix job-sheets-default attribute.
  386. - Updated pycups to 1.9.31.
  387. - 0.7.78.
  388. * Wed Nov 21 2007 Tim Waugh <twaugh@redhat.com>
  389. - Applied patch to pycups to avoid reading uninitialised
  390. memory (bug #390431).
  391. * Mon Nov 19 2007 Tim Waugh <twaugh@redhat.com>
  392. - Updated pycups to 1.9.30.
  393. * Tue Oct 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.77-1
  394. - 0.7.77:
  395. - Tooltips for the button bar buttons (bug #335601).
  396. * Mon Oct 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.76-1
  397. - 0.7.76.
  398. * Thu Oct 4 2007 Tim Waugh <twaugh@redhat.com> 0.7.75-1
  399. - 0.7.75.
  400. * Wed Oct 3 2007 Tim Waugh <twaugh@redhat.com>
  401. - No need to run update-desktop-database because there are no MimeKey
  402. lines in the desktop files.
  403. - Consistent macro style.
  404. * Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.4-1
  405. - Changed PreReq to Requires.
  406. - Mark console.apps file as a config file.
  407. - Mark pam file as a config file (not replaceable).
  408. - No need to ship empty NEWS file.
  409. - Give cupsd.py executable permissions to satisfy rpmlint.
  410. - Provides system-config-printer-gui.
  411. - Mark D-Bus configuration file as a config file.
  412. - Fixed libs summary.
  413. - Better buildroot tag.
  414. - Better defattr.
  415. - Preserve timestamps on explicitly install files.
  416. - Make example pycups program non-executable.
  417. - 0.7.74.4:
  418. - Updated translations.
  419. - Several small bugs fixed.
  420. * Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.3-1
  421. - 0.7.74.3:
  422. - Updated translations.
  423. - Other small bug fixes.
  424. * Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-3
  425. - Pull in SVN patch from stable branch for foomatic recommended
  426. drivers (bug #292021).
  427. * Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-2
  428. - Pull in SVN patch from stable branch for 'Allow printing from
  429. the Internet' check-box (bug #221003).
  430. * Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-1
  431. - Updated pycups to 1.9.27.
  432. - 0.7.74.2:
  433. - When a class is removed on the server, remove it from the UI.
  434. - When deleting a printer, select the default printer again.
  435. - Select newly-copied printer.
  436. - Updated translation (fi).
  437. - Better --help message.
  438. - Use strcoll to sort manufacturer names.
  439. - Avoid duplicate 'recommended' marks.
  440. - Remove duplicate device URIs.
  441. - Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
  442. * Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
  443. - Updated pycups to 1.9.26.
  444. - Build requires epydoc. Ship HTML documentation.
  445. * Fri Sep 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.1-1
  446. - 0.7.74.1:
  447. - Updated Polish translation (bug #263001).
  448. - Don't select the default printer after changes to another printer have
  449. been made.
  450. - Always construct URI from input fields when changing device (bug #281551).
  451. - Avoid busy-cursor traceback when window is not yet displayed.
  452. * Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.74-1
  453. - Updated pycups to 1.9.25.
  454. - 0.7.74:
  455. - Fixed New Class dialog.
  456. - UI fixes.
  457. * Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com>
  458. - More specific license tag.
  459. * Fri Aug 24 2007 Tim Waugh <twaugh@redhat.com> 0.7.73-1
  460. - 0.7.73.
  461. * Fri Aug 10 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-2
  462. - Ship the applet's desktop file.
  463. * Wed Aug 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-1
  464. - 0.7.72:
  465. - Fixed my-default-printer traceback.
  466. - Improvements to New Printer wizard (Till Kamppeter).
  467. * Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.71-1
  468. - 0.7.71:
  469. - Don't discard make/model-matched devices when there are ID-matched
  470. devices (Till Kamppeter).
  471. - Fixed fallback if no text-only driver is available (Till Kamppeter).
  472. - Initialise the make/model list when an ID match failed (Till Kamppeter).
  473. - Better error-handling in default-print application (Ubuntu #129901).
  474. - UI tweak in admin tool (Ubuntu #128263).
  475. - Handle socket: URIs (Ubuntu #127074).
  476. * Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-2
  477. - Obsoletes/provides desktop-printing.
  478. * Mon Jul 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-1
  479. - Requires pirut for system-install-packages.
  480. - 0.7.70:
  481. - Increased GetReady->NewPrinter timeout.
  482. - More binary names mapped to package named.
  483. - Run system-install-packages to install missing drivers (bug #246726).
  484. - Less debug output.
  485. - Desktop file fixes for KDE (bug #247299).
  486. * Thu Jun 28 2007 Tim Waugh <twaugh@redhat.com> 0.7.69-1
  487. - No longer requires PyXML (bug #233146).
  488. - Moved applet to main package.
  489. - 0.7.69:
  490. - Use HardwareSettings category for my-default-printer desktop
  491. file (bug #244935).
  492. - Removed unused code.
  493. - Filter PPDs by natural language (bug #244173).
  494. * Mon Jun 25 2007 Tim Waugh <twaugh@redhat.com>
  495. - The applet requires dbus-x11 (Ubuntu #119570).
  496. * Fri Jun 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.68-1
  497. - 0.7.68:
  498. - Fixed the notification bubbles.
  499. - Ship my-default-printer utility.
  500. * Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.67-1
  501. - Don't put TrayIcon or SystemSetup categories in the desktop file.
  502. - Updated pycups to 1.9.24.
  503. - 0.7.67:
  504. - Fixed desktop files to have capital letters at the start of each
  505. word in the Name field (bug #242859).
  506. - Fixed crash when saving unapplied changes.
  507. - Fixed Device ID parser to always split the CMD field at commas.
  508. - New PPDs class means we no longer parse the foomatic XML database.
  509. * Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
  510. - 0.7.66:
  511. - Allow job-hold-until to be set (bug #239776).
  512. - Implement new printer notifications.
  513. * Tue May 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.65-1
  514. - Build requires xmlto.
  515. - Updated to pycups-1.9.22.
  516. - 0.7.65:
  517. - Use urllib for quoting/unquoting (Val Henson, Ubuntu #105022).
  518. - Added kn translation.
  519. - Better permissions on non-scripts.
  520. - Added man pages.
  521. - Applet: status feedback.
  522. - Applet: fixed relative time descriptions.
  523. - Applet: limit refresh frequency.
  524. * Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.63.1-1
  525. - 0.7.63.1:
  526. - Small applet fixes.
  527. * Thu Apr 5 2007 Tim Waugh <twaugh@redhat.com> 0.7.63-1
  528. - 0.7.63:
  529. - Translation updates.
  530. - Checked in missing file.
  531. * Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com>
  532. - Updated to pycups-1.9.20 for printer-state-reasons fix.
  533. * Mon Apr 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.62-1
  534. - 0.7.62:
  535. - Use standard icon for admin tool desktop file.
  536. - Fixed env path in Python scripts.
  537. - Applet: stop running when the session ends.
  538. - Prevent a traceback in the SMB browser (bug #225351).
  539. - 'Manage print jobs' desktop file.
  540. * Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.61-1
  541. - 0.7.61:
  542. - Fixed retrieval of SMB authentication details (bug #203539).
  543. * Tue Mar 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.60-1
  544. - Updated to pycups-1.9.19.
  545. - Avoid %%makeinstall.
  546. - 0.7.60:
  547. - Handle reconnection failure.
  548. - New applet name.
  549. * Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 0.7.59-1
  550. - 0.7.59:
  551. - Fixed a translatable string.
  552. - Set a window icon (bug #233899).
  553. - Handle failure to start the D-Bus service.
  554. - Ellipsize the document and printer named (bug #233899).
  555. - Removed the status bar (bug #233899).
  556. - Added an icon pop-up menu for 'Hide' (bug #233899).
  557. * Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.57-1
  558. - Added URL tag.
  559. - 0.7.57:
  560. - Prevent traceback when removing temporary file (Ubuntu #92914).
  561. - Added print applet.
  562. * Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
  563. - Updated to pycups-1.9.18.
  564. * Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-1
  565. - 0.7.56:
  566. - Parse Boolean strings correctly in job options.
  567. - Small command-set list/string fix (bug #230665).
  568. - Handle hostname look-up failures.
  569. - Updated filter-to-driver map.
  570. - Don't parse printers.conf (bug #231826).
  571. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
  572. - 0.7.55:
  573. - Use converted value for job option widgets.
  574. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.54-1
  575. - 0.7.54:
  576. - Removed debugging code.
  577. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.53-1
  578. - No longer requires rhpl (since 0.7.53).
  579. - 0.7.53:
  580. - Use gettext instead of rhpl.translate.
  581. - Better layout for PPD options.
  582. - Added scrollbars to main printer list (bug #229453).
  583. - Set maximum width of default printer label (bug #229453).
  584. - Handle applying changes correctly when switching to another
  585. printer (bug #229378).
  586. - Don't crash when failing to fetch the PPD (bug #229406).
  587. - Make the text entry boxes sensitive but not editable for remote
  588. printers (bug #229381).
  589. - Better job options screen layout (bug #222272).
  590. * Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 0.7.52-1
  591. - 0.7.52:
  592. - Sort models using cups.modelSort before scanning for a close
  593. match (bug #228505).
  594. - Fixed matching logic (bug #228505).
  595. * Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.51-1
  596. - 0.7.51:
  597. - Prevent display glitch in job options list when clicking on a printer
  598. repeatedly.
  599. - List conflicting PPD options, and embolden the relevant tab
  600. labels (bug #226368).
  601. - Fixed typo in 'set default' handling that caused a traceback (bug #227936).
  602. - Handle interactive search a little better (bug #227935).
  603. * Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.50-1
  604. - 0.7.50:
  605. - Fixed hex digits list (bug #223770).
  606. - Added bs translation.
  607. - Don't put the ellipsis in the real device URI (bug #227643).
  608. - Don't check for existing drivers for complex command lines (bug #225104).
  609. - Allow floating point job options (bug #224651).
  610. - Prevent shared/published confusion (bug #225081).
  611. - Fixed PPD page size setting.
  612. - Avoid os.remove exception (bug #226703).
  613. - Handle unknown job options (bug #225538).
  614. * Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.49-1
  615. - 0.7.49:
  616. - Fixed a traceback in the driver check code.
  617. - Fixed a typo in the conflicts message.
  618. - Handle InputSlot/ManualFeed specially because libcups does (bug #222490).
  619. * Mon Jan 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.48-1
  620. - 0.7.48:
  621. - Updated translations.
  622. * Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 0.7.47-1
  623. - 0.7.47:
  624. - Fixed minor text bugs (bug #177433).
  625. - Handle shell builtins in the driver check (bug #222413).
  626. * Mon Jan 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.46-1
  627. - 0.7.46:
  628. - Fixed page size problem (bug #221702).
  629. - Added 'ro' to ALL_LINGUAS.
  630. * Wed Jan 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.45-1
  631. - Updated to pycups-1.9.17.
  632. - 0.7.45:
  633. - Fixed traceback in driver check.
  634. * Tue Jan 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.44-1
  635. - 0.7.44:
  636. - Fixed traceback in error display (bug #220136).
  637. - Preserve case in model string when dumping debug output.
  638. * Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
  639. - 0.7.43:
  640. - Don't check against IEEE 1284 DES field at all.
  641. - Merged device matching code (bug #219518).
  642. - Catch non-fatal errors when auto-matching device.
  643. - Fixed driver checking bug involving pipelines (bug #220347).
  644. - Show PPD errors (bug #220136).
  645. * Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1
  646. - 0.7.42:
  647. - Fixed typo in command set matching code.
  648. - Case-insensitive matching when Device ID not known to database.
  649. * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
  650. - build against python 2.5
  651. * Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
  652. - Updated pycups to 1.9.16.
  653. - 0.7.41:
  654. - Reconnect smoothly after uploading new configuration.
  655. - Update lpoptions when setting default printer if it conflicts with
  656. the new setting (bug #217395).
  657. - Fixed typo in show_HTTP_Error (bug #217537).
  658. - Don't pre-select make and model when not discoverable for chosen
  659. device (bug #217518).
  660. - Set Forward button sensitive on Device screen in new-printer
  661. dialog (bug #217515).
  662. - Keep Server Settings selected after applying changes if it was selected
  663. before.
  664. - Set Connecting dialog transient for main window.
  665. - Center Connecting dialog on parent.
  666. - Optional 'reason' argument for cupshelpers.Printer.setEnabled.
  667. - Describe devices that have no optional parameters.
  668. * Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
  669. - Provide pycups feature.
  670. * Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.40-1
  671. - 0.7.40:
  672. - Removed username:password from hint string because we add that in
  673. afterwards.
  674. - Don't set button widths in create-printer dialog (bug #217025).
  675. * Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.39-1
  676. - 0.7.39:
  677. - Busy cursor while loading foomatic and PPD list (bug #215527).
  678. - Make PPD NickName selectable.
  679. - Added SMB hint label on device screen (bug #212759).
  680. * Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com> 0.7.38-1
  681. - Updated pycups to 1.9.15.
  682. - 0.7.38:
  683. - Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
  684. * Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.37-1
  685. - 0.7.37:
  686. - Allow cancellation of test pages (bug #215054).
  687. * Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 0.7.36-1
  688. - 0.7.36:
  689. - Match against commandset (bug #214181).
  690. - Parse 'ieee1284' foomatic autodetect entries (bug #214761).
  691. - Don't remove foomatic PPDs from the list (bug #197331).
  692. * Tue Nov 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.35-1
  693. - 0.7.35.
  694. * Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
  695. - Updated to pycups-1.9.14 (bug #213136).
  696. * Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
  697. - Update desktop database (bug #213249).
  698. * Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com>
  699. - Build requires Python 2.4.
  700. * Mon Oct 2 2006 Tim Waugh <twaugh@redhat.com> 0.7.32-1
  701. - Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
  702. - 0.7.32:
  703. - Handle HTTP errors during connection (bug #208824).
  704. - Updated translations (bug #208873).
  705. * Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.31-1
  706. - 0.7.31:
  707. - Select recommended driver automatically (bug #208606).
  708. - Better visibility of driver list (bug #203907).
  709. * Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.30-1
  710. - 0.7.30:
  711. - Translations fixed properly (bug #206622).
  712. - Button widths corrected (bug #208556).
  713. * Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.28-1
  714. - 0.7.28. Translations fixed (bug #206622).
  715. * Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.27-1
  716. - Build requires intltool.
  717. - 0.7.27.
  718. * Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.26-1
  719. - 0.7.26. Fixes bug # 203149.
  720. * Mon Aug 14 2006 Florian Festi <ffesti@redhat.com> 0.7.25-1
  721. - 0.7.25. (bug #202060)
  722. * Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com>
  723. - Fixed description (bug #202189).
  724. * Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.24-1
  725. - 0.7.24.
  726. * Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 0.7.23-1
  727. - 0.7.23. Fixes bug #197866.
  728. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.22-1.1
  729. - rebuild
  730. * Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.22-1
  731. - 0.7.22.
  732. * Wed Jul 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.21-1
  733. - Updated to pycups-1.9.12.
  734. - 0.7.21.
  735. * Mon Jul 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.20-1
  736. - 0.7.20.
  737. * Fri Jun 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.19-1
  738. - 0.7.19.
  739. - Remove foomatic pickle file post-install.
  740. * Tue Jun 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.18-1
  741. - 0.7.18.
  742. - Ship translations with libs subpackage.
  743. * Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.17-1
  744. - 0.7.17.
  745. * Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.16-1
  746. - 0.7.16, now with SMB browser.
  747. * Thu Jun 22 2006 Tim Waugh <twaugh@redhat.com> 0.7.15-1
  748. - 0.7.15.
  749. - Build requires gettext-devel.
  750. - Ship translations.
  751. * Tue Jun 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.14-1
  752. - 0.7.14.
  753. * Mon Jun 19 2006 Tim Waugh <twaugh@redhat.com> 0.7.13-1
  754. - 0.7.13.
  755. * Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 0.7.12-1
  756. - 0.7.12.
  757. * Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-3
  758. - Fix libs dependency.
  759. * Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-2
  760. - Moved the gtk_html2pango module to the libs package (needed by
  761. foomatic.py).
  762. * Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-1
  763. - Split out system-config-printer-libs.
  764. - Updated to system-config-printer-0.7.11.
  765. * Sat May 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-2
  766. - Requires gobject2 (bug #192764).
  767. * Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-1
  768. - Require foomatic (bug #192764).
  769. - Updated to system-config-printer-0.7.10.
  770. * Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 0.7.9-1
  771. - Updated to pycups-1.9.11.
  772. - Updated to system-config-printer-0.7.9.
  773. * Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.8-1
  774. - Updated to pycups-1.9.10.
  775. - Updated to system-config-printer-0.7.8.
  776. * Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
  777. - Fix pycups segfault.
  778. * Fri May 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-2
  779. - Ship PAM and userhelper files.
  780. - Requires usermode.
  781. - Added missing options.py file.
  782. - Fix getClasses() in pycups.
  783. * Thu May 4 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-1
  784. - Updated to system-config-printer-0.7.7.
  785. - Updated to pycups-1.9.9.
  786. - Desktop file.
  787. - Requires PyXML.
  788. * Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
  789. - Make it actually run.
  790. * Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
  791. - Build requires CUPS 1.2.
  792. * Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.5-1
  793. - Updated to pycups-1.9.8. No longer need threads patch.
  794. - Updated to system-config-printer-0.7.5.
  795. * Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
  796. - Updated to pycups-1.9.7.
  797. * Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-2
  798. - Obsoletes: system-config-printer-gui <= 0.6.152
  799. * Wed Apr 12 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-1
  800. - Updated to system-config-printer-0.7.4.
  801. * Fri Apr 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.3-1
  802. - Added threads patch from pycups CVS.
  803. - Updated to system-config-printer-0.7.3.
  804. * Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
  805. - Updated to pycups-1.9.6.
  806. * Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com>
  807. - Updated to pycups-1.9.5.
  808. * Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com>
  809. - Package the actual system-config-printer command.
  810. * Thu Mar 16 2006 Tim Waugh <twaugh@redhat.com> 0.7.1-1
  811. - Include s-c-printer tarball.
  812. - Updated to pycups-1.9.4.
  813. * Wed Mar 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.0-1
  814. - Initial spec file.