commit perl-XML-SAX-Writer for openSUSE:Factory

2017-08-06 Thread root
Hello community,

here is the log from the commit of package perl-XML-SAX-Writer for 
openSUSE:Factory checked in at 2017-08-06 11:29:58

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"

Sun Aug  6 11:29:58 2017 rev:8 rq:512883 version:0.57

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-SAX-Writer/perl-XML-SAX-Writer.changes  
2015-04-22 01:15:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Writer.new/perl-XML-SAX-Writer.changes 
2017-08-06 11:29:59.400078800 +0200
@@ -1,0 +2,6 @@
+Tue Jul 25 06:33:00 UTC 2017 - co...@suse.com
+
+- updated to 0.57
+   see /usr/share/doc/packages/perl-XML-SAX-Writer/Changes
+
+---

Old:

  XML-SAX-Writer-0.56.tar.gz

New:

  XML-SAX-Writer-0.57.tar.gz



Other differences:
--
++ perl-XML-SAX-Writer.spec ++
--- /var/tmp/diff_new_pack.F5H4JT/_old  2017-08-06 11:30:00.579912581 +0200
+++ /var/tmp/diff_new_pack.F5H4JT/_new  2017-08-06 11:30:00.595910327 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-SAX-Writer
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-XML-SAX-Writer
-Version:0.56
+Version:0.57
 Release:0
 %define cpan_name XML-SAX-Writer
 Summary:SAX2 XML Writer
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-SAX-Writer/
-Source0:
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -59,6 +59,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes README README.md
+%license LICENSE
 
 %changelog

++ XML-SAX-Writer-0.56.tar.gz -> XML-SAX-Writer-0.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Writer-0.56/MANIFEST 
new/XML-SAX-Writer-0.57/MANIFEST
--- old/XML-SAX-Writer-0.56/MANIFEST2014-11-13 19:51:22.0 +0100
+++ new/XML-SAX-Writer-0.57/MANIFEST2017-07-17 21:01:28.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Writer-0.56/META.yml 
new/XML-SAX-Writer-0.57/META.yml
--- old/XML-SAX-Writer-0.56/META.yml2014-11-13 19:51:22.0 +0100
+++ new/XML-SAX-Writer-0.57/META.yml2017-07-17 21:01:28.0 +0200
@@ -11,7 +11,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.142690'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,7 +22,9 @@
   XML::Filter::BufferText: '1.00'
   XML::NamespaceSupport: '1.00'
   XML::SAX::Exception: '1.01'
+  perl: v5.5.0
 resources:
   homepage: https://github.com/perigrin/xml-sax-writer
   repository: https://github.com/perigrin/xml-sax-writer.git
-version: '0.56'
+version: '0.57'
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Writer-0.56/Makefile.PL 
new/XML-SAX-Writer-0.57/Makefile.PL
--- old/XML-SAX-Writer-0.56/Makefile.PL 2014-11-13 19:51:22.0 +0100
+++ new/XML-SAX-Writer-0.57/Makefile.PL 2017-07-17 21:01:28.0 +0200
@@ -1,14 +1,11 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
 use strict;
 use warnings;
 
-
+use 5.005000;
 
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "SAX2 XML Writer",
   "AUTHOR" => 

commit perl-XML-SAX-Writer for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-SAX-Writer for 
openSUSE:Factory checked in at 2015-04-22 01:15:14

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  
2014-02-28 17:46:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Writer.new/perl-XML-SAX-Writer.changes 
2015-04-22 01:15:15.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 07:27:07 UTC 2015 - co...@suse.com
+
+- updated to 0.56
+   see /usr/share/doc/packages/perl-XML-SAX-Writer/Changes
+
+---

Old:

  XML-SAX-Writer-0.54.tar.gz

New:

  XML-SAX-Writer-0.56.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-SAX-Writer.spec ++
--- /var/tmp/diff_new_pack.KP2NOH/_old  2015-04-22 01:15:16.0 +0200
+++ /var/tmp/diff_new_pack.KP2NOH/_new  2015-04-22 01:15:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-SAX-Writer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +17,15 @@
 
 
 Name:   perl-XML-SAX-Writer
-Version:0.54
+Version:0.56
 Release:0
 %define cpan_name XML-SAX-Writer
 Summary:SAX2 XML Writer
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-SAX-Writer/
-Source: 
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -38,22 +39,7 @@
 %{perl_requires}
 
 %description
-Why yet another XML Writer ?
-
-A new XML Writer was needed to match the SAX2 effort because quite naturally no
-existing writer understood SAX2. My first intention had been to start patching
-XML::Handler::YAWriter as it had previously been my favourite writer in the 
SAX1 world.
-
-However the more I patched it the more I realised that what I thought was 
going to be
-a simple patch (mostly adding a few event handlers and changing the attribute 
syntax)
-was turning out to be a rewrite due to various ideas I`d been collecting along 
the way.
-Besides, I couldn`t find a way to elegantly make it work with SAX2 without 
breaking
-the SAX1 compatibility which people are probably still using. There are of 
course
-ways to do that, but most require user interaction which is something I wanted 
to avoid.
-
-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.
-
+SAX2 XML Writer
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ XML-SAX-Writer-0.54.tar.gz - XML-SAX-Writer-0.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Writer-0.54/LICENSE 
new/XML-SAX-Writer-0.56/LICENSE
--- old/XML-SAX-Writer-0.54/LICENSE 2013-12-13 18:43:46.0 +0100
+++ new/XML-SAX-Writer-0.56/LICENSE 2014-11-13 19:51:22.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Robin Berjon.
+This software is copyright (c) 2014 by Robin Berjon.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2013 by Robin Berjon.
+This software is Copyright (c) 2014 by Robin Berjon.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2013 by Robin Berjon.
+This software is Copyright (c) 2014 by Robin Berjon.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Writer-0.54/MANIFEST 
new/XML-SAX-Writer-0.56/MANIFEST
--- 

commit perl-XML-SAX-Writer for openSUSE:Factory

2014-02-28 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Writer.new/perl-XML-SAX-Writer.changes 
2014-02-28 17:46:29.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.e1uGvG/_new  2014-02-28 17:46:30.0 +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