diff --git a/rubygem-sqlite3.spec b/rubygem-sqlite3.spec index 6b5b310c77b7f272eda9d9b94b22b0052e72294a..70bad675dbfd98749559ce32ef237f629bc1dd02 100644 --- a/rubygem-sqlite3.spec +++ b/rubygem-sqlite3.spec @@ -1,7 +1,7 @@ %global gem_name sqlite3 Name: rubygem-%{gem_name} -Version: 1.4.2 -Release: 2 +Version: 1.4.4 +Release: 1 Summary: Allows Ruby scripts to interface with a SQLite3 database License: BSD-3-Clause URL: https://github.com/sparklemotion/sqlite3-ruby @@ -65,6 +65,9 @@ popd %{gem_instdir}/test %changelog +* Thu Jul 28 2022 liqiuyu - 1.4.4-1 +- update to 1.4.4 + * Tue May 10 2022 yaoxin - 1.4.2-2 - License compliance rectification diff --git a/sqlite3-1.4.2.gem b/sqlite3-1.4.2.gem deleted file mode 100644 index e5df998d5f357bd20e2ba62a597f1b6df3b8c49d..0000000000000000000000000000000000000000 Binary files a/sqlite3-1.4.2.gem and /dev/null differ diff --git a/sqlite3-1.4.4.gem b/sqlite3-1.4.4.gem new file mode 100644 index 0000000000000000000000000000000000000000..b1b461efc7a1f0ecb67fc66c6399b6d8267ce9f9 Binary files /dev/null and b/sqlite3-1.4.4.gem differ