Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atinject for openSUSE:Factory checked in at 2026-09-11 18:03:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atinject (Old) and /work/SRC/openSUSE:Factory/.atinject.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atinject" Fri Sep 11 18:03:55 2026 rev:8 rq:1377323 version:1+20211017gitd06ce18 Changes: -------- --- /work/SRC/openSUSE:Factory/atinject/atinject.changes 2024-07-09 20:05:47.104621792 +0200 +++ /work/SRC/openSUSE:Factory/.atinject.new.1265/atinject.changes 2026-09-11 18:07:16.439754577 +0200 @@ -1,0 +2,6 @@ +Thu Sep 3 21:34:24 UTC 2026 - Fridrich Strba <[email protected]> + +- Install the real pom, since some unit tests in some packages + need a real pom to descend + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atinject.spec ++++++ --- /var/tmp/diff_new_pack.vRmknp/_old 2026-09-11 18:07:16.955776250 +0200 +++ /var/tmp/diff_new_pack.vRmknp/_new 2026-09-11 18:07:16.956776292 +0200 @@ -1,7 +1,7 @@ # # spec file for package atinject # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,15 +50,22 @@ %setup -q cp %{SOURCE1} build.xml +%pom_xpath_set pom:project/pom:groupId javax.inject +%pom_xpath_set pom:project/pom:artifactId javax.inject + %build -%{ant} package javadoc +ant package javadoc %install # jars -install -dm 755 %{buildroot}%{_javadir}/javax.inject +install -dm 0755 %{buildroot}%{_javadir}/javax.inject install -m 0644 target/javax.inject-%{artifactversion}.jar %{buildroot}%{_javadir}/%{name}.jar (cd %{buildroot}%{_javadir}/javax.inject && ln -s ../%{name}.jar .) -%add_maven_depmap javax.inject:javax.inject:%{artifactversion} %{name}.jar + +# pom +install -dm 0755 %{buildroot}%{_mavenpomdir} +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%add_maven_depmap %{name}.pom %{name}.jar # javadoc install -dm 755 %{buildroot}%{_javadocdir}/%{name} ++++++ _scmsync.obsinfo ++++++ mtime: 1788471683 commit: 158f0928b2cedf468daab8cf226af107f37e1d1b09cc2de4c53a1e546e2b038c url: https://src.opensuse.org/java-packages/atinject revision: 158f0928b2cedf468daab8cf226af107f37e1d1b09cc2de4c53a1e546e2b038c projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-03 23:41:23.000000000 +0200 @@ -0,0 +1 @@ +.osc
