Hello community, here is the log from the commit of package perl-IO-All for openSUSE:Factory checked in at 2017-08-28 15:04:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-All (Old) and /work/SRC/openSUSE:Factory/.perl-IO-All.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-All" Mon Aug 28 15:04:39 2017 rev:11 rq:514097 version:0.87 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-All/perl-IO-All.changes 2015-04-15 16:25:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-IO-All.new/perl-IO-All.changes 2017-08-28 15:04:53.608268037 +0200 @@ -1,0 +2,11 @@ +Tue Jul 25 05:38:04 UTC 2017 - [email protected] + +- updated to 0.87 + see /usr/share/doc/packages/perl-IO-All/Changes + + 0.87 Tue Jul 18 14:05:40 PDT 2017 + - Fix io($dir)->all when files have unicode in names (GH#95) + - Stop trampling $! + - Add cmp overload to fix some windows problems (GH#74) + +------------------------------------------------------------------- Old: ---- IO-All-0.86.tar.gz New: ---- IO-All-0.87.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-All.spec ++++++ --- /var/tmp/diff_new_pack.c7VrXg/_old 2017-08-28 15:04:55.340024454 +0200 +++ /var/tmp/diff_new_pack.c7VrXg/_new 2017-08-28 15:04:55.372019954 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IO-All # -# Copyright (c) 2015 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,15 @@ Name: perl-IO-All -Version: 0.86 +Version: 0.87 Release: 0 %define cpan_name IO-All Summary: IO::All to Larry Wall! License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IO-All/ -Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -46,11 +47,10 @@ dozens of other helpful idiomatic methods including file stat and manipulation functions. -IO::All is pluggable, and modules like the IO::All::LWP manpage and the -IO::All::Mailto manpage add even more functionality. Optionally, every -IO::All object can be tied to itself. This means that you can use most perl -IO builtins on it: readline, '<>', getc, print, printf, syswrite, sysread, -close. +IO::All is pluggable, and modules like IO::All::LWP and IO::All::Mailto add +even more functionality. Optionally, every IO::All object can be tied to +itself. This means that you can use most perl IO builtins on it: readline, +'<>', getc, print, printf, syswrite, sysread, close. The distinguishing magic of IO::All is that it will automatically open (and close) files, directories, sockets and other IO things for you. You never @@ -71,7 +71,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 @@ -87,6 +87,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING example LICENSE README +%doc Changes CONTRIBUTING example README +%license LICENSE %changelog ++++++ IO-All-0.86.tar.gz -> IO-All-0.87.tar.gz ++++++ ++++ 3149 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module
