commit perl-Image-Info for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2019-10-23 15:54:14

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new.2352 (New)


Package is "perl-Image-Info"

Wed Oct 23 15:54:14 2019 rev:14 rq:742102 version:1.42

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2017-07-17 09:12:38.095457194 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-Info.new.2352/perl-Image-Info.changes
2019-10-23 15:54:21.378921992 +0200
@@ -1,0 +2,22 @@
+Mon Oct 21 14:35:53 UTC 2019 -  
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2019-10-19  Slaven Rezic  
+  
+  Release 1.42
+  
+  Stable release with all changes in 1.41_50
+  
+  2019-10-16  Slaven Rezic  
+  
+  Release 1.41_50
+  
+  Support for WEBP files (RT #130529) (by Nicolas Clark)
+  
+  Cease a warning (by H.Merijn Brand)
+  
+  Various minor test and CI polishing
+
+---

Old:

  Image-Info-1.41.tar.gz

New:

  Image-Info-1.42.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.qJiHRw/_old  2019-10-23 15:54:22.402923099 +0200
+++ /var/tmp/diff_new_pack.qJiHRw/_new  2019-10-23 15:54:22.406923103 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-Info
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Image-Info
-Version:1.41
+Version:1.42
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Image-Info/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -44,14 +44,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Image-Info-1.41.tar.gz -> Image-Info-1.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.41/CHANGES new/Image-Info-1.42/CHANGES
--- old/Image-Info-1.41/CHANGES 2017-07-12 18:30:10.0 +0200
+++ new/Image-Info-1.42/CHANGES 2019-10-19 08:44:15.0 +0200
@@ -1,5 +1,21 @@
 Revision history for Image::Info
 
+2019-10-19  Slaven Rezic  
+
+Release 1.42
+
+Stable release with all changes in 1.41_50
+
+2019-10-16  Slaven Rezic  
+
+Release 1.41_50
+
+Support for WEBP files (RT #130529) (by Nicolas Clark)
+
+Cease a warning (by H.Merijn Brand)
+
+Various minor test and CI polishing
+
 2017-07-12  Slaven Rezic  
 
 Release 1.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.41/MANIFEST new/Image-Info-1.42/MANIFEST
--- old/Image-Info-1.41/MANIFEST2017-07-12 18:33:12.0 +0200
+++ new/Image-Info-1.42/MANIFEST2019-10-19 08:45:38.0 +0200
@@ -4,6 +4,7 @@
 dev/build.pl
 dev/Info.pm.tmpl   Will become lib/Image/Info.pm
 exifdump   Test driver script
+img/anim.webp  WebP animation
 img/bad-exif-1.jpg
 img/be.tif
 img/cynic_hang.jpg cycle in IFD's causing hangs in older than v1.25
@@ -32,6 +33,9 @@
 img/test.svg
 img/test.tif
 img/test.wbmp
+img/test.webp  WebP lossy
+img/test-exif.webp WebP "extended format"
+img/test-lossless.webp WebP lossless
 img/test.xbm
 img/test.xpm
 img/test0-fuji.jpg Testcase for RT #49546
@@ -58,6 +62,7 @@
 lib/Image/Info/SVG/XMLSimple.pm
 lib/Image/Info/TIFF.pm
 

commit perl-Image-Info for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2017-07-17 09:12:36

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is "perl-Image-Info"

Mon Jul 17 09:12:36 2017 rev:13 rq:510430 version:1.41

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2017-04-06 11:01:01.021193134 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2017-07-17 09:12:38.095457194 +0200
@@ -1,0 +2,20 @@
+Thu Jul 13 05:36:59 UTC 2017 - co...@suse.com
+
+- updated to 1.41
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2017-07-12  Slaven Rezic  
+  
+  Release 1.41
+  
+  Stable release with the change in 1.40_50
+  
+  Additionally more diagnostics in t/string.t
+  
+  2017-06-30  Slaven Rezic  
+  
+  Release 1.40_50
+  
+  Support iTXt chunks in PNGs (RT #122285) (by Nicholas Clark)
+
+---

Old:

  Image-Info-1.40.tar.gz

New:

  Image-Info-1.41.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.5bnP8Q/_old  2017-07-17 09:12:38.647379452 +0200
+++ /var/tmp/diff_new_pack.5bnP8Q/_new  2017-07-17 09:12:38.647379452 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Image-Info
-Version:1.40
+Version:1.41
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files

++ Image-Info-1.40.tar.gz -> Image-Info-1.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.40/CHANGES new/Image-Info-1.41/CHANGES
--- old/Image-Info-1.40/CHANGES 2017-03-21 20:03:38.0 +0100
+++ new/Image-Info-1.41/CHANGES 2017-07-12 18:30:10.0 +0200
@@ -1,5 +1,19 @@
 Revision history for Image::Info
 
+2017-07-12  Slaven Rezic  
+
+Release 1.41
+
+Stable release with the change in 1.40_50
+
+Additionally more diagnostics in t/string.t
+
+2017-06-30  Slaven Rezic  
+
+Release 1.40_50
+
+Support iTXt chunks in PNGs (RT #122285) (by Nicholas Clark)
+
 2017-03-21  Slaven Rezic  
 
 Release 1.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.40/MANIFEST new/Image-Info-1.41/MANIFEST
--- old/Image-Info-1.40/MANIFEST2017-03-21 20:04:48.0 +0100
+++ new/Image-Info-1.41/MANIFEST2017-07-12 18:33:12.0 +0200
@@ -10,6 +10,9 @@
 img/gps.jpg
 img/graph.svg
 img/interlace.png  Interlaced PNG example
+img/itxt.png
+img/itxt2.png
+img/itxt3.png
 img/le.tif
 img/no-thumbnail.jpg
 img/segfault.tif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.40/META.json 
new/Image-Info-1.41/META.json
--- old/Image-Info-1.40/META.json   2017-03-21 20:04:47.0 +0100
+++ new/Image-Info-1.41/META.json   2017-07-12 18:33:09.0 +0200
@@ -54,5 +54,5 @@
  "url" : "git://github.com/eserte/image-info.git"
   }
},
-   "version" : "1.40"
+   "version" : "1.41"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.40/META.yml new/Image-Info-1.41/META.yml
--- old/Image-Info-1.40/META.yml2017-03-21 20:04:47.0 +0100
+++ new/Image-Info-1.41/META.yml2017-07-12 18:33:08.0 +0200
@@ -32,4 +32,4 @@
   perl: 5.006
 resources:
   repository: git://github.com/eserte/image-info.git
-version: 1.40
+version: 1.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.40/SIGNATURE 
new/Image-Info-1.41/SIGNATURE
--- old/Image-Info-1.40/SIGNATURE   2017-03-21 20:04:50.0 +0100
+++ new/Image-Info-1.41/SIGNATURE   2017-07-12 18:33:16.0 +0200
@@ -15,16 +15,16 @@
 Hash: SHA256
 
 SHA1 c82d6187bf83f92dcd4a4ba9ab8341c3edcc094a .gitignore
-SHA1 04f7fd20cb175f0758e39b68b2c5dd2d5c9ae627 CHANGES
+SHA1 30179eb10d6d5b5f894cb424f2a592ce1b7f6a2d CHANGES
 SHA1 517bff80bcf518746150086148acaf8cfa37a17d CREDITS
-SHA1 cdfc42491a4cdaa42af14d791cb39e775f719de7 MANIFEST
+SHA1 adb208ecc37e5a45556f6ae090c48780b4c0a1d4 MANIFEST
 SHA1 7508fd127843a69e30ba4f58f4b4e769f20d49e2 MANIFEST.SKIP
-SHA1 dda9f065f9ecdea3906a2067a159c0b74eacaafb META.json
-SHA1 a75ffc6dd80c91f4392f61fe83339f1293a6c5c7 META.yml
+SHA1 df5eecea3876ed09a9bc7edb43ed04baca247d8f META.json
+SHA1 47d1b66847b5776a936651495c8b56eea79d2f43 META.yml
 SHA1 

commit perl-Image-Info for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2017-04-06 11:01:00

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is "perl-Image-Info"

Thu Apr  6 11:01:00 2017 rev:12 rq:482704 version:1.40

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2016-11-04 20:59:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2017-04-06 11:01:01.021193134 +0200
@@ -1,0 +2,22 @@
+Wed Mar 22 06:43:40 UTC 2017 - co...@suse.com
+
+- updated to 1.40
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2017-03-21  Slaven Rezic  
+  
+  Release 1.40
+  
+  Stable release with the change in 1.39_50
+  
+  2017-03-19  Slaven Rezic  
+  
+  Release 1.39_50
+  
+  Rational values work again (RT #117480)
+  
+  Fix warnings while processing PNGs (RT #118495) (by Johan Vromans)
+  
+  Pod spelling fixes (by Salvatore Bonaccorso and Slaven Rezic)
+
+---

Old:

  Image-Info-1.39.tar.gz

New:

  Image-Info-1.40.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.FUuFor/_old  2017-04-06 11:01:01.749090256 +0200
+++ /var/tmp/diff_new_pack.FUuFor/_new  2017-04-06 11:01:01.753089692 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-Info
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Image-Info
-Version:1.39
+Version:1.40
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Image-Info/
-Source0:
http://www.cpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 %{perl_requires}
 
 %description
-This module provide functions to extract various kinds of meta information
+This module provides functions to extract various kinds of meta information
 from image files.
 
 %prep

++ Image-Info-1.39.tar.gz -> Image-Info-1.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.39/CHANGES new/Image-Info-1.40/CHANGES
--- old/Image-Info-1.39/CHANGES 2016-10-08 10:58:57.0 +0200
+++ new/Image-Info-1.40/CHANGES 2017-03-21 20:03:38.0 +0100
@@ -1,5 +1,21 @@
 Revision history for Image::Info
 
+2017-03-21  Slaven Rezic  
+
+Release 1.40
+
+Stable release with the change in 1.39_50
+
+2017-03-19  Slaven Rezic  
+
+Release 1.39_50
+
+Rational values work again (RT #117480)
+
+Fix warnings while processing PNGs (RT #118495) (by Johan Vromans)
+
+Pod spelling fixes (by Salvatore Bonaccorso and Slaven Rezic)
+
 2016-10-08  Slaven Rezic  
 
 Release 1.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.39/META.json 
new/Image-Info-1.40/META.json
--- old/Image-Info-1.39/META.json   2016-10-08 11:00:28.0 +0200
+++ new/Image-Info-1.40/META.json   2017-03-21 20:04:47.0 +0100
@@ -54,5 +54,5 @@
  "url" : "git://github.com/eserte/image-info.git"
   }
},
-   "version" : "1.39"
+   "version" : "1.40"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.39/META.yml new/Image-Info-1.40/META.yml
--- old/Image-Info-1.39/META.yml2016-10-08 11:00:28.0 +0200
+++ new/Image-Info-1.40/META.yml2017-03-21 20:04:47.0 +0100
@@ -32,4 +32,4 @@
   perl: 5.006
 resources:
   repository: git://github.com/eserte/image-info.git
-version: 1.39
+version: 1.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.39/SIGNATURE 
new/Image-Info-1.40/SIGNATURE
--- old/Image-Info-1.39/SIGNATURE   2016-10-08 11:00:31.0 +0200
+++ new/Image-Info-1.40/SIGNATURE   2017-03-21 20:04:50.0 +0100
@@ -12,19 +12,19 @@
 not run its 

commit perl-Image-Info for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2016-11-04 20:59:46

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is "perl-Image-Info"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2015-04-22 01:18:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2016-11-04 20:59:47.0 +0100
@@ -1,0 +2,24 @@
+Sat Oct  8 14:33:01 UTC 2016 - co...@suse.com
+
+- updated to 1.39
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2016-10-08  Slaven Rezic  
+  
+  Release 1.39
+  
+  Stable release with all changes in 1.38_50..1.38_51
+  
+  2016-10-01  Slaven Rezic  
+  
+  Release 1.38_51
+  
+  Just recreated distribution with a changed SIGNATURE.
+  
+  Release 1.38_50
+  
+  Don't allow XXE (XML External Entities) processing while parsing
+  SVG files. Addresses RT #118205. This is a potentially
+  incompatible change; however usually SVG files do not rely on XXE.
+
+---

Old:

  Image-Info-1.38.tar.gz

New:

  Image-Info-1.39.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.Cc5NSO/_old  2016-11-04 20:59:48.0 +0100
+++ /var/tmp/diff_new_pack.Cc5NSO/_new  2016-11-04 20:59:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-Info
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Image-Info
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
@@ -44,7 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Image-Info-1.38.tar.gz -> Image-Info-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/CHANGES new/Image-Info-1.39/CHANGES
--- old/Image-Info-1.38/CHANGES 2015-04-20 06:46:24.0 +0200
+++ new/Image-Info-1.39/CHANGES 2016-10-08 10:58:57.0 +0200
@@ -1,5 +1,23 @@
 Revision history for Image::Info
 
+2016-10-08  Slaven Rezic  
+
+Release 1.39
+
+Stable release with all changes in 1.38_50..1.38_51
+
+2016-10-01  Slaven Rezic  
+
+Release 1.38_51
+
+Just recreated distribution with a changed SIGNATURE.
+
+Release 1.38_50
+
+Don't allow XXE (XML External Entities) processing while parsing
+SVG files. Addresses RT #118205. This is a potentially
+incompatible change; however usually SVG files do not rely on XXE.
+
 2015-04-19  Slaven Rezic  
 
 Release 1.38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/MANIFEST new/Image-Info-1.39/MANIFEST
--- old/Image-Info-1.38/MANIFEST2015-04-20 06:57:39.0 +0200
+++ new/Image-Info-1.39/MANIFEST2016-10-08 11:00:28.0 +0200
@@ -35,6 +35,7 @@
 img/test1-fuji.jpg Testcase for RT #49546
 img/tiny.pgm
 img/upside-down.bmp
+img/xxe.svgTestcase for RT #118099
 img/ztxt.png   PNG example with ztxt chunk
 imgdumpTest driver script
 lib/Bundle/Image/Info/Everything.pm
@@ -80,8 +81,11 @@
 t/tiff_segfault.t
 t/tiny-pgm.t
 t/wbmp.t
+t/xbm.t
+t/xpm.t
 TODO
 xt/kwalitee.t
+xt/rt118099.t
 xt/strict.t
 xt/synopsis.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/MANIFEST.SKIP 
new/Image-Info-1.39/MANIFEST.SKIP
--- old/Image-Info-1.38/MANIFEST.SKIP   2013-10-21 08:11:18.0 +0200
+++ new/Image-Info-1.39/MANIFEST.SKIP   2016-01-23 15:58:19.0 +0100
@@ -7,6 +7,7 @@
 ^\.git/
 ^\.prove\z
 ^\.travis\.yml\z
+^appveyor\.yml\z
 ^MYMETA.json$
 ^MYMETA.yml$
 # Temporarily, until Module::Install is fixed (0.93 is broken)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/META.json 
new/Image-Info-1.39/META.json
--- 

commit perl-Image-Info for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2015-04-22 01:18:42

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is perl-Image-Info

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2015-04-15 16:25:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2015-04-22 01:18:43.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 20 08:46:00 UTC 2015 - co...@suse.com
+
+- updated to 1.38
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2015-04-19  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.38
+  
+  Pod typo fixes (by hatorikibble)
+  
+  New xt tests (synopsis, strict, kwalitee, by hatorikibble)
+
+---

Old:

  Image-Info-1.37.tar.gz

New:

  Image-Info-1.38.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.SfVWxm/_old  2015-04-22 01:18:44.0 +0200
+++ /var/tmp/diff_new_pack.SfVWxm/_new  2015-04-22 01:18:44.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Image-Info
-Version:1.37
+Version:1.38
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Image-Info/
-Source: 
http://www.cpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -38,7 +39,7 @@
 %{perl_requires}
 
 %description
-This module provide functions to extract various kind of meta information
+This module provide functions to extract various kinds of meta information
 from image files.
 
 %prep

++ Image-Info-1.37.tar.gz - Image-Info-1.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.37/.gitignore 
new/Image-Info-1.38/.gitignore
--- old/Image-Info-1.37/.gitignore  2011-12-28 22:30:30.0 +0100
+++ new/Image-Info-1.38/.gitignore  2015-04-03 15:07:22.0 +0200
@@ -1,9 +1,14 @@
+*~
 /.prove
+/blib
+/cover_db
 /Image-Info-*.tar.gz
 /MANIFEST.bak
 /MYMETA.json
 /MYMETA.yml
 /Makefile
 /Makefile.old
-/blib
 /pm_to_blib
+/nytprof.out
+\#*\#
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.37/CHANGES new/Image-Info-1.38/CHANGES
--- old/Image-Info-1.37/CHANGES 2014-12-31 09:42:11.0 +0100
+++ new/Image-Info-1.38/CHANGES 2015-04-20 06:46:24.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Image::Info
 
+2015-04-19  Slaven Rezic  sla...@rezic.de
+
+Release 1.38
+
+Pod typo fixes (by hatorikibble)
+
+New xt tests (synopsis, strict, kwalitee, by hatorikibble)
+
 2014-12-31  Slaven Rezic  sla...@rezic.de
 
 Release 1.37
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.37/MANIFEST new/Image-Info-1.38/MANIFEST
--- old/Image-Info-1.37/MANIFEST2014-12-31 09:43:39.0 +0100
+++ new/Image-Info-1.38/MANIFEST2015-04-20 06:57:39.0 +0200
@@ -81,6 +81,9 @@
 t/tiny-pgm.t
 t/wbmp.t
 TODO
+xt/kwalitee.t
+xt/strict.t
+xt/synopsis.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
 SIGNATUREPublic-key signature (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.37/META.json 
new/Image-Info-1.38/META.json
--- old/Image-Info-1.37/META.json   2014-12-31 09:43:39.0 +0100
+++ new/Image-Info-1.38/META.json   2015-04-20 06:57:38.0 +0200
@@ -54,5 +54,5 @@
  url : git://github.com/eserte/image-info.git
   }
},
-   version : 1.37
+   version : 1.38
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.37/META.yml new/Image-Info-1.38/META.yml
--- old/Image-Info-1.37/META.yml2014-12-31 09:43:39.0 +0100
+++ new/Image-Info-1.38/META.yml2015-04-20 06:57:38.0 +0200
@@ -32,4 +32,4 @@
   perl: 5.006
 resources:
   repository: git://github.com/eserte/image-info.git
-version: 1.37
+version: 1.38
diff -urN 

commit perl-Image-Info for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2015-04-15 16:25:43

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is perl-Image-Info

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2011-09-23 12:37:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2015-04-15 16:25:45.0 +0200
@@ -1,0 +2,125 @@
+Tue Apr 14 18:26:59 UTC 2015 - co...@suse.com
+
+- updated to 1.37
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2014-12-31  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.37
+  
+  Stable release with all changes in 1.36_51..1.36_52
+  
+  2014-12-29  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.36_52
+  
+  Handle invalid TIFF chunks: stop processing if an unrecognized
+  fieldtype is encountered. This is an additional fix for RT #100847.
+  
+  2014-12-19  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.36_51
+  
+  Use IO::Scalar instead of opening a scalar, for all
+  perls  5.21.7. This is to prevent possible segmentation faults
+  with faulty images. See RT #100847 and
+  https://rt.perl.org/Ticket/Display.html?id=123443
+  
+  Fix a Variable declared in conditional statement error.
+  
+  Fix a couple of typos.
+  
+  2012-07-05  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.36
+  
+  Stable release with all changes in 1.35_50..1.35_51
+  
+  2013-06-28  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.35_51
+  
+  Ignore reading jpeg thumbnail image with no content, patch
+  provided by Kosei Moriyama,
+  https://github.com/eserte/image-info/pull/2)
+  
+  2013-05-06  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.35_50
+  
+  Fixed pod_cov.t test.
+  
+  2013-04-10  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.35
+  
+  Stable release with the change in 1.34_50
+  
+  2013-04-03  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.34_50
+  
+  image_info on Jpeg with bad EXIF data produced substr outside of
+  string exception in Image::TIFF (RT #84122, patch provided by
+  Steve Purkis)
+  
+  2013-02-29  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.34
+  
+  Stable release with all changes in 1.33_50..1.33_51
+  
+  2013-01-28  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.33_51
+  
+  Handle corrupt JPEG files with extraneous bytes
+  
+  2013-01-25  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.33_50
+  
+  Limited support for WBMP files.
+  
+  2012-11-03  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.33
+  
+  Added test image for RT #78471.
+  
+  2012-10-25  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.32_52
+  
+  Handle BMP files with negative heights (RT #78471).
+  
+  2012-10-24  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.32_51
+  
+  Signature fix.
+  
+  2012-10-23  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.32_50
+  
+  Repacked because of Module::Install 1.04 problems (see mail from
+  Miyagawa). Now Image::Info is again using good old EUMM.
+  
+  2012-02-21  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.32
+  
+  Stable release with all changes in 1.31_50..1.31_51
+  
+  2011-12-28  Slaven Rezic  sla...@rezic.de
+  
+  Release 1.31_51
+  
+  Release 1.31_50
+  
+  SVG files without XML preamble are now also recognized.
+  
+  Bundled Module::Install 1.04.
+
+---

Old:

  Image-Info-1.31.tar.gz

New:

  Image-Info-1.37.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.pn6Ria/_old  2015-04-15 16:25:45.0 +0200
+++ /var/tmp/diff_new_pack.pn6Ria/_new  2015-04-15 16:25:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-Info
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,21 @@
 #
 
 
-
 Name:   perl-Image-Info
-Version:1.31
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.37
+Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
-Url:http://search.cpan.org/dist/Image-Info/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 

commit perl-Image-Info for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2011-12-06 18:42:53

Comparing /work/SRC/openSUSE:Factory/perl-Image-Info (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-Info.new (New)


Package is perl-Image-Info, Maintainer is hvo...@suse.com

Changes:




Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.FHlgMz/_old  2011-12-06 19:12:02.0 +0100
+++ /var/tmp/diff_new_pack.FHlgMz/_new  2011-12-06 19:12:02.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Image-Info
 Version:1.31
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
 Url:http://search.cpan.org/dist/Image-Info/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Image-Info for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory
checked in at Wed May 18 15:02:45 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Image-Info/perl-Image-Info.changes
2011-04-09 13:15:24.0 +0200
@@ -0,0 +1,6 @@
+---
+Sat Apr  9 11:15:16 UTC 2011 - co...@novell.com
+
+- initial package 1.31
+* created by cpanspec 1.78.04
+

calling whatdependson for head-i586


New:

  Image-Info-1.31.tar.gz
  perl-Image-Info.changes
  perl-Image-Info.spec



Other differences:
--
++ perl-Image-Info.spec ++
#
# spec file for package perl-Image-Info
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Image-Info
Version:1.31
Release:1
License:GPL+ or Artistic
%define cpan_name Image-Info
Summary:Extract meta information from image files
Url:http://search.cpan.org/dist/Image-Info/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/S/SR/SREZIC/Image-Info-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) = 0.62
Recommends: perl(Bundle::Image::Info::PNG)
Recommends: perl(Bundle::Image::Info::SVG)
Recommends: perl(Bundle::Image::Info::XBM)
Recommends: perl(Bundle::Image::Info::XPM)
%{perl_requires}

%description
This module provide functions to extract various kind of meta information
from image files.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc %attr(644,-,-) CHANGES CREDITS exifdump imgdump README TODO

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org