Hello community, here is the log from the commit of package perl-XML-SAX-Base for openSUSE:Factory checked in at 2017-04-17 10:23:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX-Base (Old) and /work/SRC/openSUSE:Factory/.perl-XML-SAX-Base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-SAX-Base" Mon Apr 17 10:23:08 2017 rev:10 rq:486685 version:1.09 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-SAX-Base/perl-XML-SAX-Base.changes 2011-11-18 15:48:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-SAX-Base.new/perl-XML-SAX-Base.changes 2017-04-17 10:23:09.560996605 +0200 @@ -1,0 +2,10 @@ +Tue Apr 4 07:15:37 UTC 2017 - [email protected] + +- updated to 1.09 + see /usr/share/doc/packages/perl-XML-SAX-Base/Changes + + 1.09 2017-04-03 21:00:06+12:00 Pacific/Auckland + - fix test suite to work without '.' in @INC (RT#120435, pull request + from James E Keenan) + +------------------------------------------------------------------- Old: ---- XML-SAX-Base-1.08.tar.gz New: ---- XML-SAX-Base-1.09.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-SAX-Base.spec ++++++ --- /var/tmp/diff_new_pack.QaS6MA/_old 2017-04-17 10:23:10.160911644 +0200 +++ /var/tmp/diff_new_pack.QaS6MA/_new 2017-04-17 10:23:10.164911077 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-SAX-Base # -# Copyright (c) 2011 SUSE LINUX Products 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 @@ -16,32 +16,31 @@ # - Name: perl-XML-SAX-Base -Version: 1.08 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 1.09 +Release: 0 %define cpan_name XML-SAX-Base Summary: Base class SAX Drivers and Filters -Url: http://search.cpan.org/dist/XML-SAX-Base/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-%{version}.tar.gz -# Source: %{cpan_name}-%{version}.tar.gz -# BuildRequires: perl(Test::Pod) perl(Test::Pod::Coverage) +Url: http://search.cpan.org/dist/XML-SAX-Base/ +Source0: https://cpan.metacpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +BuildRequires: perl(Test::More) >= 0.88 %{perl_requires} %description This module has a very simple task - to be a base class for PerlSAX drivers -and filters. Its default behavior is to pass the input directly to the +and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the -right way (i.e., it takes care for you of checking that the handler has +right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them. @@ -50,12 +49,10 @@ %setup -q -n %{cpan_name}-%{version} %build -export AUTOMATED_TESTING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check -export AUTOMATED_TESTING=1 %{__make} test %install @@ -63,11 +60,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes dist.ini README +%defattr(-,root,root,755) +%doc Changes README %changelog ++++++ XML-SAX-Base-1.08.tar.gz -> XML-SAX-Base-1.09.tar.gz ++++++ ++++ 3305 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
