Hello community,

here is the log from the commit of package perl-FileHandle-Unget for 
openSUSE:Factory checked in at 2015-05-05 00:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-FileHandle-Unget (Old)
 and      /work/SRC/openSUSE:Factory/.perl-FileHandle-Unget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-FileHandle-Unget"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-FileHandle-Unget/perl-FileHandle-Unget.changes  
    2011-09-23 12:37:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-FileHandle-Unget.new/perl-FileHandle-Unget.changes
 2015-05-05 00:56:01.000000000 +0200
@@ -1,0 +2,46 @@
+Sun May  3 08:28:02 UTC 2015 - [email protected]
+
+- updated to 0.1628
+   see /usr/share/doc/packages/perl-FileHandle-Unget/CHANGES
+
+  Version 0.1628: Sat May 2 2015
+  - Prevent CPAN from indexing private-lib
+  
+  Version 0.1627: Mon Apr 20 2015
+  - Clarify licensing terms
+  - Move verbose testing to a private module, and implement it in a way that
+    doesn't require editing the Makefile after it is generated.
+  - Require File::Slurp instead of including it, to avoid potential problems 
+    like this: 
+    
http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07 
+  - Fix tests so that they don't prematurely delete the temp file
+    See for example:
+    http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a
+  - Fix tests on Windows.
+    http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07
+  
+  Version 0.1626: Sun Apr 12 2015
+  - Enable verbose testing for CPAN-testers
+  - Consolidate issue tracking at rt.cpan.org
+  
+  Version 0.1625: Sat Apr 4 2015
+  - Modify the memory leak test to check for <= 0 bytes. I'm not sure how this
+    scenario happens, but test failures like this indicate that it can:
+    http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa
+  - Attempt to fix loss of lines when $/ is undef. Thanks to Nigel Horne for 
the
+    automated testing that found the failure.
+    http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735
+  
+  Version 0.1624: Sun Mar 22 2015
+  - Moved code to github
+  - Added POD test
+  - Improve testability of binmode_bug.t, stdin_tell_bug.t
+  - Implement a potential fix for test failures where FileHandle::getline()
+       seems to be reading a single line even though $/ is undef. 
Unfortunately I
+       can't reproduce this failure, so I'll submit and check the CPAN Testers
+       reports.
+  - Use "local $/" instead of reassigning global $/. Perhaps this is somehow
+       related to the test failures above?
+  - Improve documentation for input_record_separator()
+
+-------------------------------------------------------------------

Old:
----
  FileHandle-Unget-0.1623.tar.gz

New:
----
  FileHandle-Unget-0.1628.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-FileHandle-Unget.spec ++++++
--- /var/tmp/diff_new_pack.qXvLit/_old  2015-05-05 00:56:02.000000000 +0200
+++ /var/tmp/diff_new_pack.qXvLit/_new  2015-05-05 00:56:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-FileHandle-Unget
 #
-# 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,20 +16,22 @@
 #
 
 
-
 Name:           perl-FileHandle-Unget
-Version:        0.1623
-Release:        12
-License:        GPL-2.0+
+Version:        0.1628
+Release:        0
 %define cpan_name FileHandle-Unget
 Summary:        FileHandle which supports multi-byte unget
-Url:            http://search.cpan.org/dist/FileHandle-Unget/
+License:        GPL-2.0+
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/FileHandle-Unget/
+Source0:        
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(URI::Escape)
 %{perl_requires}
 
 %description
@@ -62,11 +64,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES LICENSE README
+%doc CHANGES LICENSE README TODO
 
 %changelog

++++++ FileHandle-Unget-0.1623.tar.gz -> FileHandle-Unget-0.1628.tar.gz ++++++
++++ 3082 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#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_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

Reply via email to