Hello community,

here is the log from the commit of package perl-XML-SAX for openSUSE:Factory
checked in at Mon Sep 19 17:59:48 CEST 2011.



--------
--- perl-XML-SAX/perl-XML-SAX.changes   2010-12-01 08:04:51.000000000 +0100
+++ perl-XML-SAX/perl-XML-SAX.changes   2011-09-12 16:21:48.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 12 01:35:08 UTC 2011 - [email protected]
+
+- licence correction to same as Perl
+- update to 0.99
+  - functionally identical to 0.96
+  - requires XML::SAX::Base (not bundled within since 0.99)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  XML-SAX-0.96.tar.bz2

New:
----
  XML-SAX-0.99.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-XML-SAX.spec ++++++
--- /var/tmp/diff_new_pack.GilMWP/_old  2011-09-19 17:59:44.000000000 +0200
+++ /var/tmp/diff_new_pack.GilMWP/_new  2011-09-19 17:59:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-XML-SAX (Version 0.96)
+# spec file for package perl-XML-SAX
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-XML-SAX
-BuildRequires:  libxml2-devel perl-XML-NamespaceSupport
-BuildRequires:  perl-macros
-Version:        0.96
+Version:        0.99
 Release:        12
-Requires:       perl-XML-NamespaceSupport
-AutoReqProv:    on
-Group:          Development/Libraries/Perl
-License:        Artistic License ..
-Url:            http://www.cpan.org/modules/by-module/XML/
+License:        GPL-1.0+ or Artistic License
 Summary:        XML::SAX Perl Module
-Source:         XML-SAX-%{version}.tar.bz2
-Patch:          %{name}-%{version}-utf8.diff
+Url:            http://www.cpan.org/modules/by-module/XML/
+Group:          Development/Libraries/Perl
+Source:         XML-SAX-%{version}.tar.gz
+Patch0:         perl-XML-SAX-0.96-utf8.diff
+BuildRequires:  perl(XML::SAX::Base)
+BuildRequires:  perl-XML-NamespaceSupport
+BuildRequires:  perl-macros
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires:       perl(XML::SAX::Base)
+Requires:       perl-XML-NamespaceSupport
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -42,11 +43,9 @@
 the DBI will be right at home. Some of the designs come from the Java
 JAXP specification (SAX part), only without the javaness.
 
-
-
 %prep
 %setup -q -n XML-SAX-%{version}
-%patch
+%patch0
 
 %build
 perl Makefile.PL
@@ -56,15 +55,15 @@
 make test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
-cat << EOF > $RPM_BUILD_ROOT/%{perl_vendorlib}/XML/SAX/ParserDetails.ini
+make DESTDIR=%{buildroot} install_vendor
+cat << EOF > %{buildroot}/%{perl_vendorlib}/XML/SAX/ParserDetails.ini
 [XML::SAX::PurePerl]
 http://xml.org/sax/features/namespaces = 1
 EOF
 %perl_process_packlist
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to