From 4b93d82c75e07730d878b2fb5393a2490eb81dd1 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 27 Apr 2015 11:14:28 +0200 Subject: [PATCH] Update to upstream version 3.2.6 --- .gitignore | 1 + google-guice.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0d446c..ae46801 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /google-guice-3.2.2.tar.xz /google-guice-3.2.4.tar.xz /google-guice-3.2.5.tar.xz +/google-guice-3.2.6.tar.xz diff --git a/google-guice.spec b/google-guice.spec index 1eaef98..1d5a3f7 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -5,8 +5,8 @@ %global short_name guice Name: google-%{short_name} -Version: 3.2.5 -Release: 2%{?dist} +Version: 3.2.6 +Release: 1%{?dist} Summary: Lightweight dependency injection framework for Java 5 and above License: ASL 2.0 URL: https://github.com/sonatype/sisu-%{short_name} @@ -171,6 +171,8 @@ This package provides %{summary}. # We don't have struts2 in Fedora yet. %pom_disable_module struts2 extensions +# Android-specific extension +%pom_disable_module dagger-adapter extensions # Remove additional build profiles, which we don't use anyways # and which are only pulling additional dependencies. @@ -241,6 +243,9 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1" %changelog +* Mon Apr 27 2015 Mikolaj Izdebski - 3.2.6-1 +- Update to upstream version 3.2.6 + * Fri Mar 6 2015 Alexander Kurtakov 3.2.5-2 - Drop gone tomcat-servlet-3.0-api BR, builds fine without it. diff --git a/sources b/sources index 5b49147..dd3d3ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e47ea814fe7ff625b667acc9532060d0 google-guice-3.2.5.tar.xz +adb14ad8a47d3e2f92fd030a9b34e53b google-guice-3.2.6.tar.xz