Hello community, here is the log from the commit of package rubygem-mysql for openSUSE:Factory checked in at 2012-11-14 17:01:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-mysql (Old) and /work/SRC/openSUSE:Factory/.rubygem-mysql.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mysql", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-mysql/rubygem-mysql.changes 2011-09-23 12:44:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-mysql.new/rubygem-mysql.changes 2012-11-14 17:01:24.000000000 +0100 @@ -1,0 +2,14 @@ +Wed Nov 7 05:22:01 UTC 2012 - [email protected] + +- updated to version 2.8.2 + * Incompatibility: + * Requires Ruby 1.8.7 or newer. + + * Enhancements: + * Detect MySQL version at load time and fail on mismatch [ghazel] + * Use MySQL Connector/C for Windows binary bindings instead + + * Bug fixes: + * Use RbConfig since Config is deprecated in Ruby 2.0 [tenderlove] + +------------------------------------------------------------------- Old: ---- mysql-2.8.1.gem New: ---- mysql-2.8.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-mysql.spec ++++++ --- /var/tmp/diff_new_pack.YYDjPS/_old 2012-11-14 17:01:25.000000000 +0100 +++ /var/tmp/diff_new_pack.YYDjPS/_new 2012-11-14 17:01:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-mysql # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,22 +16,19 @@ # - Name: rubygem-mysql -Version: 2.8.1 -Release: 1 +Version: 2.8.2 +Release: 0 %define mod_name mysql # -Group: Development/Languages/Ruby -License: GPL-2.0+ or Ruby # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch %rubygems_requires # Requires: ruby >= 1.8.6 -BuildRequires: ruby-devel >= 1.8.6 BuildRequires: libmysqlclient-devel +BuildRequires: ruby-devel >= 1.8.6 Provides: ruby-mysql = %{version} # make it < with the next version update Obsoletes: ruby-mysql <= %{version} @@ -40,6 +37,8 @@ Source: %{mod_name}-%{version}.gem # Summary: This is the MySQL API module for Ruby +License: GPL-2.0+ or Ruby +Group: Development/Languages/Ruby %description This is the MySQL API module for Ruby. It provides the same functions for Ruby -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
