I have upreved system-config-printer tarball from 1.0.12 to 1.0.13 which
contained fix to
bugster bug 6781384. The primary fix is essential defining accessible
relation in glade files
as described here,
http://blogs.sun.com/gheet/entry/accessible_relation_how_to_specify
The patch here is simply updating the base spec file.
Index: ChangeLog
===================================================================
--- ChangeLog (revision 17291)
+++ ChangeLog (working copy)
@@ -1,3 +1,8 @@
+2009-01-29 Ghee Teo <ghee.teo at sun.com>
+
+ Fixes bugster 6781384 a11y bug.
+ * base-specs/system-config-printer.spec:
+
2009-01-29 Nial Power - <niall.power at sun.com>
* patches/gnome-panel-01-default-setup-indiana.spec: Set fit
and rotate
Index: base-specs/system-config-printer.spec
===================================================================
--- base-specs/system-config-printer.spec (revision 17291)
+++ base-specs/system-config-printer.spec (working copy)
@@ -16,7 +16,7 @@
Name: system-config-printer
License: GPL V2
Group: Development/Languages/Python
-Version: 1.0.12
+Version: 1.0.13
Release: 1
Distribution: Java Desktop System
Vendor: Sun Microsystems, Inc.
@@ -29,8 +29,6 @@
Patch3: system-config-printer-03-app-path.diff
#owner:gheet date:2006-11-03 type:branding bugster:6780731
Patch4: system-config-printer-04-remove-fedora-specific.diff
-#owner:fujiwara date:2008-12-12 type:feature bugster:6783984 bugid:122,124
-Patch5: system-config-printer-05-g11n-textdomain.diff
URL: http://cyberelk.net/tim/software/%{name}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Docdir: %{_defaultdocdir}/doc
@@ -60,7 +58,6 @@
%patch02 -p0
%patch03 -p0
%patch04 -p1
-%patch05 -p1
%build
intltoolize --force --copy
@@ -103,6 +100,8 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 19 2009 - ghee.teo at sun.com
+- Bump tarball to 1.0.13. Removed upteram l10n patch.
* Mon Dec 15 2008 - takao.fujiwara at sun.com
- Add l10n tarball.
* Fri Dec 12 2008 - takao.fujiwara at sun.com