diff --git a/rubygem-sqlite3.spec b/rubygem-sqlite3.spec index 0ce39dc8ca16f6ba4d6e1146ea4329c3a510502b..6a4b643c6b7ddc3f44ab4a0d129ccb2bda507bb5 100644 --- a/rubygem-sqlite3.spec +++ b/rubygem-sqlite3.spec @@ -1,16 +1,17 @@ %global gem_name sqlite3 Name: rubygem-%{gem_name} -Version: 1.4.4 -Release: 2 +Version: 1.5.0 +Release: 1 Summary: Allows Ruby scripts to interface with a SQLite3 database License: BSD-3-Clause URL: https://github.com/sparklemotion/sqlite3-ruby Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # Upstream fix for update test with sqlite 3.46 error msg change # https://github.com/sparklemotion/sqlite3-ruby/pull/504 -Patch1: rubygem-sqlite3-1.4.4-update-test-for-sqlite-3_46.patch +# Patch1: rubygem-sqlite3-1.4.4-update-test-for-sqlite-3_46.patch BuildRequires: ruby(release) rubygems-devel ruby-devel sqlite-devel rubygem(minitest) >= 5.0.0 BuildRequires: gcc +BuildRequires: rubygem(mini_portile2) %description SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database. @@ -60,14 +61,18 @@ popd %doc %{gem_instdir}/Manifest.txt %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.rdoc -%{gem_instdir}/Rakefile -%{gem_instdir}/appveyor.yml +%doc %{gem_instdir}/Rakefile +%doc %{gem_instdir}/appveyor.yml %doc %{gem_instdir}/faq -%{gem_instdir}/rakelib -%{gem_instdir}/setup.rb -%{gem_instdir}/test +%doc %{gem_instdir}/rakelib +%doc %{gem_instdir}/setup.rb +%doc %{gem_instdir}/test %changelog +* Tue Jun 03 2025 openeuler_bot - 1.5.0-1 +- Packaging: Native (precompiled) gems are available for Ruby 2.6, 2.7, 3.0, and 3.1 on all these platforms (version: 1.5.0). +- Dependencies: Vendored sqlite is updated to v3.39.3 (version: 1.5.0). + * Fri Jan 03 2025 Funda Wang - 1.4.4-2 - fix build with sqlite 3.46 @@ -84,4 +89,4 @@ popd - Remove deprecated taint followup * Fri Jul 24 2020 zhanghua - 1.3.13-1 -- package init +- package init \ No newline at end of file diff --git a/sqlite3-1.4.4.gem b/sqlite3-1.4.4.gem deleted file mode 100644 index b1b461efc7a1f0ecb67fc66c6399b6d8267ce9f9..0000000000000000000000000000000000000000 Binary files a/sqlite3-1.4.4.gem and /dev/null differ diff --git a/sqlite3-1.5.0.gem b/sqlite3-1.5.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..b786b272e4464a1ed24877b134cdaf0bb2778b2e Binary files /dev/null and b/sqlite3-1.5.0.gem differ