Browse Source

sqlite3-3.36.0-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
b069f7d026
1 changed files with 7 additions and 4 deletions
  1. 7 4
      s/sqlite3/sqlite3-vl.spec

+ 7 - 4
s/sqlite3/sqlite3-vl.spec

@@ -6,9 +6,9 @@
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
 %define year 2021
-%define realver 3350500
-%define docver 3350500
-%define rpmver 3.35.5
+%define realver 3360000
+%define docver 3360000
+%define rpmver 3.36.0
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
 Summary(ja): SQLite は組み込み型SQLデータベースエンジンを実装するCライブラリです。
@@ -19,8 +19,8 @@ Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
-URL: https://www.sqlite.org
 License: Public Domain
+URL: https://www.sqlite.org
 Source0: https://www.sqlite.org/%{year}/%{archivename}-src-%{realver}.zip
 Source1: https://www.sqlite.org/%{year}/%{archivename}-doc-%{docver}.zip
 
@@ -243,6 +243,9 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Mon Jul 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.0-1
+- new upstream release.
+
 * Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.35.5-1
 - new upstream release.