system-config-printer-vl.spec 33 KB

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