On 11/04/2011 06:59 AM, Olivier Cédric wrote: > Hello, > > I am Fedora packager of josm. > (https://admin.fedoraproject.org/updates/josm) > > I saw you have recently add some other project source code in svn. > According to Fedora policies, I must package all other project in other > package. So I have made another package for svgsalamander. > (https://admin.fedoraproject.org/updates/svgsalamander) > > But with svn revision 4550, some source code modification has been > applied : > > +++ josm/src/com/kitfox/svg/TransformableElement.java > @@ -53,6 +54,11 @@ > { > super(id, parent); > } > + > + public AffineTransform getXForm() > + { > + return xform; > + } > /* > public void loaderStartElement(SVGLoaderHelper helper, Attributes > attrs, SVGElement parent) > { > > It is a problem for me. If this new method is required, why don't ask > svgsalamander upstream project to add it ? > > Regards, > Cédric Olivier (cquad)
Hi Cédric, I think it simply didn't occur to us so far. Go ahead and request inclusion in upstream! Isn't it possible to add the method for the svgsalamander Fedora package? Alternatively, you could provide a workaround, so we no longer need to patch the library. (E.g. it should be possible to override the access modifier using reflection.) Paul _______________________________________________ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev