Hello community,

here is the log from the commit of package perl-MIME-EncWords for 
openSUSE:Factory
checked in at Thu Aug 11 11:39:47 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-MIME-EncWords/perl-MIME-EncWords.changes  
2011-07-12 20:45:37.000000000 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Tue Jul 12 18:44:00 UTC 2011 - opens...@cboltz.de
+
+- update to 1.012.3
+  * created by cpanspec 1.78.03
+
+-------------------------------------------------------------------
+Sat Dec  4 22:08:33 UTC 2010 - opens...@cboltz.de
+
+- re-packaged 1.012 using cpanspec 1.78.03
+
+-------------------------------------------------------------------
+Wed Dec  1 22:12:37 UTC 2010 - opens...@cboltz.de
+
+- update to 1.012
+
+-------------------------------------------------------------------
+Fri Oct 31 22:00:00 UTC 2008 - opens...@cboltz.de
+
+- initial package
+

calling whatdependson for head-i586


New:
----
  MIME-EncWords-1.012.3.tar.gz
  perl-MIME-EncWords.changes
  perl-MIME-EncWords.spec

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

Other differences:
------------------
++++++ perl-MIME-EncWords.spec ++++++
#
# spec file for package perl-MIME-EncWords
#
# 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-EncWords
Version:        1.012.3
Release:        1
License:        GPL+ or Artistic
%define cpan_name MIME-EncWords
Summary:        deal with RFC 2047 encoded words (improved)
Url:            http://search.cpan.org/dist/MIME-EncWords/
Group:          Development/Libraries/Perl
#Source:         
http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-EncWords-%{version}.tar.gz
Source:         %{cpan_name}-%{version}.tar.gz
BuildRequires:  perl(MIME::Charset) >= 1.008.2
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:       perl(MIME::Charset) >= 1.008.2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%{perl_requires}

%description
Fellow Americans, you probably won't know what the hell this module is for.
Europeans, Russians, et al, you probably do. ':-)'.

For example, here's a valid MIME header you might get:

      From: =?US-ASCII?Q?Keith_Moore?= <mo...@cs.utk.edu>
      To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <k...@dkuug.dk>
      CC: =?ISO-8859-1?Q?Andr=E9_?= Pirard <pir...@vm1.ulg.ac.be>
      Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
       =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
       =?US-ASCII?Q?.._cool!?=

The fields basically decode to (sorry, I can only approximate the Latin
characters with 7 bit sequences /o and 'e):

      From: Keith Moore <mo...@cs.utk.edu>
      To: Keld J/orn Simonsen <k...@dkuug.dk>
      CC: Andr'e  Pirard <pir...@vm1.ulg.ac.be>
      Subject: If you can read this you understand the example... cool!

*Supplement*: Fellow Americans, Europeans, you probably won't know what the
hell this module is for. East Asians, et al, you probably do. '(^_^)'.

For example, here's a valid MIME header you might get:

      Subject: =?EUC-KR?B?sNTAuLinKGxhemluZXNzKSwgwvzB9ri7seIoaW1w?=
       =?EUC-KR?B?YXRpZW5jZSksILGzuLgoaHVicmlzKQ==?=

The fields basically decode to (sorry, I cannot approximate the non-Latin
multibyte characters with any 7 bit sequences):

      Subject: ???(laziness), ????(impatience), ??(hubris)

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc ARTISTIC Changes GPL README

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to