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.000000000 +0200
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Tue Jun  4 17:17:03 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- 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=HEAD&content-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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to