diff --git a/.gitignore b/.gitignore index 79fde4c..c503f91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /guice-2.0-1219.tar.xz /guice-3.0-rc2-src.zip /google-guice-3.1.3.tar.xz +/google-guice-3.1.8.tar.xz diff --git a/google-guice.spec b/google-guice.spec index 60f8c63..4de0534 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -5,8 +5,8 @@ %global short_name guice Name: google-%{short_name} -Version: 3.1.3 -Release: 10%{?dist} +Version: 3.1.8 +Release: 1%{?dist} Summary: Lightweight dependency injection framework for Java 5 and above Group: Development/Libraries License: ASL 2.0 @@ -210,7 +210,7 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1" %if %{with extensions} %files -n %{short_name}-assistedinject -f .mfiles-guice-assistedinject -%files -n %{short_name}-extensions -f .mfiles-guice-extensions +%files -n %{short_name}-extensions -f .mfiles-extensions-parent %files -n %{short_name}-grapher -f .mfiles-guice-grapher %files -n %{short_name}-jmx -f .mfiles-guice-jmx %files -n %{short_name}-jndi -f .mfiles-guice-jndi @@ -226,6 +226,9 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1" %changelog +* Mon Nov 11 2013 Mikolaj Izdebski - 3.1.8-1 +- Update to upstream version 3.1.8 + * Wed Oct 23 2013 Mikolaj Izdebski - 3.1.3-10 - Rebuild to regenerate broken POMs - Related: rhbz#1021484 diff --git a/sources b/sources index e1d2072..64475fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -337721d122a9c0ba3d9815b69d3cf6a1 google-guice-3.1.3.tar.xz +5e3d352ef312272f8acc1d68dc2f45f4 google-guice-3.1.8.tar.xz