6
0
forked from pool/google-guice

Compare commits

..

8 Commits

Author SHA256 Message Date
396dd4518d Accepting request 1252885 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1252885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=8
2025-03-14 22:51:21 +00:00
094903b2a5 Add alias
OBS-URL: https://build.opensuse.org/package/show/Java:packages/google-guice?expand=0&rev=34
2025-03-13 20:42:54 +00:00
b46693cc7b Accepting request 1179734 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1179734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=7
2024-06-11 16:27:36 +00:00
41f70878fb Accepting request 1148907 from Java:packages
cleanup

OBS-URL: https://build.opensuse.org/request/show/1148907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=6
2024-02-22 19:58:02 +00:00
f0f9706795 Accepting request 1084445 from Java:packages
5.1.0

OBS-URL: https://build.opensuse.org/request/show/1084445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=5
2023-05-04 15:10:14 +00:00
8644df02fa Accepting request 973254 from Java:packages
Don't use xmvn-tools as to avoid build cycles

OBS-URL: https://build.opensuse.org/request/show/973254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=4
2022-04-28 21:07:42 +00:00
f1bdfbe1d0 Accepting request 899010 from Java:packages
Better fix

OBS-URL: https://build.opensuse.org/request/show/899010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=3
2021-06-10 22:18:49 +00:00
fd585c1e11 Accepting request 892403 from Java:packages
- Do not build against the compatibility guava20
- Added patch:
  * google-guice-throwingproviderbinder.patch
    + fix a little glitch with default generic function in guava

OBS-URL: https://build.opensuse.org/request/show/892403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-guice?expand=0&rev=2
2021-05-12 17:32:07 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 13 20:36:29 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Add alias to com.google.inject:guice::classes artifact, needed
by maven 4.x
-------------------------------------------------------------------
Mon Jun 10 13:45:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package google-guice
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -215,7 +215,7 @@ install -dm 0755 %{buildroot}%{_mavenpomdir}/%{short_name}
%add_maven_depmap %{short_name}/extensions-parent.pom -a org.sonatype.sisu.inject:extensions-parent -f extensions
%{mvn_install_pom} core/pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}/%{name}.pom
%add_maven_depmap %{short_name}/%{name}.pom %{short_name}/%{name}.jar -a "org.sonatype.sisu:sisu-guice,com.google.inject:guice::no_aop:,org.sonatype.sisu:sisu-guice::no_aop:"
%add_maven_depmap %{short_name}/%{name}.pom %{short_name}/%{name}.jar -a "org.sonatype.sisu:sisu-guice,com.google.inject:guice::no_aop:,com.google.inject:guice::classes:,org.sonatype.sisu:sisu-guice::no_aop:"
%{mvn_install_pom} extensions/jmx/pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}/guice-jmx.pom
%add_maven_depmap %{short_name}/guice-jmx.pom %{short_name}/guice-jmx.jar -a org.sonatype.sisu.inject:guice-jmx -f jmx