Commit Graph

702 Commits

Author SHA1 Message Date
Tim Waugh
c69f03bb99 Requires python3-firewall. 2015-02-07 22:46:22 +00:00
Tim Waugh
c8da20d1b2 1.5.5.
- No longer requires gnome-icon-theme (bug #1163928).
- Fixed race condition when fetching devices (bug #1176443).
- Fixed typo preventing retrieve/reprint from working.
- Driver installation fixes.
- Various other fixes.

Resolves: rhbz#1163928 rhbz#1176443
2015-02-06 18:16:02 +00:00
Tim Waugh
adf2fa4d0f 1.5.4.
- Extract hostname from hp:/net/...?hostname= URIs when grouping by
  physical device (bug #1154686).
- Tell user how to retrieve journal entries as root in
  troubleshooter (bug #1157253).
- Codec fix for AuthDialog.get_auth_info (bug #1060453).
- Catch IPPError when writing server settings (bug #1159584).
- Several other fixes.

Resolves: rhbz#1154686 rhbz#1157253 rhbz#1060453 rhbz#1159584
2014-11-04 12:21:02 +00:00
Tim Waugh
2ede1d2d01 1.5.3. 2014-10-17 17:18:04 +01:00
Tim Waugh
a27be9bab3 Fixed Source0 typo. 2014-10-17 17:11:35 +01:00
Tim Waugh
f2e1932ab8 Merge branch 'f20' into f21 2014-10-17 17:09:50 +01:00
Tim Waugh
63fad12f8e 1.4.6. 2014-10-17 17:04:50 +01:00
Tim Waugh
fe90f39d39 Use items() instead of iteritems() with Python 3 dicts (bug #1151457).
Resolves: rhbz#1151457
2014-10-10 17:21:56 +01:00
Tim Waugh
5a973a6243 1.5.2. 2014-10-10 17:05:14 +01:00
Tim Waugh
cbf665aad2 Python3 fixes from upstream. 2014-09-11 17:21:01 +01:00
Tim Waugh
5da49def1d Take the gdk lock before entering gtk_main() (bug #1052203 comment #24).
Resolves: rhbz#1052203
2014-09-06 13:24:51 +01:00
Tim Waugh
810c9a2df7 1.5.1.
Some Python3 fixes (bug #1136470), udev-configure-printer fixes, and a
fix for a D-Bus service hang (bug #1116756).

Resolves: rhbz#1136470 rhbz#1116756
2014-09-02 17:37:03 +01:00
Peter Robinson
33600dd4dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 04:38:34 +00:00
Tim Waugh
46c6855aab Enable hardened build, as the udev part runs with privilege. 2014-08-15 15:41:56 +01:00
Tim Waugh
a2dc13a806 Explicitly use /usr/bin/python3 in udev-add-printer (bug #1126149).
Resolves: rhbz#1126149
2014-08-03 15:03:10 +01:00
Tim Waugh
6ac8a8dc7a More python3 dependency changes.
- pygobject3-base -> python3-gobject
- pycairo -> python3-cairo
2014-07-25 15:18:36 +01:00
Tim Waugh
696036c742 The applet is now in its own sub-package. 2014-07-24 15:24:54 +01:00
Tim Waugh
d2bbe950c8 Also require python3 bindings for pycurl (bug #1121177).
Resolves: rhbz#1121177
2014-07-20 19:48:52 +01:00
Tim Waugh
41e12160a3 Fixed copy-and-paste error. 2014-07-19 16:13:57 +01:00
Tim Waugh
557be80bfb Require python3 bindings for cups and dbus (bug #1121177).
Resolves: rhbz#1121177
2014-07-19 14:40:49 +01:00
Tim Waugh
e68db36db3 1.5.0 (now Python3). 2014-07-17 12:42:20 +01:00
Tim Waugh
3bbd32f984 Merge branch 'f20' into f21 2014-07-14 11:14:41 +01:00
Tim Waugh
885df8883b Fix job retrieval (bug #1119222).
Resolves: rhbz#1119222
2014-07-14 11:08:51 +01:00
Tim Waugh
aa20407706 Merge branch 'f20' into f21 2014-07-11 17:30:21 +01:00
Tim Waugh
e429fbbe82 Handle failure when cups-pk-helper not installed (bug #1118836).
Resolves: rhbz#1118836
2014-07-11 17:29:57 +01:00
Tim Waugh
a801f2cbaf Merge branch 'f20' 2014-07-04 17:19:14 +01:00
Tim Waugh
daf11fd892 1.4.5.
- Some codec fixes (bug #968142, bug #1023968, bug #1094037).
- Traceback fixes (bug #982071, bug #1090479, bug #1105229).
- IPv6 address entry fix (bug #1074245).
- Auth info saving improvement (bug #1089029).
- Use LockButton for fewer auth dialogs (bug #714820).

Resolves: rhbz#968142 rhbz#1023968 rhbz#1094037 rhbz#982071 rhbz#1090479 rhbz#1105229 rhbz#1074245 rhbz#1089029 rhbz#714820
2014-07-04 17:15:55 +01:00
Dennis Gilmore
2731485c62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 02:59:11 -05:00
Jiri Popelka
e985b85178 1.4.x requires gtk3 instead of gtk2 (#1099611) 2014-05-22 10:40:44 +02:00
Tim Waugh
cb5a56848d Prevent D-Bus service freezing by disabling openprinting driver downloads (bug #1052203).
Resolves: rhbz#1052203
2014-05-01 13:02:21 +01:00
Jaromír Končický
cdf4ab14dc 1.4.4. 2014-03-12 13:32:28 +01:00
Jiri Popelka
74dfb371fc BuildRequires: pkgconfig(glib-2.0) instead of glib2-devel
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
2014-03-10 13:59:17 +01:00
Tim Waugh
f0718d02c4 Don't override CFLAGS in Makefile.am. 2014-02-28 17:17:14 +00:00
Tim Waugh
1c606e9f5f Include upstream Makefile fixes for udev directories. 2013-12-06 15:31:04 +00:00
Tim Waugh
65688b69af Configure udevhelper directory correctly. 2013-12-06 12:34:02 +00:00
Tim Waugh
2235cbbc47 Use _smp_mflags for consistency's sake (patch from upstream needed). 2013-12-06 11:38:02 +00:00
Tim Waugh
6a55f6117e Use _smp_mflags for consistency's sake. 2013-12-06 10:49:50 +00:00
Tim Waugh
614f23d20c Actually run make in the %build section. 2013-12-05 09:29:49 +00:00
Tim Waugh
7ba9bcbd05 Requires pycairo (bug #1028180).
Resolves: rhbz#1028180
2013-11-08 17:23:58 +00:00
Tim Waugh
1d9c75fafb Reverted last change as it did not fix the problem. 2013-11-08 17:23:47 +00:00
Tim Waugh
341c0b437c Fixed encoding issue (bug #1023968).
Resolves: rhbz#1023968
2013-10-30 17:27:38 +00:00
Tim Waugh
d3ca8545b4 Fixed typo in D-Bus signature decorator (bug #1023449).
Resolves: rhbz#1023449
2013-10-25 16:29:47 +01:00
Tim Waugh
6c0a719c3c 1.4.3. 2013-10-22 17:13:38 +01:00
Tim Waugh
933f06c386 1.4.2. 2013-08-20 11:51:28 +01:00
Dennis Gilmore
50bb6e5065 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 11:26:18 -05:00
Jiri Popelka
a503622c14 Remove unused patches 2013-07-12 15:58:03 +02:00
Tim Waugh
aad68a33e4 Fixed source URL. 2013-07-04 16:30:58 +01:00
Tim Waugh
7b6faad2a1 Fixed misplaced parenthesis (bug #979119).
Resolves: rhbz#979119
2013-07-02 12:57:07 +01:00
Tim Waugh
752fb1e069 Fixed another codec issue (bug #978970).
Resolves: rhbz#978970
2013-07-02 12:54:44 +01:00
Tim Waugh
550894341b Avoid race when renaming printer (bug #975705).
Resolves: rhbz#975705
2013-07-02 12:51:30 +01:00