[atinject] Apply the "source/target 1.5" patch

Michal Srb msrb at fedoraproject.org
Mon Jun 9 11:19:39 UTC 2014


commit e3ea6f16fdd072c447ec18856aeb27c6d764aa75
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Jun 9 13:19:25 2014 +0200

    Apply the "source/target 1.5" patch

 atinject.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/atinject.spec b/atinject.spec
index a70a4dc..fc4f3e7 100644
--- a/atinject.spec
+++ b/atinject.spec
@@ -1,6 +1,6 @@
 Name:           atinject
 Version:        1
-Release:        16.20100611svn86%{?dist}
+Release:        17.20100611svn86%{?dist}
 Summary:        Dependency injection specification for Java (JSR-330)
 License:        ASL 2.0
 URL:            http://code.google.com/p/atinject/
@@ -51,6 +51,8 @@ Requires:       junit
 cp %{SOURCE2} LICENSE
 ln -s %{_javadir} lib
 
+%patch0 -p1
+
 %build
 set -e
 alias rm=:
@@ -95,6 +97,9 @@ ln -sf ../%{name}.jar %{buildroot}%{_javadir}/javax.inject/
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jun 09 2014 Michal Srb <msrb at redhat.com> - 1-17.20100611svn86
+- Apply the "source/target 1.5" patch
+
 * Mon Jun  9 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1-16.20100611svn86
 - Compile with source/target 1.5
 


More information about the scm-commits mailing list