Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.3-rubygem-mysql2-0.5.5-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.3-rubygem-mysql2 Distribution: openSUSE:Factory:zSystems
Version: 0.5.5 Vendor: openSUSE
Release: 1.4 Build date: Fri Nov 3 08:46:49 2023
Group: Development/Languages/Ruby Build host: reproducible
Size: 421512 Source RPM: rubygem-mysql2-0.5.5-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/brianmario/mysql2
Summary: A simple, fast Mysql library for Ruby, binding to libmysql
A simple, fast Mysql library for Ruby, binding to libmysql.

Provides

Requires

License

MIT

Changelog

* Fri Nov 03 2023 Dan Čermák <dan.cermak@posteo.net>
  - 0.5.5:
    [#] New
    * Support for Ruby GC compaction (#1192)
    * Add `--with-openssl-dir` option for improved linking with OpenSSL (#1303)
    [#] Changed
    * Lock on the current Fiber rather than current Thread (#1284)
    * Improve SSL support on MySQL 5.6.36+ and MariaDB Connector/C 3.0+ (#1304, #1306)
    * Additional search paths to find MySQL libraries by Homebrew (#1278)
    * README: Improve docs for SSL/TLS (#1142, #1306)
    * CI: Upgrade RuboCop and run in its own CI step (#1259, #1268, #1295)
    * CI: Update runtime environments (#1290, #1291, #1292, #1298, #1299)
    Full Changelog: https://github.com/brianmario/mysql2/compare/0.5.4...0.5.5
* Sun May 15 2022 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 0.5.4
    * The taint mechanism will be deprecated in Ruby 2.7 by @kamipo in #1083
    * Made argument types strict for ruby 2.7 by @nobu in #1096
    * Update rake (and rake-compiler) to suppress the warning. by @junaruga in #1099
    * Fix crash if a Mysql2::Client object is allocated but never connected by @sodabrew in #1101
    * Remove Enumerable include from Statement class by @adamcrown in #1104
    * Add project metadata to the gemspec by @orien in #1089
    * Don't call mysql_close if mysql_init wasn't called. by @fimmtiu in #1111
    * Client session tracking by @insom in #1092
    * Avoid a hash object allocation per each query/execute call by @kamipo in #1112
    * Implementing type reflection from mysql result by @danhuynhdev in #1068
    * Register C global variables to Ruby GC to avoid problems with GC.compact by @casperisfine in #1115
    * Clarify Rails 4.2.11 support in Readme by @muzfuz in #1131
    * Improve Homebrew compatibility by @stefansundin in #1135
    * Tiny README syntax markup for consistency by @fwolfst in #1164
    * Add GitHub Actions. by @junaruga in #1154
    * Run GC.verify_compaction_references on CI by @casperisfine in #1155
    * GitHub Actions: Add CentOS/Fedora cases. by @junaruga in #1168
    * Random SEGV in do_send_query() by @unak in #1150
    * GitHub Actions: Add macOS cases. by @junaruga in #1170
    * Add GitHub Actions badges. by @junaruga in #1172
    * Rename .travis_* files to ci/*. by @junaruga in #1171
    * Make the benchmarks group optional. by @junaruga in #1173
    * Verify the testing database before running tests. by @junaruga in #1174
    * Rename the before/after hooks's symbol on RSpec 2 to the one on RSpec 3. by @junaruga in #1177
    * Refactor CI yaml files by @junaruga in #1176
    * Fix test failures on MariaDB by @junaruga in #1193
    * Fix some typos [ci skip] by @kamipo in #1195
    * Travis: Remove the command to pin Rubygems. by @junaruga in #1188
    * Make Result#fields return interned strings in Ruby 3+ by @casperisfine in #1181
    * Can't enable SSL with MariaDB driver library. (#1182) by @vakuum in #1183
    * Fix broken URL [ci skip] by @gaurish in #1207
    * Dynamically set Homebrew-installed OpenSSL flag by @olivierlacan in #1204
    * Setup default CA path if not provided by @dbussink in #1206
    * Allow setting VERIFY_IDENTITY for MariaDB by @dbussink in #1205
    * Fix session tracking tests by @insom in #1222
    * Update Mysql2::Result spec for Ruby 3.1 by @casperisfine in #1219
    * pdate DATETIME casting tests for mysql 8.0 by @casperisfine in #1221
    * Fix syntax by @tenderlove in #1223
    * Fix more builds by @tenderlove in #1224
    * Fix a mismatching size warning by @casperisfine in #1227
    * Move rubocop to a separate CI job by @casperisfine in #1225
    * improve ConnectionError mapping by @ThomasSevestre in #1215
    * Undefine T_DATA allocators for Ruby 3.2 compatibility by @casperisfine in #1236
    * Add Ruby 3.1 to the CI matrix by @casperisfine in #1235
    * Fix to build with MySQL 5.1 by @arika in #1197
    * fix typo in README by @nealharris in #1247
    * Add signing key for MySQL 5.7.37 / 8.0.28 and higher by @sodabrew in #1254
    * Remove ubuntu-16.04 from workflows by @mishina2228 in #1257
    * Update GitHub Actions workflows by @mishina2228 in #1253
* Fri Nov 27 2020 Marcus Rueckert <mrueckert@suse.de>
  - update workaround_mysql_config_libs.patch:
    only set rpath if it is not the standard libdir
* Thu Nov 26 2020 Marcus Rueckert <mrueckert@suse.de>
  - add workaround_mysql_config_libs.patch: (boo#1179289)
    this should be fixed in mysql_config but for now lets sanitize
    the path here
* Wed Nov 27 2019 Marcus Rueckert <mrueckert@suse.de>
  - updated to version 0.5.3
    see installed CHANGELOG.md
* Fri Jul 06 2018 factory-auto@kulow.org
  - updated to version 0.5.2
    see installed CHANGELOG.md
* Wed Apr 11 2018 factory-auto@kulow.org
  - updated to version 0.5.1
    see installed CHANGELOG.md
* Wed Mar 21 2018 factory-auto@kulow.org
  - updated to version 0.5.0
    see installed CHANGELOG.md
* Wed Nov 15 2017 mschnitzer@suse.com
  - updated to version 0.4.10
    no changelog entry found for version 0.4.10
    Fixes bsc#1067881
* Fri Aug 11 2017 mschnitzer@suse.com
  - updated to version 0.4.9
    [#] Bug Fixes
    - Fixed enable_cleartext_plugin mode (#874)
    - Prepared statements should handle booleans properly (#871)

Files

/usr/lib64/ruby/gems/3.3.0/build_info
/usr/lib64/ruby/gems/3.3.0/cache/mysql2-0.5.5.gem
/usr/lib64/ruby/gems/3.3.0/extensions/s390x-linux-gnu/3.3.0/mysql2-0.5.5
/usr/lib64/ruby/gems/3.3.0/extensions/s390x-linux-gnu/3.3.0/mysql2-0.5.5/gem.build_complete
/usr/lib64/ruby/gems/3.3.0/extensions/s390x-linux-gnu/3.3.0/mysql2-0.5.5/mysql2
/usr/lib64/ruby/gems/3.3.0/extensions/s390x-linux-gnu/3.3.0/mysql2-0.5.5/mysql2/mysql2.so
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/CHANGELOG.md
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/LICENSE
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/README.md
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/client.c
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/client.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/extconf.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/infile.c
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/infile.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/mysql2_ext.c
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/mysql2_ext.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/mysql_enc_name_to_ruby.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/mysql_enc_to_ruby.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/result.c
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/result.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/statement.c
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/statement.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/ext/mysql2/wait_for_single_fd.h
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/client.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/console.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/em.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/error.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/field.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/mysql2.so
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/result.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/statement.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/lib/mysql2/version.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/3A79BD29.asc
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/5072E1F5.asc
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/C74CD1D8.asc
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/libmysql.def
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/mysql_enc_to_ruby.rb
/usr/lib64/ruby/gems/3.3.0/gems/mysql2-0.5.5/support/ruby_enc_to_mysql.rb
/usr/lib64/ruby/gems/3.3.0/specifications/mysql2-0.5.5.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-mysql2
/usr/share/doc/packages/ruby3.3-rubygem-mysql2/CHANGELOG.md
/usr/share/doc/packages/ruby3.3-rubygem-mysql2/LICENSE
/usr/share/doc/packages/ruby3.3-rubygem-mysql2/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024