r46970 - in /trunk/libimage-size-perl: ChangeLog ChangeLog.xml META.yml README README.textile SIGNATURE debian/changelog lib/Image/Size.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Nov 10 15:58:51 UTC 2009


Author: jawnsy-guest
Date: Tue Nov 10 15:58:45 2009
New Revision: 46970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46970
Log:
New upstream release

Modified:
    trunk/libimage-size-perl/ChangeLog
    trunk/libimage-size-perl/ChangeLog.xml
    trunk/libimage-size-perl/META.yml
    trunk/libimage-size-perl/README
    trunk/libimage-size-perl/README.textile
    trunk/libimage-size-perl/SIGNATURE
    trunk/libimage-size-perl/debian/changelog
    trunk/libimage-size-perl/lib/Image/Size.pm

Modified: trunk/libimage-size-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/ChangeLog?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/ChangeLog (original)
+++ trunk/libimage-size-perl/ChangeLog Tue Nov 10 15:58:45 2009
@@ -4,6 +4,11 @@
 		fetching of image size information from files   
 		in a wide variety of common (and not-so-common) 
 		formats.                                        
+
+3.220	Sunday November  8, 2009, 05:45:00 PM -0800
+
+	* lib/Image/Size.pm
+	Small fix to the regex for detecting GIFs, per Slaven Rezic.    
 
 3.210	Wednesday October 21, 2009, 06:50:00 PM -0700
 
@@ -504,7 +509,7 @@
 	* t/all.t (added)
 	Initial commit of the core project files.                       
 
-# Generated on Wednesday October 21, 2009, 08:37:35 PM -0700
+# Generated on Sunday November  8, 2009, 05:44:48 PM -0800
 # Using changelog2x/0.11, App::Changelog2x/0.11, XML::LibXML/1.70,             
 # XML::LibXSLT/1.70, libxml/2.6.32, libxslt/1.1.24 (with exslt)                
 # XSLT sources:

Modified: trunk/libimage-size-perl/ChangeLog.xml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/ChangeLog.xml?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/ChangeLog.xml (original)
+++ trunk/libimage-size-perl/ChangeLog.xml Tue Nov 10 15:58:45 2009
@@ -13,6 +13,14 @@
     information from files in a wide variety of common (and not-so-common)
     formats.
   </description>
+  <release version="3.220" sc:tag="3.220" date="2009-11-08T17:45:00-08:00">
+    <change git:commit="85c84e5cdf9fdfd9cf878847a95d696f795e0fd7">
+      <file path="lib/Image/Size.pm" />
+      <description>
+        Small fix to the regex for detecting GIFs, per Slaven Rezic.
+      </description>
+    </change>
+  </release>
   <release version="3.210" sc:tag="3.210" date="2009-10-21T18:50:00-07:00">
     <change git:commit="4f12b06dd27f1f7b720acaea7a369c653e659206">
       <file path="t/magick.t" />

Modified: trunk/libimage-size-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/META.yml?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/META.yml (original)
+++ trunk/libimage-size-perl/META.yml Tue Nov 10 15:58:45 2009
@@ -1,6 +1,6 @@
 ---
 name: Image-Size
-version: 3.210
+version: 3.220
 author:
   - 'Randy J. Ray <rjray at blackperl.com>'
 abstract: A library to extract height/width from images
@@ -23,7 +23,7 @@
 provides:
   Image::Size:
     file: lib/Image/Size.pm
-    version: 3.210
+    version: 3.220
 generated_by: Module::Build version 0.35
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: trunk/libimage-size-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/README?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/README (original)
+++ trunk/libimage-size-perl/README Tue Nov 10 15:58:45 2009
@@ -1,7 +1,7 @@
 Image::Size - Determine the size of images in several common formats
 ====================================================================
 
-Version: 3.210 (See CHANGES below)
+Version: 3.220 (See CHANGES below)
 
 
 WHAT IS IT
@@ -78,33 +78,6 @@
 CHANGES
 -------
 
-  * t/magick.t
-
-Removed a stray colon causing errors with some Perl versions.
-
-  * t/00_load.t (added)
-
-  * t/00_signature.t (deleted)
-
-  * t/01_pod.t (added)
-
-  * t/02_pod_coverage.t (added)
-
-  * t/03_meta.t (added)
-
-  * t/04_minimumversion.t (added)
-
-  * t/05_critic.t (added)
-
-  * t/magick.t
-
-  * t/pod.t (deleted)
-
-  * t/pod_coverage.t (deleted)
-
-Removed useless signature test, added QA tests, removed a duplicate test.
-
   * lib/Image/Size.pm
 
-Moved around some conditionally-needed libs to delay loading until/unless
-needed. Also made a small fix per Perl::Critic.
+Small fix to the regex for detecting GIFs, per Slaven Rezic.

Modified: trunk/libimage-size-perl/README.textile
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/README.textile?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/README.textile (original)
+++ trunk/libimage-size-perl/README.textile Tue Nov 10 15:58:45 2009
@@ -1,6 +1,6 @@
 h1. Image::Size - Determine the size of images in several common formats
 
-Version: 3.210 (See CHANGES below)
+Version: 3.220 (See CHANGES below)
 
 h2. WHAT IS IT
 
@@ -69,23 +69,6 @@
 
 h2. CHANGES
 
-* t/magick.t
-
-p{margin-bottom:2em}. Removed a stray colon causing errors with some Perl versions.
-
-* t/00_load.t (added)
-* t/00_signature.t (deleted)
-* t/01_pod.t (added)
-* t/02_pod_coverage.t (added)
-* t/03_meta.t (added)
-* t/04_minimumversion.t (added)
-* t/05_critic.t (added)
-* t/magick.t
-* t/pod.t (deleted)
-* t/pod_coverage.t (deleted)
-
-p{margin-bottom:2em}. Removed useless signature test, added QA tests, removed a duplicate test.
-
 * lib/Image/Size.pm
 
-p{margin-bottom:2em}. Moved around some conditionally-needed libs to delay loading until/unless needed. Also made a small fix per Perl::Critic.
+p{margin-bottom:2em}. Small fix to the regex for detecting GIFs, per Slaven Rezic.

Modified: trunk/libimage-size-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/SIGNATURE?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/SIGNATURE (original)
+++ trunk/libimage-size-perl/SIGNATURE Tue Nov 10 15:58:45 2009
@@ -14,18 +14,18 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 cc7dfd8fcd39908e53fb311ffa931e23c43e29f7 ChangeLog
-SHA1 2e7267a140dc69557578e0f1a25d7577a10465cf ChangeLog.xml
+SHA1 a29ada1f2f658f6b9b17aeef5dcaa30f8e2d3f34 ChangeLog
+SHA1 d21dd90699e3ff3c0899b0a3b64dd8a18ed821da ChangeLog.xml
 SHA1 1cce1f3decdcd56dadcda708422233607fbe09ff MANIFEST
 SHA1 98a2057923c1df7b8a393705a87dd7607ad5e4cb MANIFEST.SKIP
-SHA1 bde00846db768217cbd7e676b353575592e0d1b7 META.yml
+SHA1 b98b928acff15b7afacbbfb60080cdd4842badbd META.yml
 SHA1 16f4c16370a68ee0317b18f2d9f7d2e2f15a076e Makefile.PL
-SHA1 b2e0d6e07e911f1c4338c99f67432867c72049e7 README
-SHA1 cb85c97fcf6a9683f58fb42318fa44c3e8dc8fa8 README.textile
+SHA1 96f5d683e2a08a39cb175a84195ad39f9147b484 README
+SHA1 a029af8f7c5b11aaae35337e7f074978bb5eca54 README.textile
 SHA1 8385faaace3c4e0eee9fe475a04f30c5c58683eb etc/ChangeLogML.xsd
 SHA1 35e9fb37ea0fa935a5c4443947a1a2f8bfda7e2e ex/make_gallery.pl
 SHA1 bb9acec811d1db410dcd0f27dd3f4883789a7e9d imgsize
-SHA1 def6c5fdb0cf4ecfdfd01d2aeab0e00000fe9764 lib/Image/Size.pm
+SHA1 153de1f2644d48086fa7b4cdb607aead6ba31781 lib/Image/Size.pm
 SHA1 28c566b36a455b6eba8ff318f549da449198111e t/00_load.t
 SHA1 740510dca7790f4f0e127022f19038ec194d03cc t/01_pod.t
 SHA1 14686d81396c785473605ec8a0239b53a1a608eb t/02_pod_coverage.t
@@ -50,7 +50,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (GNU/Linux)
 
-iEYEARECAAYFAkrf038ACgkQ3Cp33jjp81UI1wCeOcx+UPs82S5hIKeaPtuY0HkT
-8YAAn0KCJk2nn0h1zzTcTI4KJw26T6gl
-=jPFR
+iEYEARECAAYFAkr3dBIACgkQ3Cp33jjp81VMYQCfXmVkdZtNvpzbKzi2uIYJ/jMJ
+mLYAn0uE7NiIsfpjopcgT0vol8mcqzT2
+=dNQk
 -----END PGP SIGNATURE-----

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Tue Nov 10 15:58:45 2009
@@ -1,3 +1,9 @@
+libimage-size-perl (3.220-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 10 Nov 2009 07:31:18 -0500
+
 libimage-size-perl (3.210-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libimage-size-perl/lib/Image/Size.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/lib/Image/Size.pm?rev=46970&op=diff
==============================================================================
--- trunk/libimage-size-perl/lib/Image/Size.pm (original)
+++ trunk/libimage-size-perl/lib/Image/Size.pm Tue Nov 10 15:58:45 2009
@@ -38,7 +38,8 @@
                       %CACHE $NO_CACHE $PCD_SCALE $GIF_BEHAVIOR);
     %EXPORT_TAGS = ('all' => [ @EXPORT_OK ]);
 
-    $VERSION = "3.210";
+    $VERSION = "3.220";
+	$VERSION = eval $VERSION; ## no critic
 
     # Default behavior for GIFs is to return the "screen" size
     $GIF_BEHAVIOR = 0;
@@ -51,7 +52,7 @@
 # Package lexicals - invisible to outside world, used only in imgsize
 #
 # Mapping of patterns to the sizing routines
-my %type_map = ( '^GIF8[7,9]a'              => \&gifsize,
+my %type_map = ( '^GIF8[79]a'               => \&gifsize,
                  "^\xFF\xD8"                => \&jpegsize,
                  "^\x89PNG\x0d\x0a\x1a\x0a" => \&pngsize,
                  "^P[1-7]"                  => \&ppmsize, # also XVpics




More information about the Pkg-perl-cvs-commits mailing list