system-config-printer-vl.spec 32 KB

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