system-config-printer-vl.spec 33 KB

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