|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Version: 3.006
|
|
|
|
Version: 3.009
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 4%{?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)
|
|
|
@ -43,7 +43,6 @@ BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(URI) >= 1.69
|
|
|
|
BuildRequires: perl(URI) >= 1.69
|
|
|
|
BuildRequires: perl(URI::db) >= 0.15
|
|
|
|
BuildRequires: perl(URI::db) >= 0.15
|
|
|
|
BuildRequires: perl(URI::file) >= 4.21
|
|
|
|
BuildRequires: perl(URI::file) >= 4.21
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
|
@ -74,8 +73,29 @@ RELEASE_TESTING=1 ./Build test
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Sep 26 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.006-1
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.009-4
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.009-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.009-2
|
|
|
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 27 2022 Emmanuel Seyman <emmanuel@seyman.fr> - 3.009-1
|
|
|
|
|
|
|
|
- Update to 3.009
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.008-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 28 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.008-1
|
|
|
|
|
|
|
|
- Update to 3.008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 19 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.006-1
|
|
|
|
* Sat Jun 19 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.006-1
|
|
|
|
- Update to 3.006
|
|
|
|
- Update to 3.006
|