[DRE-commits] r2715 - in packages/libwww-mechanize-ruby/trunk/debian: . patches

ari at alioth.debian.org ari at alioth.debian.org
Sun May 18 18:00:53 UTC 2008


Author: ari
Date: 2008-05-18 18:00:52 +0000 (Sun, 18 May 2008)
New Revision: 2715

Removed:
   packages/libwww-mechanize-ruby/trunk/debian/patches/01_scheme.patch
Modified:
   packages/libwww-mechanize-ruby/trunk/debian/changelog
Log:
releasing version 0.7.6-1

Modified: packages/libwww-mechanize-ruby/trunk/debian/changelog
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/changelog	2008-05-10 07:30:05 UTC (rev 2714)
+++ packages/libwww-mechanize-ruby/trunk/debian/changelog	2008-05-18 18:00:52 UTC (rev 2715)
@@ -1,3 +1,9 @@
+libwww-mechanize-ruby (0.7.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ari Pollak <ari at debian.org>  Sun, 18 May 2008 13:50:18 -0400
+
 libwww-mechanize-ruby (0.7.5-1) unstable; urgency=low
 
   * New upstream release

Deleted: packages/libwww-mechanize-ruby/trunk/debian/patches/01_scheme.patch
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/patches/01_scheme.patch	2008-05-10 07:30:05 UTC (rev 2714)
+++ packages/libwww-mechanize-ruby/trunk/debian/patches/01_scheme.patch	2008-05-18 18:00:52 UTC (rev 2715)
@@ -1,20 +0,0 @@
---- lib/www/mechanize.rb.orig	2008-03-15 16:21:43.000000000 -0400
-+++ lib/www/mechanize.rb	2008-03-15 16:21:45.000000000 -0400
-@@ -456,7 +456,7 @@
-   
-     # Creates a new request object based on the scheme and type
-     def fetch_request(uri, type = :get)
--      raise "unsupported scheme" unless ['http', 'https'].include?(uri.scheme)
-+      raise "unsupported scheme" unless uri.scheme.match(/^https?$/i)
-       if type == :get
-         Net::HTTP::Get.new(uri.request_uri)
-       else
-@@ -466,7 +466,7 @@
-   
-     # uri is an absolute URI
-     def fetch_page(uri, request, cur_page=current_page(), request_data=[])
--      raise "unsupported scheme" unless ['http', 'https'].include?(uri.scheme)
-+      raise "unsupported scheme" unless uri.scheme.match(/^https?$/i)
-   
-       log.info("#{ request.class }: #{ request.path }") if log
-   




More information about the Pkg-ruby-extras-commits mailing list