Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jdepend for openSUSE:Factory checked in at 2022-06-19 21:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jdepend (Old) and /work/SRC/openSUSE:Factory/.jdepend.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jdepend" Sun Jun 19 21:10:31 2022 rev:21 rq:983619 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/jdepend/jdepend.changes 2022-03-28 16:59:55.768917885 +0200 +++ /work/SRC/openSUSE:Factory/.jdepend.new.1548/jdepend.changes 2022-06-19 21:10:32.850097876 +0200 @@ -1,0 +2,5 @@ +Sat Jun 18 18:38:40 UTC 2022 - Fridrich Strba <[email protected]> + +- Clean-up the spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jdepend.spec ++++++ --- /var/tmp/diff_new_pack.Bz04rn/_old 2022-06-19 21:10:33.742099202 +0200 +++ /var/tmp/diff_new_pack.Bz04rn/_new 2022-06-19 21:10:33.750099214 +0200 @@ -59,7 +59,7 @@ find . -name "*.jar" -exec rm -f {} \; %build -%ant \ +%{ant} \ -Dant.build.javac.source=1.8 \ -Dant.build.javac.target=1.8 \ jar @@ -81,8 +81,9 @@ cp -pr sample %{buildroot}%{_datadir}/%{name} %files -%attr(644, root, root) %license LICENSE.md -%attr(644, root, root) %doc CHANGELOG.md README.md +%defattr(0644,root,root,0755) +%license LICENSE.md +%doc CHANGELOG.md README.md %{_javadir}/* %{_mavenpomdir}/* %if %{defined _maven_repository} @@ -92,6 +93,7 @@ %endif %files demo -%attr(644, root, root) %{_datadir}/%{name} +%defattr(0644,root,root,0755) +%{_datadir}/%{name} %changelog
