system-config-printer-vl.spec 32 KB

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