rpms/bouncycastle/F-11 bouncycastle.spec,1.16,1.17

Orcan Ogetbil oget at fedoraproject.org
Sat Jul 11 17:47:32 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16571

Modified Files:
	bouncycastle.spec 
Log Message:
* Sat Jul 11 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-3
- Raise java requirement to >= 1.7 once again.



Index: bouncycastle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/F-11/bouncycastle.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- bouncycastle.spec	10 Jul 2009 23:23:28 -0000	1.16
+++ bouncycastle.spec	11 Jul 2009 17:47:01 -0000	1.17
@@ -5,7 +5,7 @@
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
 Version:          1.43
-Release:          2%{?dist}
+Release:          3%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.%{name}.org/
@@ -24,8 +24,8 @@ BuildRequires:    java-gcj-compat-devel
 %else
 BuildArch:        noarch
 %endif
-BuildRequires:    java-devel >= 1.5
-Requires:         java >= 1.5
+BuildRequires:    java-devel >= 1.7
+Requires:         java >= 1.7
 BuildRequires:    junit4
 Requires:         junit4
 
@@ -163,15 +163,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/bcprov-%{version}.jar
   %{_javadir}/gcj-endorsed/bcprov-%{version}.jar
 %if %{with_gcj}
-  %{_libdir}/gcj/%{name}
+  %{_libdir}/gcj/%{name}/
 %endif
 %{_sysconfdir}/java/security/security.d/2000-%{classname}
 
 %files javadoc
 %defattr(-,root,root,-)
-%{_javadocdir}/%{name}
+%{_javadocdir}/%{name}/
 
 %changelog
+* Sat Jul 11 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-3
+- Raise java requirement to >= 1.7 once again.
+
 * Fri Jul 10 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-2
 - Re-enable AOT bits thanks to Andrew Haley.
 




More information about the fedora-extras-commits mailing list