Hello community, here is the log from the commit of package perl-XML-XPath for openSUSE:Factory checked in at 2016-01-12 16:10:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-XPath (Old) and /work/SRC/openSUSE:Factory/.perl-XML-XPath.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-XPath" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes 2013-03-01 08:03:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes 2016-01-12 16:10:55.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 6 10:44:48 UTC 2016 - [email protected] + +- updated to 1.19 + see /usr/share/doc/packages/perl-XML-XPath/Changes + +------------------------------------------------------------------- Old: ---- XML-XPath-1.13.tar.gz New: ---- XML-XPath-1.19.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-XPath.spec ++++++ --- /var/tmp/diff_new_pack.7wVDJE/_old 2016-01-12 16:10:56.000000000 +0100 +++ /var/tmp/diff_new_pack.7wVDJE/_new 2016-01-12 16:10:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-XPath # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,55 +17,47 @@ Name: perl-XML-XPath -BuildRequires: perl -BuildRequires: perl-XML-Parser -BuildRequires: perl-macros -Version: 1.13 +Version: 1.19 Release: 0 -Requires: perl-XML-Parser -Url: http://search.cpan.org/~msergeant/ -Summary: A set of modules for parsing and evaluating XPath statements -License: Artistic-1.0 or GPL-2.0+ +%define cpan_name XML-XPath +Summary: Set of Modules for Parsing and Evaluating Xpath Statements +License: Artistic-2.0 Group: Development/Libraries/Perl -Source: http://cpan.org/modules/by-module/XML/XML-XPath-%{version}.tar.gz +Url: http://search.cpan.org/dist/XML-XPath/ +Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(XML::Parser) >= 2.23 +Requires: perl(XML::Parser) >= 2.23 %{perl_requires} %description This module aims to comply exactly to the XPath specification at -http://www.w3.org/TR/xpath and yet allow extensions to be added in the -form of functions. Modules such as XSLT and XPointer may need to do -this as they support functionality beyond XPath. - - - -Authors: --------- - Matt Sergeant <[email protected]> +http://www.w3.org/TR/xpath and yet allow extensions to be added in the form +of functions.Modules such as XSLT and XPointer may need to do this as they +support functionality beyond XPath. %prep -%setup -q -n XML-XPath-%{version} +%setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -perl Makefile.PL -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) -%{_bindir}/xpath -%doc README TODO -%doc %{_mandir}/man?/* -%{perl_vendorlib}/XML -%{perl_vendorarch}/auto/XML/XPath +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes examples LICENSE README TODO %changelog ++++++ XML-XPath-1.13.tar.gz -> XML-XPath-1.19.tar.gz ++++++ ++++ 12485 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
