commit perl-Filter for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Filter for openSUSE:Factory checked in at Fri Feb 27 14:06:32 CET 2009. -------- --- perl-Filter/perl-Filter.changes 2007-07-09 13:12:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Filter/perl-Filter.changes 2009-02-27 11:09:58.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Feb 27 10:45:32 CET 2009 - anicka@suse.cz + +- update to 1.35 + * Included Core patches 32864, 33341 & 34776 + * Side effect of above patches means that Filters needs at least + Perl 5.005 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Filter-1.34-Call.diff Filter-1.34.diff Filter-1.34.tar.bz2 New: ---- Filter-1.35-Call.diff Filter-1.35.diff Filter-1.35.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Filter.spec ++++++ --- /var/tmp/diff_new_pack.B13415/_old 2009-02-27 14:06:19.000000000 +0100 +++ /var/tmp/diff_new_pack.B13415/_new 2009-02-27 14:06:19.000000000 +0100 @@ -1,23 +1,31 @@ # -# spec file for package perl-Filter (Version 1.34) +# spec file for package perl-Filter (Version 1.35) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: perl-Filter -Version: 1.34 +Version: 1.35 Release: 1 Requires: perl = %{perl_version} -Autoreqprov: on +AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License -URL: http://cpan.org/modules/by-module/Filter/ +Url: http://cpan.org/modules/by-module/Filter/ Summary: Source Filters Source: Filter-%{version}.tar.bz2 Patch0: Filter-%{version}.diff @@ -51,10 +59,11 @@ rm -f Call/Makefile.PL perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" make + +%check make test %install -rm -rf $RPM_BUILD_ROOT %perl_make_install %perl_process_packlist find -name "*.bak" | xargs rm -rf @@ -73,38 +82,43 @@ /var/adm/perl-modules/%{name} %changelog -* Mon Jul 09 2007 - anicka@suse.cz +* Fri Feb 27 2009 anicka@suse.cz +- update to 1.35 + * Included Core patches 32864, 33341 & 34776 + * Side effect of above patches means that Filters needs at least + Perl 5.005 +* Mon Jul 09 2007 anicka@suse.cz - update to 1.34 * support perl 5.10 for Filter::Util::Call * equivalent changes for the other filters -* Wed Mar 07 2007 - anicka@suse.cz +* Wed Mar 07 2007 anicka@suse.cz - update to 1.33 * fixed ninstr issue for 5.8.9 * added t/pod.t -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Fri Jan 06 2006 - anicka@suse.cz +* Fri Jan 06 2006 anicka@suse.cz - update to 1.32 -* Tue Jan 03 2006 - anicka@suse.cz +* Tue Jan 03 2006 anicka@suse.cz - update to 1.31 -* Thu Mar 18 2004 - mjancar@suse.cz +* Thu Mar 18 2004 mjancar@suse.cz - don't package backup files (#36312) -* Thu Oct 30 2003 - mjancar@suse.cz +* Thu Oct 30 2003 mjancar@suse.cz - update to 1.30 - no root for build -* Fri Aug 22 2003 - mjancar@suse.cz +* Fri Aug 22 2003 mjancar@suse.cz - require the perl version we build with -* Tue Jul 15 2003 - mjancar@suse.cz +* Tue Jul 15 2003 mjancar@suse.cz - adapt to perl-5.8.1 - use %%perl_process_packlist -* Tue May 20 2003 - mjancar@suse.cz +* Tue May 20 2003 mjancar@suse.cz - remove unpackaged files -* Fri Dec 20 2002 - prehak@suse.cz +* Fri Dec 20 2002 prehak@suse.cz - updated to version 1.29 - adjusted .packlist -* Mon Jul 29 2002 - mls@suse.de +* Mon Jul 29 2002 mls@suse.de - deleted Filter::Util::Call as it's in perl-5.8.0 -* Tue Jul 02 2002 - mls@suse.de +* Tue Jul 02 2002 mls@suse.de - remove race in .packlist generation -* Wed Jan 16 2002 - rvasice@suse.cz +* Wed Jan 16 2002 rvasice@suse.cz - initial package release (version 1.28) ++++++ Filter-1.34-Call.diff -> Filter-1.35-Call.diff ++++++ ++++++ Filter-1.34-Call.diff -> Filter-1.35.diff ++++++ --- perl-Filter/Filter-1.34-Call.diff 2003-07-15 18:17:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Filter/Filter-1.35.diff 2009-02-27 11:10:29.000000000 +0100 @@ -1,10 +1,16 @@ ---- Makefile.PL -+++ Makefile.PL -@@ -12,7 +12,6 @@ - use strict; +--- decrypt/decr ++++ decrypt/decr +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl - my @files = qw( filter-util.pl -- Call/Call.pm - Exec/Exec.pm - decrypt/decrypt.pm decrypt/decr decrypt/encrypt - tee/tee.pm + # This script will decrypt a Perl script that has been encrypted using the + # "encrypt" script. It cannot decrypt any other kind of encrypted Perl script. +--- examples/filtdef ++++ examples/filtdef +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + use strict ; + use warnings ; ++++++ Filter-1.34.tar.bz2 -> Filter-1.35.tar.bz2 ++++++ ++++ 7400 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de