diff --git a/Filter-1.39.tar.bz2 b/Filter-1.39.tar.bz2 deleted file mode 100644 index 411bef8..0000000 --- a/Filter-1.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9faef293a09216a8a3883ceedde72abc637edc4c3542ee560e2a069d1bd8e23 -size 71173 diff --git a/Filter-1.41.tar.gz b/Filter-1.41.tar.gz new file mode 100644 index 0000000..3baaf94 --- /dev/null +++ b/Filter-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b226994ce9e6e8718d91355433a9e1b9e99298e90dc5829db2a9c446570dc1 +size 83198 diff --git a/perl-Filter.changes b/perl-Filter.changes index 59f737d..7c06719 100644 --- a/perl-Filter.changes +++ b/perl-Filter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 20 02:35:39 UTC 2012 - vcizek@suse.com + +- update to 1.41 + * Fix tee and all tests to work with Perl 5.14 and higher. + PVIO has no IV field anymore, so abuse the empty IoOFP, + which is only used for printing, not reading. + Fixes [RT #56875] and more. + * Hide example packages from the pause indexer +- licence correction + ------------------------------------------------------------------- Mon May 2 08:44:44 UTC 2011 - vcizek@novell.com diff --git a/perl-Filter.spec b/perl-Filter.spec index c26750f..aac1bc9 100644 --- a/perl-Filter.spec +++ b/perl-Filter.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Filter (Version 1.39) +# spec file for package perl-Filter # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,23 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Filter -Summary: Perl Source Filter Utility Module -Version: 1.39 +Version: 1.41 Release: 2 -License: GPL+ or Artistic -Group: Development/Libraries/Perl +License: GPL-1.0+ or Artistic-1.0 +Summary: Perl Source Filter Utility Module Url: http://search.cpan.org/dist/Filter/ -Source: Filter-%{version}.tar.bz2 +Group: Development/Libraries/Perl +Source: Filter-%{version}.tar.gz +# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch0: Filter-1.37.diff +# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch1: Filter-1.37-Call.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %description This package consists of a number of Source Filters. For more details @@ -44,8 +45,6 @@ Filter::Util::Call. Although it doesn't allow the fine control that Filter::Util::Call does, it should be adequate for the majority of applications. - - %prep %setup -q -n Filter-%{version} %patch0 @@ -54,11 +53,11 @@ applications. %build #rm -f perlfilter.pod #rm -f Call/Makefile.PL -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -67,7 +66,7 @@ find examples -name "*.bak" | xargs rm -rf %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.files %defattr(-, root, root)