rpms/jessie/FC-5 jessie.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 18 21:11:52 UTC 2006


Author: fitzsim

Update of /cvs/dist/rpms/jessie/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv1124

Modified Files:
	jessie.spec 
Log Message:
* Mon Sep 18 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.0.1-4
- Uncomment 1.4 methods from SSLSocket.java. (206278)




Index: jessie.spec
===================================================================
RCS file: /cvs/dist/rpms/jessie/FC-5/jessie.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- jessie.spec	2 Mar 2006 01:52:46 -0000	1.23
+++ jessie.spec	18 Sep 2006 21:11:50 -0000	1.24
@@ -2,7 +2,7 @@
 
 Name:		jessie
 Version:	1.0.1
-Release:	3
+Release:	4
 Epoch:		0
 Summary:	A free implementation of the Java Secure Sockets Extension
 
@@ -13,6 +13,7 @@
 # workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19870
 Patch0:		jessie-1.0.0-gcj-workaround.patch
 Patch1:		jessie-1.0.0-dont-print-name.patch
+Patch2:		jessie-1.0.1-ssl-socket.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:	%{_bindir}/perl
@@ -37,6 +38,7 @@
 %setup -q
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 
 %build
 export CLASSPATH=%{_javadir}/gnu-crypto.jar:.:
@@ -112,6 +114,9 @@
 %endif
 
 %changelog
+* Mon Sep 18 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.0.1-4
+- Uncomment 1.4 methods from SSLSocket.java. (206278)
+
 * Wed Mar  1 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.0.1-3
 - Bump release number.
 




More information about the fedora-cvs-commits mailing list