Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory
checked in at Thu Aug 4 15:01:24 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-MIME-Charset/perl-MIME-Charset.changes    
2011-08-04 00:31:55.000000000 +0200
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Wed Aug 03 22:26:51 UTC 2011 - [email protected]
+
+- update to 1.009.1:
+  * workaround for aliasing on TIS-620 that is treated as ISO-8859-11 by Encode
+  * added WINDOWS-874 as EXTENDED map of TIS-620
+  * result of _find_encoder() will be cached
+  * 'S' encoding will be resolved numerically, without comparing actually
+    encoded lengths
+  * added informations for WINDOWS-125[03-8].
+
+- changes from 1.008.2:
+  * Bug Fix: body transfer-encoding profile "S" did not work properly, and
+    profile for UTF-8 was NOT really updated
+
+- changes from 1.008.1:
+  * workaround for CPAN RT#65796: deep recursion error finding invalid charset;
+    limit length of charset name up to 75
+  * supports Unicode/multibyte on Perl 5.7.3 (experimental)
+  * Perl 5.7.3 & 5.8.3: avoid ``Useless use of a constant in void context''
+    warnings
+
+-------------------------------------------------------------------
+Sat Feb 19 06:56:24 CET 2011 - [email protected]
+
+- initial version (1.008)
+

calling whatdependson for head-i586


New:
----
  MIME-Charset-1.009.1.tar.gz
  perl-MIME-Charset.changes
  perl-MIME-Charset.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MIME-Charset.spec ++++++
#
# spec file for package perl-MIME-Charset
#
# Copyright (c) 2011 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/
#



Name:           perl-MIME-Charset
Version:        1.009.1
Release:        1
Summary:        Charset Informations for MIME
Source:         
http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
Url:            http://search.cpan.org/dist/MIME-Charset
Group:          Development/Libraries/Perl
License:        Perl License
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl-macros
BuildRequires:  make
BuildRequires:  perl(Test::More)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Encode) >= 1.98
Requires:       perl(Encode) >= 1.98
%if 0%{?suse_version} >= 1120
BuildArch:      noarch
%endif

%description
MIME::Charset provides informations about character sets used for MIME messages
on Internet.

%prep
%setup -q -n "MIME-Charset-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc Changes README GPL ARTISTIC
%dir %{perl_vendorlib}/MIME
%{perl_vendorlib}/MIME/Charset.pm
%{perl_vendorlib}/MIME/Charset
%doc %{perl_man3dir}/MIME::Charset.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/MIME::Charset::*.%{perl_man3ext}%{ext_man}
%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to