system-config-printer-vl.spec 32 KB

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