[perl-XML-SAX] update to 0.99 The following creates circular dependency, but they are not used during build as far

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Oct 7 13:06:30 UTC 2011


commit 1cf765e22d67cf40a1a513538dc76c1fce46ae9a
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Oct 7 15:05:15 2011 +0200

    update to 0.99
    The following creates circular dependency, but they are not used during build as far as I can see in source code:
    BuildRequires:  perl(XML::LibXML) perl(XML::LibXML::Common)
    I commented them out and now they are only required.

 .gitignore        |    1 +
 perl-XML-SAX.spec |   14 ++++++++------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 655afd2..52d4a11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 XML-SAX-0.96.tar.gz
+/XML-SAX-0.99.tar.gz
diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec
index 2fa6817..e121b3a 100644
--- a/perl-XML-SAX.spec
+++ b/perl-XML-SAX.spec
@@ -1,7 +1,7 @@
 Summary:        XML-SAX Perl module
 Name:           perl-XML-SAX
-Version:        0.96
-Release:        15%{?dist}
+Version:        0.99
+Release:        1%{?dist}
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -11,9 +11,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(XML::NamespaceSupport)
-# The following creates circular dependency, comment out for bootstrap:
-BuildRequires:  perl(XML::LibXML) perl(XML::LibXML::Common)
+BuildRequires:  perl(XML::NamespaceSupport) >= 0.03
+# The following creates circular dependency, but they are not needed for build.
+#BuildRequires:  perl(XML::LibXML) perl(XML::LibXML::Common)
 
 Requires:       perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}'))
 Requires:       perl(XML::LibXML) perl(XML::LibXML::Common)
@@ -83,10 +83,12 @@ rm -rf "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" || :
 %{perl_vendorlib}/XML/SAX/PurePerl
 %{_mandir}/man3/XML::*.3pm*
 %ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini
-%exclude %{perl_vendorlib}/XML/SAX/placeholder.pl
 
 
 %changelog
+* Fri Oct 07 2011 Marcela Mašláňová <mmaslano at redhat.com> 0.99-1
+- update to 0.99
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 0.96-15
 - Perl mass rebuild
 
diff --git a/sources b/sources
index a2e3d0b..2d2d323 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdcd4119a62505184e211e9dfaef0ab1  XML-SAX-0.96.tar.gz
+290f5375ae87fdebfdb5bc3854019f24  XML-SAX-0.99.tar.gz


More information about the scm-commits mailing list