[perl-PDL] 2.4.8 bump

Petr Sabata psabata at fedoraproject.org
Thu Mar 31 14:24:43 UTC 2011


commit b8999ecf90679e10f51057615b5ea5c0967577fd
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu Mar 31 16:23:35 2011 +0200

    2.4.8 bump
    
    Removing Buildroot tag, cleanup section, `-lext' filtering patch, and
    filtering perl(Win32) from Provides.

 .gitignore                |    1 +
 perl-PDL-2.4.4-Xext.patch |   11 -----------
 perl-PDL.spec             |   18 +++++++++---------
 sources                   |    2 +-
 4 files changed, 11 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82b4f31..1e53453 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 PDL-2.4.6.tar.gz
 /PDL-2.4.7.tar.gz
+/PDL-2.4.8.tar.gz
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 488505b..4fbccc0 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -1,16 +1,13 @@
 Name:           perl-PDL
-Version:        2.4.7
-Release:        2%{?dist}
+Version:        2.4.8
+Release:        1%{?dist}
 Summary:        The Perl Data Language
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 Url:            http://pdl.perl.org/
 Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHM/PDL-%{version}.tar.gz
 Patch0:         perl-PDL-settings.patch
 Patch1:         perl-PDL-2.4.7-hdf.patch
-Patch2:         perl-PDL-2.4.4-Xext.patch
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  perl(ExtUtils::F77)
 BuildRequires:  perl(Inline)
@@ -43,6 +40,7 @@ Provides:       perl(PDL::Graphics::TriD::Image) perl(PDL::Graphics::TriD::Tk)
 %{?filter_setup:
 %filter_from_requires /^perl(\(Tk\|Win32::DDE::Client\))$/d
 %filter_from_provides /^perl(Inline)$/d
+%filter_from_provides /^perl(Win32.*)$/d
 %?perl_default_filter
 }
 
@@ -58,7 +56,6 @@ such commercial packages as IDL and MatLab.
 %setup -q -n PDL-%{version}
 %patch0 -p1 -b .settings
 %patch1 -p1 -b .hdf
-%patch2 -p1 -b .Xext
 
 for file in Lib/Func.pm Basic/Complex/complex.pd; do
   iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_" &&
@@ -109,9 +106,6 @@ export PERL5LIB=`pwd`/blib/lib
 # ^ hopefully fixed in last release
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
 %defattr(-,root,root,-)
@@ -125,6 +119,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 31 2011 Petr Sabata <psabata at redhat.com> - 2.4.8-1
+- 2.4.8 bump
+- Removing Buildroot tag and clean section
+- Filtering Win32 from provides
+- Removing `-lext' filtering patch
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f73f31..51ea54b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5d88775ea9b4b81fc4164dcc3ff63b5  PDL-2.4.7.tar.gz
+69c46881fdcf82f26334d512a429b0f9  PDL-2.4.8.tar.gz


More information about the scm-commits mailing list