diff --git a/rubygem-sqlite3.spec b/rubygem-sqlite3.spec index 6b5b310..70bad67 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 e5df998..0000000 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 0000000..b1b461e Binary files /dev/null and b/sqlite3-1.4.4.gem differ