Hello community,

here is the log from the commit of package rubygem-mysql2 for openSUSE:Factory 
checked in at 2013-07-25 15:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mysql2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mysql2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mysql2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-mysql2/rubygem-mysql2.changes    
2012-03-26 12:18:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mysql2.new/rubygem-mysql2.changes       
2013-07-25 15:32:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jul 20 10:49:53 UTC 2013 - [email protected]
+
+- updated to version 0.3.13, changelog dropped upstream
+
+-------------------------------------------------------------------

Old:
----
  mysql2-0.3.11.gem

New:
----
  mysql2-0.3.13.gem

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

Other differences:
------------------
++++++ rubygem-mysql2.spec ++++++
--- /var/tmp/diff_new_pack.oGpL2z/_old  2013-07-25 15:32:16.000000000 +0200
+++ /var/tmp/diff_new_pack.oGpL2z/_new  2013-07-25 15:32:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mysql2
 #
-# 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
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-mysql2
-Version:        0.3.11
+Version:        0.3.13
 Release:        0
-License:        MIT
-Summary:        A simple, fast Mysql library for Ruby, binding to libmysql
-Url:            http://github.com/brianmario/mysql2
-Group:          Development/Languages/Ruby
 %define mod_name mysql2
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  mysql-devel
-BuildRequires:  rubygems_with_buildroot_patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
+# MANUAL
+BuildRequires:  mysql-devel
+Url:            http://github.com/brianmario/mysql2
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:        A simple, fast Mysql library for Ruby, binding to libmysql
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
 A simple, fast Mysql library for Ruby, binding to libmysql
@@ -51,13 +54,22 @@
 Test::Unit or RSpec files, useful for developers.
 
 %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 %{SOURCE0}
+%gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %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}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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

Reply via email to