Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2013-05-27 10:00:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mail (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes        
2012-12-17 09:38:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2013-05-27 10:00:26.000000000 +0200
@@ -1,0 +2,54 @@
+Wed May 15 04:02:20 UTC 2013 - [email protected]
+
+- updated to version 2.5.4
+ Features:
+ * Save settings passed to TestMailer#new (svanderbleek)
+ * Allow the setting of envelope from directly (jeremy)
+ * Accept other IETF/IANA-registered Content-Types and 
Content-Transfer-Encodings (jeremy)
+ * Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
+ * Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding 
(jeremy)
+ * Don't allow colons in header names (jeremy)
+ * Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
+ * Setting the html_ or text_part sets a default text/html or text/plain 
content type (jeremy)
+ * Setting the html_ or text_part to nil removes it (jeremy)
+ * Addresses without a parsable email or display name still format as their 
raw text (jeremy)
+ * Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding 
(bpot)
+ * Close pull request 399 - Accept :ca_path and :ca_file options for SMTP 
delivery (ndbroadbent)
+ * Close pull request 389 - Don't add superfluous message headers to MIME 
parts (djmaze, jeremy)
+ 
+ Performance:
+ * Close pull request 488 - Speed up field construction & comparison (bpot)
+ 
+ Bugs:
+ * Don't include separating semicolon in paramter value when sanitizing (bpot)
+ * Fix fencepost encoding problem with binhex strings and only one token 
(drasch)
+ * Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
+ * Correctly format mbox From headers per RFC4155 (bpot, jeremy)
+ * Fix bogus '=' at the end of some quoted-printable messages (jeremy)
+ * Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding 
constant (emiellohr, jeremy)
+ * Header encoding should be US-ASCII, not the default external encoding 
(jeremy)
+ * Address elements should return decoded display names by default (jeremy)
+ * Fix up tests that depend on utf-8 external encoding; read fixtures as 
binary (jeremy)
+ * Capture stderr from Sendmail and Exim deliveries (jeremy)
+ * RFC2822 quoted_string content may be empty (jeremy)
+ * Calling #to_s on a field with a nil value returns an empty string instead 
of nil (jeremy)
+ * The Received header may contain zero name/value pairs, qmail-style (jeremy)
+ * Fix that setting an attachment with a :mime_type and :encoding would 
override the :encoding (jeremy)
+ * Fix that declaring an html_part but no text_part would use 
multipart/alternative anyway (jeremy)
+ * Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME 
parts on correct CRLF boundaries (Aalanar)
+ * Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
+ * Close pull request 496 - Correctly handle quoted-printable line breaks 
(jeremy)
+ * Close pull request 493 - Repair misencoded quoted-printable line breaks 
(jeremy)
+ * Close pull request 487 - Extract comments from group email addresses (bpot)
+ * Close pull request 481 - Correctly quote filename attributes (bpot)
+ * Close pull request 480 - Support mixed encodings in a single header body 
(adamvaughan)
+ * Close pull request 471 - Fix Ruby 1.8 build when UTF16/32 default to 
little-endian (kennyj)
+ 
+ Coping with third-party bugs:
+ * Parse multipart boundary from Content-Type headers containing extra 
semicolons (jeremy)
+ * Close pull request 389 - Only add Content-ID to inline attachments to 
appease Outlook (djmaze, jeremy)
+ 
+ Housekeeping:
+ * Add development gem dependency on rdoc (jeremy)
+
+-------------------------------------------------------------------

Old:
----
  mail-2.5.3.gem

New:
----
  mail-2.5.4.gem

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

Other differences:
------------------
++++++ rubygem-mail.spec ++++++
--- /var/tmp/diff_new_pack.J6YtSZ/_old  2013-05-27 10:00:27.000000000 +0200
+++ /var/tmp/diff_new_pack.J6YtSZ/_new  2013-05-27 10:00:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mail
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-mail
-Version:        2.5.3
+Version:        2.5.4
 Release:        0
 %define mod_name mail
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Url:            http://github.com/mikel/mail
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Mail provides a nice Ruby DSL for making, sending and reading 
emails
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -51,9 +51,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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

Reply via email to