[fedora-java] FindBugs 2.0.2 update coming to F19/F20

puntogil at libero.it puntogil at libero.it
Tue Nov 19 22:07:57 UTC 2013


Il 19/11/2013 22:17, Richard Fearn ha scritto:
> Hi all,
>
> This is just a quick heads-up to let you know that I am updating
> FindBugs to 2.0.2 in F19 and F20.
>
> A few dependencies have also been updated:
>
> * jFormatString has been updated, but only FindBugs depends on it.
>
> * findbugs-bcel has been updated to a snapshot of the BCEL trunk.
>
> * jsr-305 has been updated by a couple of Subversion revisions. I
> don't believe the changes will have any effect on dependent packages.
>
> Excluding packages that depend on jsr-305, packages that I think could
> be affected are:
>
> * gradle
> * truezip
>
> TrueZIP looks like it just has a build-time dependency on FindBugs
> (the code uses FindBugs annotations). Given that FindBugs 2.0 is
> advertised as "a drop-in replacement" for 1.3.9, I don't anticipate
> any problems.
>
> As for Gradle: I know this has been retired
> (https://lists.fedoraproject.org/pipermail/devel/2013-November/191944.html),
> but is still in F19. I might try to figure out if Gradle is broken by
> the FindBugs update, but I'm wondering if it's worth the effort. Does
> anyone have any opinion?
>
> I've just submitted the F20 update
> (https://admin.fedoraproject.org/updates/FEDORA-2013-20079) for
> stable. Assuming there are no objections/problems, I'd like to submit
> the F19 update (https://admin.fedoraproject.org/updates/FEDORA-2013-20181)
> in the next couple of days.
>
> Regards,
>
> Rich
>
hi
there is only a problem in your spec file|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}|
|cp -a apiJavaDoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}|
|ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}|
|must be|
|cp -a apiJavaDoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}|
|see https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation|
|regards|
|gil|
||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/java-devel/attachments/20131119/594555ee/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: puntogil.vcf
Type: text/x-vcard
Size: 89 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/java-devel/attachments/20131119/594555ee/attachment.vcf>


More information about the java-devel mailing list