[perl-Compress-Raw-Lzma] Rebuild for xz 5.1.2alpha in Rawhide

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 5 15:19:48 UTC 2012


commit 6ee2e5b419d184845de3cb0e75cab1a7bcdda6da
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 5 16:18:37 2012 +0100

    Rebuild for xz 5.1.2alpha in Rawhide
    
    - Rebuild for xz 5.1.2alpha in Rawhide
    - BR: perl(AutoLoader), perl(constant), perl(Exporter), perl(lib) and
      perl(Test::NoWarnings)
    - BR:/R: perl(XSLoader), the module's preferred dynamic object loader

 perl-Compress-Raw-Lzma.spec |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 7e89a1f..a54cf38 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,15 +1,26 @@
 Name:		perl-Compress-Raw-Lzma
 Version:	2.052
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Low-level interface to lzma compression library
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Compress-Raw-Lzma/
 Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{version}.tar.gz
-BuildRequires:	xz, xz-devel, perl(Carp), perl(ExtUtils::MakeMaker), perl(Test::Pod)
+BuildRequires:	xz
+BuildRequires:	xz-devel
+BuildRequires:	perl(AutoLoader)
+BuildRequires:	perl(Carp)
+BuildRequires:	perl(constant)
+BuildRequires:	perl(Exporter)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(lib)
+BuildRequires:	perl(Test::NoWarnings)
+BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(XSLoader)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Built-against version is embedded in module, so we have a strict version dependency
 Requires:	xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]')
+Requires:	perl(XSLoader)
 
 # Don't "provide" private Perl libs
 %{?perl_default_filter}
@@ -41,6 +52,12 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Thu Jul  5 2012 Paul Howarth <paul at city-fan.org> - 2.052-3
+- Rebuild for xz 5.1.2alpha in Rawhide
+- BR: perl(AutoLoader), perl(constant), perl(Exporter), perl(lib) and
+  perl(Test::NoWarnings)
+- BR:/R: perl(XSLoader), the module's preferred dynamic object loader
+
 * Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 2.052-2
 - Perl 5.16 rebuild
 


More information about the scm-commits mailing list