rpms/ruby/F-11 .cvsignore, 1.29, 1.30 import.log, 1.3, 1.4 ruby-1.8.6-p287-remove-ssl-rand-range.patch, 1.1, 1.2 ruby.spec, 1.133, 1.134 sources, 1.28, 1.29 ruby-1.8.6.111-gcc43.patch, 1.1, NONE

Jeroen van Meeuwen kanarip at fedoraproject.org
Sun May 31 08:41:17 UTC 2009


Author: kanarip

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

Modified Files:
	.cvsignore import.log 
	ruby-1.8.6-p287-remove-ssl-rand-range.patch ruby.spec sources 
Removed Files:
	ruby-1.8.6.111-gcc43.patch 
Log Message:
1.8.6.368-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-11/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- .cvsignore	11 Apr 2009 14:41:42 -0000	1.29
+++ .cvsignore	31 May 2009 08:40:45 -0000	1.30
@@ -1,5 +1,4 @@
-ruby-1.8.6-p287.tar.bz2
-ruby-refm-rdp-1.8.1-ja-html.tar.gz
+ruby-refm-rdp-1.8.2-ja-html.tar.gz
 rubyfaq-990927.tar.gz
 rubyfaq-jp-990927.tar.gz
-ruby-refm-rdp-1.8.2-ja-html.tar.gz
+ruby-1.8.6-p368.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	18 Mar 2009 04:50:29 -0000	1.3
+++ import.log	31 May 2009 08:40:45 -0000	1.4
@@ -1,3 +1,4 @@
 ruby-1_8_6_287-4_fc10:HEAD:ruby-1.8.6.287-4.fc10.src.rpm:1237096558
 ruby-1_8_6_287-5_fc10:HEAD:ruby-1.8.6.287-5.fc10.src.rpm:1237096677
 ruby-1_8_6_287-7_fc11:HEAD:ruby-1.8.6.287-7.fc11.src.rpm:1237351812
+ruby-1_8_6_368-1_fc11:F-11:ruby-1.8.6.368-1.fc11.src.rpm:1243759224

ruby-1.8.6-p287-remove-ssl-rand-range.patch:

Index: ruby-1.8.6-p287-remove-ssl-rand-range.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-11/ruby-1.8.6-p287-remove-ssl-rand-range.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ruby-1.8.6-p287-remove-ssl-rand-range.patch	15 Mar 2009 05:56:18 -0000	1.1
+++ ruby-1.8.6-p287-remove-ssl-rand-range.patch	31 May 2009 08:40:46 -0000	1.2
@@ -98,16 +98,3 @@ diff -ur ruby-1.8.6-p287.orig/ext/openss
      if (key) {
  	i = strlen(key);
  	i = (i > num) ? num : i;
-diff -ur ruby-1.8.6-p287.orig/ext/openssl/openssl_missing.h ruby-1.8.6-p287/ext/openssl/openssl_missing.h
---- ruby-1.8.6-p287.orig/ext/openssl/openssl_missing.h	2008-08-04 06:43:34.000000000 +0200
-+++ ruby-1.8.6-p287/ext/openssl/openssl_missing.h	2009-03-15 05:33:56.000000000 +0100
-@@ -120,8 +120,6 @@
- int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
- int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
- int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
--int BN_rand_range(BIGNUM *r, BIGNUM *range);
--int BN_pseudo_rand_range(BIGNUM *r, BIGNUM *range);
- char *CONF_get1_default_config_file(void);
- int PEM_def_callback(char *buf, int num, int w, void *key);
- 
-Only in ruby-1.8.6-p287/ext/openssl: .openssl_missing.h.swp


Index: ruby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-11/ruby.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- ruby.spec	20 May 2009 23:36:21 -0000	1.133
+++ ruby.spec	31 May 2009 08:40:46 -0000	1.134
@@ -1,6 +1,6 @@
 %define	rubyxver	1.8
 %define	rubyver		1.8.6
-%define _patchlevel	287
+%define _patchlevel	368
 %define dotpatchlevel	%{?_patchlevel:.%{_patchlevel}}
 %define patchlevel	%{?_patchlevel:-p%{_patchlevel}}
 %define	arcver		%{rubyver}%{?patchlevel}
@@ -16,7 +16,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	8%{?dist}
+Release:	1%{?dist}
 License:	Ruby or GPLv2
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -38,7 +38,8 @@ Patch20:	ruby-rubyprefix.patch
 Patch21:	ruby-deprecated-sitelib-search-path.patch
 Patch22:	ruby-deprecated-search-path.patch
 Patch23:	ruby-multilib.patch
-Patch25:	ruby-1.8.6.111-gcc43.patch
+# Needed in 1.8.6-p287, no longer needed in 1.8.6-p368?
+#Patch25:	ruby-1.8.6.111-gcc43.patch
 Patch26:        ruby-1.8.6-rexml-CVE-2008-3790.patch
 Patch27:        ruby-1.8.6-p287-CVE-2008-5189.patch
 Patch28:        ruby-1.8.6-p287-remove-ssl-rand-range.patch
@@ -167,8 +168,8 @@ pushd %{name}-%{arcver}
 %patch22 -p1
 %patch23 -p1
 %endif
-%patch25 -p1
-%patch26 -p1
+#%patch25 -p1
+#%patch26 -p1
 %patch27 -p0
 %patch28 -p1
 %patch29 -p1
@@ -530,6 +531,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_emacs_sitestartdir}/ruby-mode-init.el
 
 %changelog
+* Sun May 31 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 1.8.6.368-1
+- New upstream release (p368)
+
 * Sat Apr 11 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.8.6.287-8
 - Merge Review fix (#226381)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-11/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	11 Apr 2009 14:41:42 -0000	1.28
+++ sources	31 May 2009 08:40:46 -0000	1.29
@@ -1,5 +1,4 @@
-80b5f3db12531d36e6c81fac6d05dda9  ruby-1.8.6-p287.tar.bz2
-d65e3a216d6d345a2a6f1aa8758c2f75  ruby-refm-rdp-1.8.1-ja-html.tar.gz
+b6dd396f513efeb7864685c840f9643a  ruby-refm-rdp-1.8.2-ja-html.tar.gz
 634c25b14e19925d10af3720d72e8741  rubyfaq-990927.tar.gz
 4fcec898f51d8371cc42d0a013940469  rubyfaq-jp-990927.tar.gz
-b6dd396f513efeb7864685c840f9643a  ruby-refm-rdp-1.8.2-ja-html.tar.gz
+623447c6d8c973193aae565a5538ccfc  ruby-1.8.6-p368.tar.bz2


--- ruby-1.8.6.111-gcc43.patch DELETED ---




More information about the scm-commits mailing list