commit perl-XML-SAX for openSUSE:Factory
Hello community, here is the log from the commit of package perl-XML-SAX for openSUSE:Factory checked in at 2018-03-01 12:00:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX (Old) and /work/SRC/openSUSE:Factory/.perl-XML-SAX.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-XML-SAX" Thu Mar 1 12:00:42 2018 rev:23 rq:579898 version:1.00 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-SAX/perl-XML-SAX.changes 2013-04-17 08:04:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-SAX.new/perl-XML-SAX.changes 2018-03-01 12:00:47.125219621 +0100 @@ -1,0 +2,10 @@ +Fri Feb 16 07:20:19 UTC 2018 - coolo@suse.com + +- updated to 1.00 + see /usr/share/doc/packages/perl-XML-SAX/Changes + + 1.00 15 Feb 2018 Grant McLean + - Add makefile dependency to fix order of build steps RT#62289 (patch from + Ed J) + +------------------------------------------------------------------- Old: ---- XML-SAX-0.99.tar.gz New: ---- XML-SAX-1.00.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-SAX.spec ++++++ --- /var/tmp/diff_new_pack.6aJTSw/_old 2018-03-01 12:00:48.273178205 +0100 +++ /var/tmp/diff_new_pack.6aJTSw/_new 2018-03-01 12:00:48.281177916 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-SAX # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,59 +17,50 @@ Name: perl-XML-SAX -Version: 0.99 +Version: 1.00 Release: 0 -Summary: XML::SAX Perl Module -License: GPL-1.0+ or Artistic-1.0 +%define cpan_name XML-SAX +Summary: Simple API for XML +License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Url: http://www.cpan.org/modules/by-module/XML/ -Source: http://www.cpan.org/modules/by-module/XML/XML-SAX-%{version}.tar.gz +Url: http://search.cpan.org/dist/XML-SAX/ +Source0: https://cpan.metacpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml Patch0: perl-XML-SAX-0.96-utf8.diff -BuildRequires: perl-XML-NamespaceSupport -BuildRequires: perl-macros -BuildRequires: perl(XML::SAX::Base) -BuildRequires: pkgconfig(libxml-2.0) -Requires: perl-XML-NamespaceSupport -Requires: perl(XML::SAX::Base) +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(XML::NamespaceSupport) >= 0.03 +BuildRequires: perl(XML::SAX::Base) >= 1.05 +Requires: perl(XML::NamespaceSupport) >= 0.03 +Requires: perl(XML::SAX::Base) >= 1.05 %{perl_requires} %description -XML::SAX consists of several framework classes for using and building -Perl SAX2 XML parsers, filters, and drivers. It is designed around the -need to be able to "plug in" different SAX parsers to an application -without requiring programmer intervention. Those of you familiar with -the DBI will be right at home. Some of the designs come from the Java -JAXP specification (SAX part), only without the javaness. +XML::SAX is a SAX parser access API for Perl. It includes classes and APIs +required for implementing SAX drivers, along with a factory class for +returning any SAX parser installed on the user's system. %prep -%setup -q -n XML-SAX-%{version} -%patch0 +%setup -q -n %{cpan_name}-%{version} +%patch0 -p0 %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install -make DESTDIR=%{buildroot} install_vendor -cat << EOF > %{buildroot}/%{perl_vendorlib}/XML/SAX/ParserDetails.ini -[XML::SAX::PurePerl] -http://xml.org/sax/features/namespaces = 1 -EOF +%perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root) -%doc Changes LICENSE README -%doc %{_mandir}/man3/* -%{perl_vendorlib}/XML -%config(noreplace) %{perl_vendorlib}/XML/SAX/ParserDetails.ini -%{perl_vendorarch}/auto/XML +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE %changelog ++++++ XML-SAX-0.99.tar.gz -> XML-SAX-1.00.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/Changes new/XML-SAX-1.00/Changes --- old/XML-SAX-0.99/Changes 2009-10-10 23:16:30.000000000 +0200 +++ new/XML-SAX-1.00/Changes 2018-02-15 10:43:49.000000000 +0100 @@ -1,5 +1,13 @@ Revision history for Perl extension XML::SAX. +1.00 15 Feb 2018 Grant McLean + - Add makefile dependency to fix order of build steps RT#62289 (patch from + Ed J) + +0.99 05 Sep 2011 Grant McLean + - Re-release without nested XML-SAX-Base distribution, add prereq instead + (note no other changes from 0.96 release) + 0.96 06 Aug 2008 Grant McLean - Fix breakage of Unicode regexes on 5.6 (introduced in 0.95 release) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/MANIFEST new/XML-SAX-1.00/MANIFEST --- old/XML-SAX-0.99/MANIFEST 2011-09-04 23:21:00.000000000 +0200 +++ new/XML-SAX-1.00/MANIFEST 2018-02-15 10:46:23.000000000 +0100 @@ -58,3 +58,4 @@ t/99cleanup.t META.yml Module meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/META.json new/XML-SAX-1.00/META.json --- old/XML-SAX-0.99/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/XML-SAX-1.00/META.json 2018-02-15 10:46:23.000000000 +0100 @@ -0,0 +1,44 @@ +{ + "abstract" : "unknown", + "author" : [ + "unknown" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "XML-SAX", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "File::Temp" : "0", + "XML::NamespaceSupport" : "0.03", + "XML::SAX::Base" : "1.05" + } + } + }, + "release_status" : "stable", + "version" : "1.00", + "x_serialization_backend" : "JSON::PP version 2.27300" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/META.yml new/XML-SAX-1.00/META.yml --- old/XML-SAX-0.99/META.yml 2011-09-04 23:48:19.000000000 +0200 +++ new/XML-SAX-1.00/META.yml 2018-02-15 10:46:23.000000000 +0100 @@ -1,23 +1,25 @@ ---- #YAML:1.0 -name: XML-SAX -version: 0.99 -abstract: ~ -author: [] -license: unknown -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 +--- +abstract: unknown +author: + - unknown build_requires: - ExtUtils::MakeMaker: 0 -requires: - File::Temp: 0 - XML::NamespaceSupport: 0.03 - XML::SAX::Base: 1.05 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.55_02 + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: XML-SAX +no_index: + directory: + - t + - inc +requires: + File::Temp: '0' + XML::NamespaceSupport: '0.03' + XML::SAX::Base: '1.05' +version: '1.00' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/Makefile.PL new/XML-SAX-1.00/Makefile.PL --- old/XML-SAX-0.99/Makefile.PL 2011-09-04 23:37:48.000000000 +0200 +++ new/XML-SAX-1.00/Makefile.PL 2018-02-15 10:44:15.000000000 +0100 @@ -42,7 +42,7 @@ $script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m; $script .= <<"INSTALL"; -install_sax_pureperl : +install_sax_pureperl : pure_install \t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" INSTALL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/SAX/PurePerl.pm new/XML-SAX-1.00/SAX/PurePerl.pm --- old/XML-SAX-0.99/SAX/PurePerl.pm 2011-09-04 23:48:04.000000000 +0200 +++ new/XML-SAX-1.00/SAX/PurePerl.pm 2018-02-15 10:45:06.000000000 +0100 @@ -5,7 +5,7 @@ use strict; use vars qw/$VERSION/; -$VERSION = '0.99'; +$VERSION = '1.00'; use XML::SAX::PurePerl::Productions qw($NameChar $SingleChar); use XML::SAX::PurePerl::Reader; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-SAX-0.99/SAX.pm new/XML-SAX-1.00/SAX.pm --- old/XML-SAX-0.99/SAX.pm 2011-09-04 23:22:35.000000000 +0200 +++ new/XML-SAX-1.00/SAX.pm 2018-02-15 10:45:06.000000000 +0100 @@ -5,7 +5,7 @@ use strict; use vars qw($VERSION @ISA @EXPORT_OK); -$VERSION = '0.99'; +$VERSION = '1.00'; use Exporter (); @ISA = ('Exporter'); ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 patches: perl-XML-SAX-0.96-utf8.diff: -p0 #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
participants (1)
-
root@hilbert.suse.de