system-config-printer-vl.spec 32 KB

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