Hello community,

here is the log from the commit of package perl-IO-Pager for openSUSE:Factory 
checked in at 2019-10-18 14:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Pager (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IO-Pager.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IO-Pager"

Fri Oct 18 14:35:46 2019 rev:25 rq:738581 version:1.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IO-Pager/perl-IO-Pager.changes      
2019-09-09 12:36:29.933461385 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Pager.new.2352/perl-IO-Pager.changes    
2019-10-18 14:35:48.123869271 +0200
@@ -1,0 +2,32 @@
+Wed Oct  9 08:16:45 UTC 2019 -  <[email protected]>
+
+- updated to 1.01
+   see /usr/share/doc/packages/perl-IO-Pager/CHANGES
+
+  1.01 Tue Oct 08 2019
+       Add less.pm to MANIFEST
+  
+       Fix interactive test 16
+  
+  1.00 Mon Oct 07 2019
+       Fork Term::Pager to IO::Pager::Perl, with many new features.
+       NOTE: This is a breaking change from 0.43 & 0.44. What was
+       IO::Pager::Perl in those versions is now IO::Pager::less i.e;
+       a shim for pager-less systems to use the pure perl pager
+       implementation in IO::Pager::Perl.
+  
+       Update bloody version number transclusions. RT#130643
+  
+  0.44 Mon Sep 30 2019
+       Remove debugging calls mistakenly left in code. RT#130595
+  
+       Skip testing on dumb "terminal" setups. RT#130596
+  
+       Add (unexposed) code for less -J search line highlighting,
+       and more form feed break to tp (IO::Pager::Perl).
+  
+  0.43 Sun Sep 29 2019
+       Roll out a suboptimal but functional IO::Pager::Perl,
+       fixing RT#130461 and RT#130565
+
+-------------------------------------------------------------------

Old:
----
  IO-Pager-0.42.tgz

New:
----
  IO-Pager-1.01.tgz

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

Other differences:
------------------
++++++ perl-IO-Pager.spec ++++++
--- /var/tmp/diff_new_pack.f6YOh6/_old  2019-10-18 14:35:48.563868125 +0200
+++ /var/tmp/diff_new_pack.f6YOh6/_new  2019-10-18 14:35:48.571868104 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-IO-Pager
-Version:        0.42
+Version:        1.01
 Release:        0
 %define cpan_name IO-Pager
 Summary:        Select a pager and pipe text to it if destination is a TTY
@@ -31,8 +31,10 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Which)
+BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(File::Which)
+Requires:       perl(Term::ReadKey)
 %{perl_requires}
 
 %description
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ IO-Pager-0.42.tgz -> IO-Pager-1.01.tgz ++++++
++++ 1863 lines of diff (skipped)


Reply via email to