From 03ed4c8c85a22e242808f5736d7edd0c27c75e18 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 24 May 2011 11:34:02 +0200 Subject: [PATCH] Add cglib and atinject to R --- google-guice.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/google-guice.spec b/google-guice.spec index 70c102c..22f3e52 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -2,7 +2,7 @@ Name: google-%{short_name} Version: 3.0 -Release: 0.2.rc2%{?dist} +Release: 0.3.rc2%{?dist} Summary: Lightweight dependency injection framework @@ -36,6 +36,8 @@ BuildRequires: zip BuildRequires: slf4j BuildRequires: jpackage-utils +Requires: cglib +Requires: atinject Requires: java >= 1:1.6.0 Requires(post): jpackage-utils Requires(postun): jpackage-utils @@ -168,6 +170,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %changelog +* Tue May 24 2011 Stanislav Ochotnicky - 3.0-0.3.rc2 +- Add cglib and atinject to R + * Thu May 12 2011 Stanislav Ochotnicky - 3.0-0.2.rc2 - Remove test and missing deps from pom.xml