Hello community,

here is the log from the commit of package rubygem-actionmailer.1299 for 
openSUSE:12.1:Update checked in at 2013-02-12 09:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update/rubygem-actionmailer.1299 (Old)
 and      /work/SRC/openSUSE:12.1:Update/.rubygem-actionmailer.1299.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actionmailer.1299", Maintainer is ""

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

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ 
/work/SRC/openSUSE:12.1:Update/.rubygem-actionmailer.1299.new/rubygem-actionmailer.changes
  2013-02-12 09:51:37.000000000 +0100
@@ -0,0 +1,127 @@
+-------------------------------------------------------------------
+Wed Jan 30 16:18:07 UTC 2013 - [email protected]
+
+- bump requires to version 2.3.16
+
+-------------------------------------------------------------------
+Wed Aug 17 22:27:38 UTC 2011 - [email protected]
+
+- bump requires to version 2.3.14
+
+-------------------------------------------------------------------
+Wed Feb 16 12:22:16 UTC 2011 - [email protected]
+
+- bump requires to version 2.3.11
+
+-------------------------------------------------------------------
+Wed Oct 27 12:10:16 UTC 2010 - [email protected]
+
+- bump requires to version 2.3.10
+
+-------------------------------------------------------------------
+Mon Sep  6 14:44:06 UTC 2010 - [email protected]
+
+- bump to version 2.3.9
+
+-------------------------------------------------------------------
+Tue May 25 16:24:10 UTC 2010 - [email protected]
+
+- bump to version 2.3.8
+
+-------------------------------------------------------------------
+Mon Dec 21 16:55:22 UTC 2009 - [email protected]
+
+- bump to version 2.3.5
+
+-------------------------------------------------------------------
+Fri Oct  9 15:54:44 CEST 2009 - [email protected]
+
+- bump to version 2.3.4
+
+-------------------------------------------------------------------
+Mon Mar 16 21:07:10 CET 2009 - [email protected]
+
+- bump to version 2.3.2
+
+-------------------------------------------------------------------
+Mon Mar  9 16:18:07 CET 2009 - [email protected]
+
+- bump version number to 2.1.2
+
+-------------------------------------------------------------------
+Fri Sep 12 18:27:05 CEST 2008 - [email protected]
+
+- bump to version 2.1.1
+
+-------------------------------------------------------------------
+Mon Jan 21 17:34:24 CET 2008 - [email protected]
+
+- started a new wrapper package. it will always pull in the latest
+  rubygem-actionmailer package
+
+-------------------------------------------------------------------
+Wed Oct 17 18:09:21 CEST 2007 - [email protected]
+
+- update to version 1.3.5
+  * Depend on Action Pack 1.13.5
+- additional changes from 1.3.4
+  * Depend on Action Pack 1.13.4
+
+-------------------------------------------------------------------
+Mon May 14 16:45:52 CEST 2007 - [email protected]
+
+- update to version 1.3.3
+  * Depend on Action Pack 1.13.3
+- additional changes from 1.3.2:
+  * Deprecate server_settings renaming it to smtp_settings,  add
+    sendmail_settings to allow you to override the arguments to
+    and location of the sendmail executable. [Koz]
+- fixed typo in the changelog
+
+-------------------------------------------------------------------
+Wed Jan 24 01:10:42 CET 2007 - [email protected]
+
+- Update to version 1.3.1:
+  update for rails 1.2.1. Too many changes to mention them here.
+  See /usr/lib*/ruby/gems/1.8/gems/actionmailer-1.3.1/CHANGELOG .
+
+-------------------------------------------------------------------
+Fri Aug 11 02:36:02 CEST 2006 - [email protected]
+
+- Update to version 1.2.5:
+  * Depend on Action Pack 1.12.5
+
+-------------------------------------------------------------------
+Thu Aug 10 12:55:36 CEST 2006 - [email protected]
+
+- Update to version 1.2.4:
+  * Backport of documentation enhancements.
+    [Kevin Clark, Marcel Molina Jr]
+  * Correct spurious documentation example code which results in a
+    SyntaxError. [Marcel Molina Jr.]
+  * Mailer template root applies to a class and its subclasses
+    rather than acting globally. (rails:#5555) [[email protected]]
+- Depend on Action Pack 1.12.4
+
+-------------------------------------------------------------------
+Sat Jul  1 04:28:30 CEST 2006 - [email protected]
+
+- Update to version 1.2.3:
+  * Depend on Action Pack 1.12.3
+
+-------------------------------------------------------------------
+Wed Jun 21 01:08:06 CEST 2006 - [email protected]
+
+- use rubygems_with_buildroot_patch instead of the versioned
+  buildrequires
+
+-------------------------------------------------------------------
+Tue Jun 20 01:47:18 CEST 2006 - [email protected]
+
+- remove bak files
+
+-------------------------------------------------------------------
+Mon Jun 19 18:40:28 CEST 2006 - [email protected]
+
+- Initial package of version 1.2.1
+

New:
----
  rubygem-actionmailer-README.SuSE
  rubygem-actionmailer.changes
  rubygem-actionmailer.spec

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

Other differences:
------------------
++++++ rubygem-actionmailer.spec ++++++
#
# spec file for package rubygem-actionmailer
#
# 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
Version:        2.3.16
Release:        0
%define mod_name actionmailer
#
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Requires:       rubygem-actionmailer-2_3 = %{version}
#
Url:            http://rubyforge.org/projects/actionmailer/
Source:         rubygem-actionmailer-README.SuSE
#
Summary:        Mail service classes for Ruby on Rails
License:        MIT
Group:          Development/Languages/Ruby

%description
Simplifies the creation of mail service classes that uses Action View
(from Action Pack) to render the body templates.



Authors:
--------
    rails development team

%prep

%build

%install
%{__install} -D -m 0644 %{S:0} %{buildroot}%{_docdir}/%{name}/README.SUSE

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

%files
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/README.SUSE

%changelog
++++++ rubygem-actionmailer-README.SuSE ++++++

   This is just a wrapper packager which will pull in the latest
   version of rubygem-actionmailer see the documentation directory
   of that package for more informations.

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

Reply via email to