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 Mon Mar 9 23:29:27 CET 2009. -------- --- perl-Filter/perl-Filter.changes 2009-02-27 11:09:58.000000000 +0100 +++ perl-Filter/perl-Filter.changes 2009-03-09 13:00:06.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 9 12:57:24 CET 2009 - anicka@suse.cz + +- update to 1.36 + * Fixed install issue [RT #28232] + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Filter-1.35-Call.diff Filter-1.35.diff Filter-1.35.tar.bz2 New: ---- Filter-1.36-Call.diff Filter-1.36.diff Filter-1.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Filter.spec ++++++ --- /var/tmp/diff_new_pack.u27235/_old 2009-03-09 23:28:00.000000000 +0100 +++ /var/tmp/diff_new_pack.u27235/_new 2009-03-09 23:28:00.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package perl-Filter (Version 1.35) +# spec file for package perl-Filter (Version 1.36) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: perl-Filter -Version: 1.35 +Version: 1.36 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -82,6 +82,9 @@ /var/adm/perl-modules/%{name} %changelog +* Mon Mar 09 2009 anicka@suse.cz +- update to 1.36 + * Fixed install issue [RT #28232] * Fri Feb 27 2009 anicka@suse.cz - update to 1.35 * Included Core patches 32864, 33341 & 34776 ++++++ Filter-1.35-Call.diff -> Filter-1.36-Call.diff ++++++ ++++++ Filter-1.35-Call.diff -> Filter-1.36.diff ++++++ --- perl-Filter/Filter-1.35-Call.diff 2009-02-27 11:10:30.000000000 +0100 +++ perl-Filter/Filter-1.36.diff 2009-03-09 13:00:16.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.35.tar.bz2 -> Filter-1.36.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Filter-1.35/Changes new/Filter-1.36/Changes --- old/Filter-1.35/Changes 2009-02-25 22:40:57.000000000 +0100 +++ new/Filter-1.36/Changes 2009-02-28 12:03:42.000000000 +0100 @@ -296,3 +296,8 @@ * Included Core patches 32864, 33341 & 34776 * Side effect of above patches means that Filters needs at least Perl 5.005 + +1.36 28 February 2009 +---- + + * Fixed install issue [RT #28232] diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Filter-1.35/Makefile.PL new/Filter-1.36/Makefile.PL --- old/Filter-1.35/Makefile.PL 2009-02-25 23:06:45.000000000 +0100 +++ new/Filter-1.36/Makefile.PL 2009-02-28 12:06:44.000000000 +0100 @@ -50,7 +50,7 @@ WriteMakefile( NAME => 'Filter', - VERSION => '1.35', + VERSION => '1.36', 'linkext' => {LINKTYPE => ''}, 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz', DIST_DEFAULT => 'tardist'}, @@ -59,6 +59,9 @@ AUTHOR => 'Paul Marquess <pmqs@cpan.org>') : () ), + + INSTALLDIRS => ($] >= 5.00703 ? 'perl' : 'site'), + ((ExtUtils::MakeMaker->VERSION() gt '6.30') ? ('LICENSE' => 'perl') : ()), ) ; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Filter-1.35/META.yml new/Filter-1.36/META.yml --- old/Filter-1.35/META.yml 2009-02-25 23:06:59.000000000 +0100 +++ new/Filter-1.36/META.yml 2009-02-28 12:11:19.000000000 +0100 @@ -1,13 +1,10 @@ ---- #YAML:1.0 -name: Filter -version: 1.35 -abstract: Source Filters -license: perl -author: - - Paul Marquess <pmqs@cpan.org> -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Filter +version: 1.36 +version_from: +installdirs: perl +requires: + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.30 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Filter-1.35/README new/Filter-1.36/README --- old/Filter-1.35/README 2009-02-25 22:39:49.000000000 +0100 +++ new/Filter-1.36/README 2009-02-28 12:05:50.000000000 +0100 @@ -1,8 +1,8 @@ Source Filters - Version 1.35 + Version 1.36 - 25th February 2009 + 28th February 2009 Copyright (c) 1995-2009 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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