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.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new/perl-XML-SAX-Expat.changes   
    2014-03-27 06:08:50.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 19:05:10 UTC 2014 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.YJ4juD/_new  2014-03-27 06:08:51.000000000 +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=HEAD&content-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.000000000 +0200
+++ new/XML-SAX-Expat-0.51/Changes      2014-01-21 02:43:40.000000000 +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.000000000 +0200
+++ new/XML-SAX-Expat-0.51/Expat.pm     2014-01-21 02:42:34.000000000 +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.json    2013-05-23 14:40:39.000000000 +0200
+++ new/XML-SAX-Expat-0.51/META.json    2014-01-21 02:49:03.000000000 +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 
new/XML-SAX-Expat-0.51/META.yml
--- old/XML-SAX-Expat-0.50/META.yml     2013-05-23 14:40:33.000000000 +0200
+++ new/XML-SAX-Expat-0.51/META.yml     2014-01-21 02:48:56.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 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
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   XML::SAX::Base: 1.00
 resources:
   repository: https://github.com/hoehrmann/XML-SAX-Expat
-version: 0.50
+version: 0.51

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to