commit rubygem-actionmailer-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:24:43

Comparing /work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new (New)


Package is "rubygem-actionmailer-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3/rubygem-actionmailer-2_3.changes
2012-08-04 18:59:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new/rubygem-actionmailer-2_3.changes
   2013-01-10 14:24:45.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 10:31:20 UTC 2013 - adr...@suse.de
+
+- update to version 2.3.15
+  * Version bump.
+
+---

Old:

  actionmailer-2.3.14.gem

New:

  actionmailer-2.3.15.gem



Other differences:
--
++ rubygem-actionmailer-2_3.spec ++
--- /var/tmp/diff_new_pack.vb0BEN/_old  2013-01-10 14:24:48.0 +0100
+++ /var/tmp/diff_new_pack.vb0BEN/_new  2013-01-10 14:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:   rubygem-actionmailer-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 #
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
 #

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



commit rubygem-actionmailer-2_3 for openSUSE:Factory

2011-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-2_3 for 
openSUSE:Factory checked in at 2011-11-07 17:25:13

Comparing /work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new (New)


Package is "rubygem-actionmailer-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3/rubygem-actionmailer-2_3.changes
2011-09-23 12:44:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new/rubygem-actionmailer-2_3.changes
   2011-11-07 17:25:14.0 +0100
@@ -1,0 +2,12 @@
+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.
+
+---

Old:

  actionmailer-2.3.11.gem

New:

  actionmailer-2.3.14.gem



Other differences:
--
++ rubygem-actionmailer-2_3.spec ++
--- /var/tmp/diff_new_pack.2kyQLF/_old  2011-11-07 17:25:21.0 +0100
+++ /var/tmp/diff_new_pack.2kyQLF/_new  2011-11-07 17:25:21.0 +0100
@@ -16,12 +16,11 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-actionmailer-2_3
-Version:2.3.11
-Release:1
+Version:2.3.14
+Release:0
 %define mod_name actionmailer
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:  Development/Languages/Ruby
 License:MIT
@@ -31,23 +30,21 @@
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 #
+# actionpack = 2.3.14
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
 #
 Url:http://www.rubyonrails.org
-Source: %{mod_name}-%{version}.gem
+Source: %{mod_full_name}.gem
 #
 Summary:Service layer for easy email delivery and testing
-
 %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
-License:MIT
 Requires:   %{name} = %{version}
-
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -55,16 +52,12 @@
 %package testsuite
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
-License:MIT
 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
@@ -75,17 +68,17 @@
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_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_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
+%{_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