Hello community, here is the log from the commit of package perl-IO-Pager for openSUSE:Factory checked in at 2012-03-09 21:25:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-Pager (Old) and /work/SRC/openSUSE:Factory/.perl-IO-Pager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Pager", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-Pager/perl-IO-Pager.changes 2011-09-23 12:37:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-IO-Pager.new/perl-IO-Pager.changes 2012-03-09 21:25:39.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 6 07:37:34 UTC 2012 - [email protected] + +- updated to 0.24 + * Fixed bug #74691, tests fail if CPANTS folk don't have a perl in PATH! + +------------------------------------------------------------------- Old: ---- IO-Pager-0.06.tgz New: ---- IO-Pager-0.24.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Pager.spec ++++++ --- /var/tmp/diff_new_pack.KxdgIP/_old 2012-03-09 21:25:41.000000000 +0100 +++ /var/tmp/diff_new_pack.KxdgIP/_new 2012-03-09 21:25:41.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-IO-Pager (Version 0.06) +# spec file for package perl-IO-Pager # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,67 +15,56 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-IO-Pager -Version: 0.06 -Release: 79 -# +Version: 0.24 +Release: 0 +%define cpan_name IO-Pager +Summary: Select a pager and pipe text to it if destination is a TTY +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -License: Use and distribute. Do not claim ownership. Indemnify author -# +Url: http://search.cpan.org/dist/IO-Pager/ +Source: http://www.cpan.org/authors/id/J/JP/JPIERCE/%{cpan_name}-%{version}.tgz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: Select a pager, optionally pipe it output if destination is a TTY -Source: http://search.cpan.org/CPAN/authors/id/J/JP/JPIERCE/IO-Pager-0.06.tgz -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -AutoReqProv: on -# -Url: http://search.cpan.org/~jpierce/ -# +BuildRequires: perl(File::Which) +#BuildRequires: perl(IO::Pager) +#BuildRequires: perl(IO::Pager::Unbuffered) +#BuildRequires: perl(t::TestUtils) +Requires: perl(File::Which) +%{perl_requires} %description -IO::Pager is lightweight and can be used to locate an available pager -and set $ENV{PAGER} (see "NOTES") or as a factory for creating objects -defined elsewhere such as IO::Pager::Buffered and -IO::Pager::Unbuffered. - - - -Authors: --------- - Jerrad Pierce <[email protected]> +IO::Pager can be used to locate an available pager and set the _PAGER_ +environment variable (see the /NOTES manpage). It is also a factory for +creating I/O objects such as the IO::Pager::Buffered manpage and the +IO::Pager::Unbuffered manpage. + +IO::Pager subclasses are designed to programmatically decide whether or not +to pipe a filehandle's output to a program specified in _PAGER_. Subclasses +may implement only the IO handle methods desired and inherit the remainder +of those outlined below from IO::Pager. For anything else, YMMV. See the +appropriate subclass for implementation specific details. %prep -%setup -n IO-Pager-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc CHANGES -%dir %{perl_vendorlib}/IO/ -%{perl_vendorlib}/IO/Pager* -%{perl_vendorlib}/IO/t.pl -%dir %{perl_vendorarch}/auto/IO/ -%{perl_vendorarch}/auto/IO/Pager/ -%{_mandir}/man3/IO::Pager.3pm* -%{_mandir}/man3/IO::Pager::Buffered.3pm* -%{_mandir}/man3/IO::Pager::Page.3pm* -%{_mandir}/man3/IO::Pager::Unbuffered.3pm* +%files -f %{name}.files +%defattr(-,root,root,755) +%doc CHANGES README TODO %changelog ++++++ IO-Pager-0.06.tgz -> IO-Pager-0.24.tgz ++++++ ++++ 2296 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
