danf: curl-www latest.pm,1.49,1.50

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv23338

Modified Files:
	latest.pm 
Log Message:
Allow libcurl4 to match the appropriate RPM regex


Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- latest.pm	2 Nov 2005 22:00:54 -0000	1.49
+++ latest.pm	31 Oct 2006 20:03:00 -0000	1.50
@@ -251,12 +251,12 @@
                "Linux IA64 devel, RPM");
     }
     # libcurl3-7.12.2-1.i386.rpm
-    elsif($file =~ /^libcurl3-([0-9.]*)-(\d*).i386.rpm$/) {
+    elsif($file =~ /^libcurl\d-([\d\.]*)-(\d*).i386.rpm$/) {
         return($1, "i386-libcurl-rpm",
                "Linux libcurl i386, RPM");
     }
     # libcurl3-devel-7.12.2-1.i386.rpm
-    elsif($file =~ /^libcurl3-devel-([0-9.]*)-(\d*).i386.rpm$/) {
+    elsif($file =~ /^libcurl\d-devel-([\d\.]*)-(\d*).i386.rpm$/) {
         return($1, "devel-i386-libcurl-rpm",
                "Linux libcurl devel i386, RPM");
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.