Hello community, here is the log from the commit of package perl-XML-SAX-Writer for openSUSE:Factory checked in at 2014-02-28 17:46:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX-Writer (Old) and /work/SRC/openSUSE:Factory/.perl-XML-SAX-Writer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-SAX-Writer" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-SAX-Writer/perl-XML-SAX-Writer.changes 2012-01-17 16:14:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-SAX-Writer.new/perl-XML-SAX-Writer.changes 2014-02-28 17:46:29.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Feb 24 08:47:15 UTC 2014 - co...@suse.com + +- updated to 0.54 + - remove /o modifier on Regexps (RT#91382) + - Update to Dist::Zilla for releasing + - Clean up POD issues + - Simplify Makefile.PL + - Add cpanfile + +------------------------------------------------------------------- Old: ---- XML-SAX-Writer-0.53.tar.gz New: ---- XML-SAX-Writer-0.54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-SAX-Writer.spec ++++++ --- /var/tmp/diff_new_pack.e1uGvG/_old 2014-02-28 17:46:30.000000000 +0100 +++ /var/tmp/diff_new_pack.e1uGvG/_new 2014-02-28 17:46:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-SAX-Writer # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-XML-SAX-Writer +Version: 0.54 +Release: 0 %define cpan_name XML-SAX-Writer -Summary: SAX2 Writer -License: GPL-1.0+ or Artistic-1.0 +Summary: SAX2 XML Writer +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Version: 0.53 -Release: 0 Url: http://search.cpan.org/dist/XML-SAX-Writer/ -Source: http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(XML::Filter::BufferText) >= 1.00 @@ -35,6 +35,7 @@ Requires: perl(XML::Filter::BufferText) >= 1.00 Requires: perl(XML::NamespaceSupport) >= 1.00 Requires: perl(XML::SAX::Exception) >= 1.01 +%{perl_requires} %description Why yet another XML Writer ? @@ -53,12 +54,10 @@ So in the end there was a new writer. I think it`s in fact better this way as it helps keep SAX1 and SAX2 separated. - Author: Robin Berjon <ro...@knowscape.com> %prep %setup -q -n %{cpan_name}-%{version} -%{__chmod} 0644 Changes README -find -name "*.pm" -exec %{__chmod} 0644 {} \; +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -69,18 +68,11 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README test_file1 test_file2 test_file_for_output +%defattr(-,root,root,755) +%doc Changes LICENSE README README.md %changelog ++++++ XML-SAX-Writer-0.53.tar.gz -> XML-SAX-Writer-0.54.tar.gz ++++++ ++++ 3281 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org