]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
rel 1 (disable replication patch by default) auto/th/sqlite3-3.34.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 16 Dec 2020 16:08:45 +0000 (17:08 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 16 Dec 2020 16:11:21 +0000 (17:11 +0100)
to be dropped if nobody steps up to maintain it

sqlite3.spec

index 7b03025861df9b3ac1ed9a9960e8761f1bb0b99d..13ea222a1c73a83af0fa2c8b226aa3e4d5d2b058 100644 (file)
@@ -12,7 +12,7 @@
 %bcond_without load_extension  # enable load extension API
 %bcond_with    icu             # ICU tokenizer support
 %bcond_without json1           # json1 extension
-%bcond_without wal_replication         # WAL replication support
+%bcond_with    wal_replication         # WAL replication support
 
 %ifarch %{x8664}
 %undefine      with_tests
@@ -37,7 +37,7 @@ Summary:      SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
 Name:          sqlite3
 Version:       %{ver}
-Release:       0.1
+Release:       1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
This page took 0.137141 seconds and 4 git commands to generate.