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

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-XML-SAX-Expat for 
openSUSE:Factory checked in at 2018-07-28 12:37:45

Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX-Expat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new (New)


Package is "perl-XML-SAX-Expat"

Sat Jul 28 12:37:45 2018 rev:5 rq:624065 version:0.51

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-SAX-Expat/perl-XML-SAX-Expat.changes
2014-03-27 06:08:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new/perl-XML-SAX-Expat.changes   
2018-07-28 12:37:49.148128028 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 12:13:09 UTC 2018 - co...@suse.com
+
+- install the parser into ParserDetails.ini
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-XML-SAX-Expat.spec ++
--- /var/tmp/diff_new_pack.XsSFMA/_old  2018-07-28 12:37:49.896129465 +0200
+++ /var/tmp/diff_new_pack.XsSFMA/_new  2018-07-28 12:37:49.900129472 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-SAX-Expat
 #
-# Copyright (c) 2014 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
@@ -21,10 +21,11 @@
 Release:0
 %define cpan_name XML-SAX-Expat
 Summary:SAX2 Driver for Expat (XML::Parser)
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-SAX-Expat/
-Source: 
http://www.cpan.org/authors/id/B/BJ/BJOERN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -45,14 +46,14 @@
 updated.
 
 It is still incomplete, though most of the basic SAX2 events should be
-available. The SAX2 spec is currently available from the
-http://perl-xml.sourceforge.net/perl-sax/ manpage.
+available. The SAX2 spec is currently available from
+http://perl-xml.sourceforge.net/perl-sax/.
 
 A more friendly URL as well as a PODification of the spec are in the works.
 
 %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
@@ -66,6 +67,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
+%post
+perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ 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
post_section: |-
 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"



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

2014-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-SAX-Expat for 
openSUSE:Factory checked in at 2014-03-27 06:08:49

Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX-Expat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new (New)


Package is perl-XML-SAX-Expat

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-SAX-Expat/perl-XML-SAX-Expat.changes
2013-06-06 12:58:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new/perl-XML-SAX-Expat.changes   
2014-03-27 06:08:50.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 19:05:10 UTC 2014 - co...@suse.com
+
+- updated to 0.51
+- attempt to repair https://rt.cpan.org/Ticket/Display.html?id=86087
+  and the duplicate https://rt.cpan.org/Ticket/Display.html?id=88638
+
+---

Old:

  XML-SAX-Expat-0.50.tar.gz

New:

  XML-SAX-Expat-0.51.tar.gz



Other differences:
--
++ perl-XML-SAX-Expat.spec ++
--- /var/tmp/diff_new_pack.YJ4juD/_old  2014-03-27 06:08:51.0 +0100
+++ /var/tmp/diff_new_pack.YJ4juD/_new  2014-03-27 06:08:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-SAX-Expat
 #
-# Copyright (c) 2013 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
@@ -17,11 +17,11 @@
 
 
 Name:   perl-XML-SAX-Expat
-Version:0.50
+Version:0.51
 Release:0
 %define cpan_name XML-SAX-Expat
 Summary:SAX2 Driver for Expat (XML::Parser)
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-SAX-Expat/
 Source: 
http://www.cpan.org/authors/id/B/BJ/BJOERN/%{cpan_name}-%{version}.tar.gz
@@ -45,9 +45,8 @@
 updated.
 
 It is still incomplete, though most of the basic SAX2 events should be
-available. The SAX2 spec is currently available from
-http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/perl-xml/libxml-p
-erl/doc/sax-2.0.html?rev=HEADcontent-type=text/html
+available. The SAX2 spec is currently available from the
+http://perl-xml.sourceforge.net/perl-sax/ manpage.
 
 A more friendly URL as well as a PODification of the spec are in the works.
 
@@ -67,11 +66,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 
 %changelog

++ XML-SAX-Expat-0.50.tar.gz - XML-SAX-Expat-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Expat-0.50/Changes 
new/XML-SAX-Expat-0.51/Changes
--- old/XML-SAX-Expat-0.50/Changes  2013-05-23 14:27:15.0 +0200
+++ new/XML-SAX-Expat-0.51/Changes  2014-01-21 02:43:40.0 +0100
@@ -1,6 +1,10 @@
 
 Revision history for XML::SAX::Expat:
 
+0.51 May 2013
+- attempt to repair https://rt.cpan.org/Ticket/Display.html?id=86087
+  and the duplicate https://rt.cpan.org/Ticket/Display.html?id=88638
+
 0.50 May 2013
 - fixed broken link to SAX2 specification in POD
 - added repository information to Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Expat-0.50/Expat.pm 
new/XML-SAX-Expat-0.51/Expat.pm
--- old/XML-SAX-Expat-0.50/Expat.pm 2013-05-23 14:28:40.0 +0200
+++ new/XML-SAX-Expat-0.51/Expat.pm 2014-01-21 02:42:34.0 +0100
@@ -11,7 +11,7 @@
 use XML::Parser qw();
 
 use vars qw($VERSION);
-$VERSION = '0.50';
+$VERSION = '0.51';
 
 
 #,,,#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Expat-0.50/META.json 
new/XML-SAX-Expat-0.51/META.json
--- old/XML-SAX-Expat-0.50/META.json2013-05-23 14:40:39.0 +0200
+++ new/XML-SAX-Expat-0.51/META.json2014-01-21 02:49:03.0 +0100
@@ -4,7 +4,7 @@
   Robin Berjon
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.132830,
license : [
   perl_5
],
@@ -45,5 +45,5 @@
  url : https://github.com/hoehrmann/XML-SAX-Expat;
   }
},
-   version : 0.50
+   version : 0.51
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-Expat-0.50/META.yml 

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

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-SAX-Expat for 
openSUSE:Factory checked in at 2013-06-06 12:58:27

Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX-Expat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new (New)


Package is perl-XML-SAX-Expat

Changes:

New Changes file:

--- /dev/null   2013-06-06 00:44:45.792030006 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new/perl-XML-SAX-Expat.changes   
2013-06-06 12:58:28.0 +0200
@@ -0,0 +1,14 @@
+---
+Tue Jun  4 17:17:03 UTC 2013 - co...@suse.com
+
+- update to 0.50
+- fixed broken link to SAX2 specification in POD
+- added repository information to Makefile.PL
+- added README file to satisfy packaging guidelines
+
+---
+Fri Jun  3 08:49:46 UTC 2011 - co...@novell.com
+
+- initial package 0.40
+* created by cpanspec 1.78.04
+

New:

  XML-SAX-Expat-0.50.tar.gz
  perl-XML-SAX-Expat.changes
  perl-XML-SAX-Expat.spec



Other differences:
--
++ perl-XML-SAX-Expat.spec ++
#
# spec file for package perl-XML-SAX-Expat
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   perl-XML-SAX-Expat
Version:0.50
Release:0
%define cpan_name XML-SAX-Expat
Summary:SAX2 Driver for Expat (XML::Parser)
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/XML-SAX-Expat/
Source: 
http://www.cpan.org/authors/id/B/BJ/BJOERN/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(XML::NamespaceSupport) = 0.03
BuildRequires:  perl(XML::Parser) = 2.27
BuildRequires:  perl(XML::SAX) = 0.03
BuildRequires:  perl(XML::SAX::Base) = 1.00
Requires:   perl(XML::NamespaceSupport) = 0.03
Requires:   perl(XML::Parser) = 2.27
Requires:   perl(XML::SAX) = 0.03
Requires:   perl(XML::SAX::Base) = 1.00
%{perl_requires}

%description
This is an implementation of a SAX2 driver sitting on top of Expat
(XML::Parser) which Ken MacLeod posted to perl-xml and which I have
updated.

It is still incomplete, though most of the basic SAX2 events should be
available. The SAX2 spec is currently available from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/perl-xml/libxml-p
erl/doc/sax-2.0.html?rev=HEADcontent-type=text/html

A more friendly URL as well as a PODification of the spec are in the works.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org