|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Version: 3.006
|
|
|
|
Version: 3.007
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tiny Mojolicious wrapper for SQLite
|
|
|
|
Summary: Tiny Mojolicious wrapper for SQLite
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# run deps
|
|
|
|
# run deps
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(DBD::SQLite) >= 1.64
|
|
|
|
BuildRequires: perl(DBD::SQLite) >= 1.68
|
|
|
|
BuildRequires: perl(DBI) >= 1.627
|
|
|
|
BuildRequires: perl(DBI) >= 1.627
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
@ -74,6 +74,9 @@ RELEASE_TESTING=1 ./Build test
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 08 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.007-1
|
|
|
|
|
|
|
|
- Update to 3.007
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.006-2
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.006-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|