Hello community, here is the log from the commit of package rubygem-mail for openSUSE:Factory checked in at 2014-10-14 07:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-05-27 10:00:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes 2014-10-14 07:12:18.000000000 +0200 @@ -1,0 +2,18 @@ +Sun Oct 12 16:13:34 UTC 2014 - [email protected] + +- updated to version 2.6.1 + Features: + * Silence warnings on loading ragel-generated parsers (bf4) + * Allow interceptors and observers to be unregistered (zuhao) + * Added feature to find the mail in uid (taketin) + + Performance: + * Migrate to RAGEL based parser, awesome work by (bpot) + * Performance improvements for people parsing email headers (ConradIrwin) + +------------------------------------------------------------------- +Sun Oct 12 11:31:29 UTC 2014 - [email protected] + +- adapt to new rubygem packaging style + +------------------------------------------------------------------- Old: ---- mail-2.5.4.gem New: ---- mail-2.6.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-mail.spec ++++++ --- /var/tmp/diff_new_pack.XKWaBl/_old 2014-10-14 07:12:19.000000000 +0200 +++ /var/tmp/diff_new_pack.XKWaBl/_new 2014-10-14 07:12:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-mail # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,13 +17,15 @@ Name: rubygem-mail -Version: 2.5.4 +Version: 2.6.1 Release: 0 %define mod_name mail %define mod_full_name %{mod_name}-%{version} - BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: %{rubygem gem2rpm} +BuildRequires: %{rubygem rdoc > 3.10} +BuildRequires: %{ruby} +BuildRequires: ruby-macros >= 5 Url: http://github.com/mikel/mail Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Mail provides a nice Ruby DSL for making, sending and reading emails @@ -33,37 +35,15 @@ %description A really Ruby Mail handler. -%package doc -Summary: RDoc documentation for %{mod_name} -Group: Development/Languages/Ruby -Requires: %{name} = %{version} - -%description doc -Documentation generated at gem installation time. -Usually in RDoc and RI formats. - %prep -#gem_unpack -#if you need patches, apply them here and replace the # with a % sign in the surrounding lines -#gem_build %build %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 - -%files doc -%defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ +%gem_install \ + --doc-files="CHANGELOG.rdoc MIT-LICENSE README.md" \ + -f + +%gem_packages %changelog ++++++ mail-2.5.4.gem -> mail-2.6.1.gem ++++++ ++++ 45355 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
