Hello community, here is the log from the commit of package perl-MIME-Lite for openSUSE:Factory checked in at 2013-06-09 16:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MIME-Lite (Old) and /work/SRC/openSUSE:Factory/.perl-MIME-Lite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Lite" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MIME-Lite/perl-MIME-Lite.changes 2012-01-04 07:26:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-MIME-Lite.new/perl-MIME-Lite.changes 2013-06-09 16:57:59.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 5 12:31:14 UTC 2013 - [email protected] + +- updated to 3.029 + Allow the MIME-Version header to be replaced (thanks, Florian!) + +------------------------------------------------------------------- Old: ---- MIME-Lite-3.028.tar.gz New: ---- MIME-Lite-3.029.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-Lite.spec ++++++ --- /var/tmp/diff_new_pack.pHGp8N/_old 2013-06-09 16:57:59.000000000 +0200 +++ /var/tmp/diff_new_pack.pHGp8N/_new 2013-06-09 16:57:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-MIME-Lite # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,54 +16,64 @@ # -Url: http://cpan.org/modules/by-module/MIME/ - Name: perl-MIME-Lite -Version: 3.028 +Version: 3.029 Release: 0 -Requires: perl-Email-Date-Format perl-MailTools perl-MIME-Types -BuildRequires: perl-Email-Date-Format -BuildRequires: perl-MIME-Types -BuildRequires: perl-MailTools -BuildRequires: perl-macros -Summary: Module for Generating MIME messages -License: Artistic-1.0 or GPL-2.0+ +%define cpan_name MIME-Lite +Summary: low-calorie MIME generator +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: MIME-Lite-%{version}.tar.gz +Url: http://search.cpan.org/dist/MIME-Lite/ +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Email::Date::Format) >= 1.000 +BuildRequires: perl(Mail::Address) >= 1.62 +#BuildRequires: perl(ExtUtils::TBone) +#BuildRequires: perl(MIME::Lite) +#BuildRequires: perl(MIME::Types) >= 1.28 +#BuildRequires: perl(Utils) +Requires: perl(Email::Date::Format) >= 1.000 +Requires: perl(Mail::Address) >= 1.62 %{perl_requires} %description -MIME::Lite is intended as a simple, standalone module for generating -(not parsing!) MIME messages... specifically, it allows you to output a -simple, decent single- or multi-part message with text or binary -attachments. It does not require that you have the Mail:: or MIME:: -modules installed. +In the never-ending quest for great taste with fewer calories, we proudly +present: _MIME::Lite_. + +MIME::Lite is intended as a simple, standalone module for generating (not +parsing!) MIME messages... specifically, it allows you to output a simple, +decent single- or multi-part message with text or binary attachments. It +does not require that you have the Mail:: or MIME:: modules installed, but +will work with them if they are. + +You can specify each message part as either the literal data itself (in a +scalar or array), or as a string which can be given to open() to get a +readable filehandle (e.g., "<filename" or "somecommand|"). + +You don't need to worry about encoding your message data: this module will +do that for you. It handles the 5 standard MIME encodings. %prep -%setup -n MIME-Lite-%{version} -q -%__sed -i 's/\r$//' COPYING INSTALLING LICENSE MANIFEST README examples/* contrib/MailTool.pm contrib/README +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist -chmod 0644 README MANIFEST changes.pod - -%clean -rm -rf $RPM_BUILD_ROOT +%perl_gen_filelist -%files -%defattr(-,root,root) -%doc COPYING INSTALLING MANIFEST README changes.pod examples contrib -%doc %{_mandir}/man?/* -%{perl_vendorarch}/auto/MIME -%{perl_vendorlib}/MIME +%files -f %{name}.files +%defattr(-,root,root,755) +%doc COPYING examples INSTALLING LICENSE README %changelog ++++++ MIME-Lite-3.028.tar.gz -> MIME-Lite-3.029.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Lite-3.028/META.json new/MIME-Lite-3.029/META.json --- old/MIME-Lite-3.028/META.json 2011-11-09 02:58:23.000000000 +0100 +++ new/MIME-Lite-3.029/META.json 2012-08-17 16:44:54.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621", + "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921", "license" : [ "perl_5" ], @@ -22,19 +22,20 @@ "prereqs" : { "build" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "configure" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "runtime" : { "requires" : { "Email::Date::Format" : "1.000", - "File::Basename" : 0, - "File::Spec" : 0 + "File::Basename" : "0", + "File::Spec" : "0", + "Mail::Address" : "1.62" } } }, @@ -42,5 +43,5 @@ "resources" : { "x_Repository" : "http://github.com/rjbs/mime-lite" }, - "version" : "3.028" + "version" : "3.029" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Lite-3.028/META.yml new/MIME-Lite-3.029/META.yml --- old/MIME-Lite-3.028/META.yml 2011-11-09 02:58:23.000000000 +0100 +++ new/MIME-Lite-3.029/META.yml 2012-08-17 16:44:54.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621' +generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,6 +21,7 @@ Email::Date::Format: 1.000 File::Basename: 0 File::Spec: 0 + Mail::Address: 1.62 resources: x_Repository: http://github.com/rjbs/mime-lite -version: 3.028 +version: 3.029 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Lite-3.028/changes.pod new/MIME-Lite-3.029/changes.pod --- old/MIME-Lite-3.028/changes.pod 2011-11-09 02:48:28.000000000 +0100 +++ new/MIME-Lite-3.029/changes.pod 2012-08-17 16:44:46.000000000 +0200 @@ -2,6 +2,10 @@ =over 4 +=item Version 3.029 + +Allow the MIME-Version header to be replaced (thanks, Florian!) + =item Version 3.028 Various documentation fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Lite-3.028/lib/MIME/Lite.pm new/MIME-Lite-3.029/lib/MIME/Lite.pm --- old/MIME-Lite-3.028/lib/MIME/Lite.pm 2011-11-09 02:48:12.000000000 +0100 +++ new/MIME-Lite-3.029/lib/MIME/Lite.pm 2012-08-17 16:44:22.000000000 +0200 @@ -352,7 +352,7 @@ # GLOBALS, EXTERNAL/CONFIGURATION... -$VERSION = '3.028'; +$VERSION = '3.029'; ### Automatically interpret CC/BCC for SMTP: $AUTO_CC = 1; @@ -1154,12 +1154,12 @@ my ( $self, $onoff ) = @_; my $attrs = $self->{Attrs}; if ($onoff) { - $attrs->{'MIME-Version'} = '1.0'; + $attrs->{'mime-version'} = '1.0'; my $uses = ( @Uses ? ( "(" . join( "; ", @Uses ) . ")" ) : '' ); $self->replace( 'X-Mailer' => "MIME::Lite $VERSION $uses" ) unless $VANILLA; } else { - delete $attrs->{'MIME-Version'}; + delete $attrs->{'mime-version'}; $self->delete('X-Mailer'); } } @@ -3650,7 +3650,7 @@ =head1 VERSION -Version: 3.028 +Version: 3.029 =head1 CHANGE LOG -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
