Browse code

Update sqlite to 3.22.0 and rebuild perl-DBD-SQLite (bug 2059140)

Change-Id: I3c670899f6cc6230c5dd85cc935bd3602ffa2c6f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4807
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

Xiaolin Li authored on 2018/02/28 04:03:22
Showing 2 changed files
... ...
@@ -2,19 +2,19 @@
2 2
 Summary:        SQLite DBI Driver
3 3
 Name:           perl-DBD-SQLite
4 4
 Version:        1.54
5
-Release:        1%{?dist}
5
+Release:        2%{?dist}
6 6
 Group:          Development/Libraries
7 7
 License:        (GPL+ or Artistic) and Public Domain
8 8
 URL:            http://search.cpan.org/dist/DBD-SQLite/
9 9
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
10
-%define sha1 DBD-SQLite=b9fc3e565899c67beffad2e290a816cbb69b03f2
11
-Vendor:		VMware, Inc.
12
-Distribution:	Photon
13
-BuildRequires:  sqlite-devel
10
+%define sha1    DBD-SQLite=b9fc3e565899c67beffad2e290a816cbb69b03f2
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
13
+BuildRequires:  sqlite-devel >= 3.22.0
14 14
 BuildRequires:  perl
15
-BuildRequires:	perl-DBI
16
-Requires:	perl-DBI
17
-Requires:	perl
15
+BuildRequires:  perl-DBI
16
+Requires:       perl-DBI
17
+Requires:       perl
18 18
 
19 19
 %description
20 20
 SQLite is a public domain RDBMS database engine that you can find at
... ...
@@ -45,6 +45,8 @@ make test
45 45
 %{_mandir}/man3/*
46 46
 
47 47
 %changelog
48
+*   Tue Feb 20 2018 Xiaolin Li <xiaolinl@vmware.com> 1.54-2
49
+-   Build perl-DBD-SQLite with sqlite-autoconf-3.22.0.
48 50
 *   Mon Apr 3 2017 Robert Qi <qij@vmware.com> 1.54-1
49 51
 -   Upgraded to 1.54
50 52
 *   Wed Nov 16 2016 Alexey Makhalov <ppadmavilasom@vmware.com> 1.50-3
... ...
@@ -1,15 +1,15 @@
1
-%define sourcever 3210000
1
+%define sourcever 3220000
2 2
 Summary:    A portable, high level programming interface to various calling conventions
3 3
 Name:           sqlite
4
-Version:        3.21.0
4
+Version:        3.22.0
5 5
 Release:        1%{?dist}
6 6
 License:        Public Domain
7 7
 URL:            http://www.sqlite.org
8 8
 Group:          System Environment/GeneralLibraries
9 9
 Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11
-Source0:        http://sqlite.org/2017/%{name}-autoconf-3210000.tar.gz
12
-%define sha1    sqlite=f56fe3407d8297fc0a68a058f4c9e6b77e83575c
11
+Source0:        http://sqlite.org/2018/%{name}-autoconf-%{sourcever}.tar.gz
12
+%define sha1    sqlite=2fb24ec12001926d5209d2da90d252b9825366ac
13 13
 Obsoletes:      sqlite-autoconf
14 14
 Requires:       sqlite-libs = %{version}-%{release}
15 15
 Provides:       sqlite3
... ...
@@ -88,6 +88,8 @@ rm -rf %{buildroot}/*
88 88
 %{_libdir}/libsqlite3.so.0.8.6
89 89
 
90 90
 %changelog
91
+*   Tue Feb 20 2018 Xiaolin Li <xiaolinl@vmware.com> 3.22.0-1
92
+-   Upgrade to version 3.22.0
91 93
 *   Fri Nov 10 2017 Xiaolin Li <xiaolinl@vmware.com> 3.21.0-1
92 94
 -   Upgrade to version 3.21.0
93 95
 *   Fri Jul 14 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.19.3-1