Change-Id: I13d9e082c5d807de5e0e44f8d1aa6e1725c070c4
Reviewed-on: http://photon-jenkins.eng.vmware.com/413
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
| ... | ... |
@@ -1,13 +1,13 @@ |
| 1 | 1 |
# Got the intial spec from Fedora and modified it |
| 2 | 2 |
Summary: SQLite DBI Driver |
| 3 | 3 |
Name: perl-DBD-SQLite |
| 4 |
-Version: 1.46 |
|
| 4 |
+Version: 1.48 |
|
| 5 | 5 |
Release: 1%{?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=1210af99d7010b315e4c4de9fb895ac34bdb22bd |
|
| 10 |
+%define sha1 DBD-SQLite=d2baa78384b0a05fb331c1873822263a2b04c0d8 |
|
| 11 | 11 |
Vendor: VMware, Inc. |
| 12 | 12 |
Distribution: Photon |
| 13 | 13 |
BuildRequires: sqlite-autoconf |
| ... | ... |
@@ -45,5 +45,7 @@ make test |
| 45 | 45 |
%{_mandir}/man3/*
|
| 46 | 46 |
|
| 47 | 47 |
%changelog |
| 48 |
+* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1 |
|
| 49 |
+- Upgrade version |
|
| 48 | 50 |
* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1 |
| 49 | 51 |
- Initial version. |
| ... | ... |
@@ -10,7 +10,7 @@ |
| 10 | 10 |
|
| 11 | 11 |
Summary: A database access API for perl |
| 12 | 12 |
Name: perl-DBI |
| 13 |
-Version: 1.633 |
|
| 13 |
+Version: 1.634 |
|
| 14 | 14 |
Release: 1%{?dist}
|
| 15 | 15 |
Group: Development/Libraries |
| 16 | 16 |
License: GPL+ or Artistic |
| ... | ... |
@@ -19,7 +19,7 @@ URL: http://dbi.perl.org/ |
| 19 | 19 |
# license is not a FSF free license. |
| 20 | 20 |
# Source0: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
| 21 | 21 |
Source0: DBI-%{version}_repackaged.tar.gz
|
| 22 |
-%define sha1 DBI=82fcc8e2b5180941cf8d38e655d5d98f86a29ca4 |
|
| 22 |
+%define sha1 DBI=fa7b80ea3e3b41195d7d39252a19ad5f25e970f8 |
|
| 23 | 23 |
Vendor: VMware, Inc. |
| 24 | 24 |
Distribution: Photon |
| 25 | 25 |
BuildRequires: perl |
| ... | ... |
@@ -86,5 +86,7 @@ make test |
| 86 | 86 |
%{_mandir}/man3/*.3*
|
| 87 | 87 |
|
| 88 | 88 |
%changelog |
| 89 |
+* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.634-1 |
|
| 90 |
+- Upgrade version |
|
| 89 | 91 |
* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.633-1 |
| 90 | 92 |
- Initial version. |