Change-Id: I2f694d2506427029937493d9b13ec1ad918591e3
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4806
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -2,19 +2,19 @@ |
| 2 | 2 |
Summary: SQLite DBI Driver |
| 3 | 3 |
Name: perl-DBD-SQLite |
| 4 | 4 |
Version: 1.50 |
| 5 |
-Release: 2%{?dist}
|
|
| 5 |
+Release: 3%{?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=49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7 |
|
| 11 |
-Vendor: VMware, Inc. |
|
| 12 |
-Distribution: Photon |
|
| 13 |
-BuildRequires: sqlite-autoconf |
|
| 10 |
+%define sha1 DBD-SQLite=49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7 |
|
| 11 |
+Vendor: VMware, Inc. |
|
| 12 |
+Distribution: Photon |
|
| 13 |
+BuildRequires: sqlite-autoconf >= 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,11 +45,13 @@ make test |
| 45 | 45 |
%{_mandir}/man3/*
|
| 46 | 46 |
|
| 47 | 47 |
%changelog |
| 48 |
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.50-2 |
|
| 49 |
-- GA - Bump release of all rpms |
|
| 48 |
+* Tue Feb 20 2018 Xiaolin Li <xiaolinl@vmware.com> 1.50-3 |
|
| 49 |
+- Build perl-DBD-SQLite with sqlite-autoconf-3.22.0. |
|
| 50 |
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.50-2 |
|
| 51 |
+- GA - Bump release of all rpms |
|
| 50 | 52 |
* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.50-1 |
| 51 | 53 |
- Upgraded to version 1.50 |
| 52 |
-* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1 |
|
| 53 |
-- Upgrade version |
|
| 54 |
-* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1 |
|
| 55 |
-- Initial version. |
|
| 54 |
+* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1 |
|
| 55 |
+- Upgrade version |
|
| 56 |
+* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1 |
|
| 57 |
+- Initial version. |
| ... | ... |
@@ -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-autoconf |
| 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}-3210000.tar.gz
|
|
| 12 |
-%define sha1 sqlite=f56fe3407d8297fc0a68a058f4c9e6b77e83575c |
|
| 11 |
+Source0: http://sqlite.org/2018/%{name}-3220000.tar.gz
|
|
| 12 |
+%define sha1 sqlite=2fb24ec12001926d5209d2da90d252b9825366ac |
|
| 13 | 13 |
Obsoletes: libsqlite |
| 14 | 14 |
Provides: sqlite3 |
| 15 | 15 |
%description |
| ... | ... |
@@ -53,6 +53,8 @@ rm -rf %{buildroot}/*
|
| 53 | 53 |
%{_libdir}/pkgconfig/*
|
| 54 | 54 |
%{_mandir}/man1/*
|
| 55 | 55 |
%changelog |
| 56 |
+* Tue Feb 20 2018 Xiaolin Li <xiaolinl@vmware.com> 3.22.0-1 |
|
| 57 |
+- Upgrade to version 3.22.0 |
|
| 56 | 58 |
* Fri Nov 10 2017 Xiaolin Li <xiaolinl@vmware.com> 3.21.0-1 |
| 57 | 59 |
- Upgrade to version 3.21.0 |
| 58 | 60 |
* Thu Jul 13 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.18.0-2 |