Hello community,

here is the log from the commit of package rubygem-actionmailer-2_3.1341 for 
openSUSE:12.2:Update checked in at 2013-02-25 10:44:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/rubygem-actionmailer-2_3.1341 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.rubygem-actionmailer-2_3.1341.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actionmailer-2_3.1341", Maintainer is ""

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

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.rubygem-actionmailer-2_3.1341.new/rubygem-actionmailer-2_3.changes
  2013-02-25 10:44:38.000000000 +0100
@@ -0,0 +1,90 @@
+-------------------------------------------------------------------
+Wed Feb 13 23:00:19 UTC 2013 - mrueck...@suse.de
+
+- update to version 2.3.17 (bnc#803336, bnc#803339)
+  CVE-2013-0276 CVE-2013-0277:
+  * Version bump
+
+-------------------------------------------------------------------
+Wed Jan 30 16:17:10 UTC 2013 - mrueck...@suse.de
+
+- update to 2.3.16 (bnc#800320) CVE-2013-0333
+  * Version bump
+
+-------------------------------------------------------------------
+Thu Jan 17 11:08:09 UTC 2013 - mrueck...@suse.de
+
+- update to 2.3.15: (bnc#796712, bnc#797449, bnc#797452)
+  * Version bump.
+
+-------------------------------------------------------------------
+Wed Aug 17 12:12:38 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.14
+  * Version bump.
+
+-------------------------------------------------------------------
+Mon Jun 20 15:51:07 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.12
+  * Version bump.
+
+-------------------------------------------------------------------
+Wed Feb 16 11:07:02 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.11: (bnc#668817)
+  - XSS Risk in mail_to :encode=>:javascript CVE-2011-0446
+  - CSRF Bypass Risk CVE-2011-0447
+  - Filter Problems on Case Insensitive Filesystems CVE-2011-0449
+  - Potential SQL Injection with limit() CVE-2011-0448
+
+-------------------------------------------------------------------
+Mon Jan 17 13:12:26 UTC 2011 - mvid...@suse.cz
+
+- Split off doc and testsuite subpackages.
+
+-------------------------------------------------------------------
+Wed Oct 27 11:37:49 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.3.10
+  * Version bump.
+
+-------------------------------------------------------------------
+Sun Sep  5 11:15:05 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.3.9
+  * Version bump.
+
+-------------------------------------------------------------------
+Tue May 25 16:09:45 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Tue May 25 15:15:54 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.3.8
+  * Version bump.
+- additional changes from version 2.3.7
+  * Version bump.
+- additional changes from version 2.3.6
+  * Upgrade TMail from 1.2.3 to 1.2.7.  [Mikel Lindsaar]
+
+-------------------------------------------------------------------
+Tue Dec  1 17:23:47 UTC 2009 - ch...@computersalat.de
+
+- update to version 2.3.5
+  * Minor Bug Fixes and deprecation warnings
+
+-------------------------------------------------------------------
+Wed Sep  9 14:13:34 UTC 2009 - adr...@suse.de
+
+- update to version 2.3.4
+  * Minor Bug fixes
+
+-------------------------------------------------------------------
+Mon Mar 16 20:47:13 CET 2009 - mrueck...@suse.de
+
+- starting package for the rails 2.3 series
+
+-------------------------------------------------------------------

New:
----
  actionmailer-2.3.17.gem
  rubygem-actionmailer-2_3.changes
  rubygem-actionmailer-2_3.spec

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

Other differences:
------------------
++++++ rubygem-actionmailer-2_3.spec ++++++
#
# spec file for package rubygem-actionmailer-2_3
#
# 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
# 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:           rubygem-actionmailer-2_3
Version:        2.3.17
Release:        0
%define mod_name actionmailer
%define mod_full_name %{mod_name}-%{version}
#
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Provides:       rubygem-%{mod_name} = %{version}-%{release}
#
# actionpack = 2.3.17
BuildRequires:  rubygem-actionpack-2_3 = %{version}
Requires:       rubygem-actionpack-2_3 = %{version}
#
Url:            http://www.rubyonrails.org
Source:         %{mod_full_name}.gem
#
Summary:        Service layer for easy email delivery and testing
License:        MIT
Group:          Development/Languages/Ruby

%description
Makes it trivial to test and deliver emails sent from a single service layer.

%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.

%package testsuite
Summary:        Test suite for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
%build
%install
%gem_install %{S:0}
find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name \*.bak -print -delete
find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name \*\~ -print -delete

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

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_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}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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

Reply via email to