1.44 bump; Updated dependencies
This commit is contained in:
parent
e5b951ba57
commit
77606278a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ DBD-SQLite-1.29.tar.gz
|
||||
/DBD-SQLite-1.39.tar.gz
|
||||
/DBD-SQLite-1.40.tar.gz
|
||||
/DBD-SQLite-1.42.tar.gz
|
||||
/DBD-SQLite-1.44.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
diff -up DBD-SQLite-1.42/README.orig DBD-SQLite-1.42/README
|
||||
--- DBD-SQLite-1.42/README.orig 2014-07-15 09:35:34.645802758 +0200
|
||||
+++ DBD-SQLite-1.42/README 2014-07-15 09:35:51.249990673 +0200
|
||||
diff -up DBD-SQLite-1.44/README.orig DBD-SQLite-1.44/README
|
||||
--- DBD-SQLite-1.44/README.orig 2013-08-27 06:33:55.000000000 +0200
|
||||
+++ DBD-SQLite-1.44/README 2014-10-29 08:51:33.381889419 +0100
|
||||
@@ -1222,36 +1222,6 @@ R* TREE SUPPORT
|
||||
using callbacks, as mentioned in the prior link, have not been
|
||||
implemented yet.
|
||||
@ -38,12 +38,12 @@ diff -up DBD-SQLite-1.42/README.orig DBD-SQLite-1.42/README
|
||||
TO DO
|
||||
The following items remain to be done.
|
||||
|
||||
diff -up DBD-SQLite-1.42/lib/DBD/SQLite.pm.orig DBD-SQLite-1.42/lib/DBD/SQLite.pm
|
||||
--- DBD-SQLite-1.42/lib/DBD/SQLite.pm.orig 2014-07-15 09:36:12.006225578 +0200
|
||||
+++ DBD-SQLite-1.42/lib/DBD/SQLite.pm 2014-07-15 09:37:04.244816776 +0200
|
||||
@@ -2604,37 +2604,6 @@ For more detail, please see the SQLite R
|
||||
queries using callbacks, as mentioned in the prior link, have not been
|
||||
implemented yet.
|
||||
diff -up DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig DBD-SQLite-1.44/lib/DBD/SQLite.pm
|
||||
--- DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig 2014-10-22 16:10:06.000000000 +0200
|
||||
+++ DBD-SQLite-1.44/lib/DBD/SQLite.pm 2014-10-29 08:51:33.382889429 +0100
|
||||
@@ -2441,37 +2441,6 @@ sources, etc.
|
||||
|
||||
Other Perl virtual tables may also be published separately on CPAN.
|
||||
|
||||
-=head1 FOR DBD::SQLITE EXTENSION AUTHORS
|
||||
-
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.42
|
||||
Release: 5%{?dist}
|
||||
Version: 1.44
|
||||
Release: 1%{?dist}
|
||||
Summary: SQLite DBI Driver
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -15,6 +15,7 @@ Patch1: DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
|
||||
# perl-DBD-SQLite is self-contained (uses the sqlite local copy)
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
# Prevent bug #443495
|
||||
@ -22,18 +23,25 @@ BuildRequires: perl(DBI) >= 1.607
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests only
|
||||
BuildRequires: perl(bytes)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(locale)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(Unicode::UCD)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -74,6 +82,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-1
|
||||
- 1.44 bump
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-5
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user