diff --git a/.gitignore b/.gitignore index 83452d7..ecfc36f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ DBD-SQLite-1.29.tar.gz /DBD-SQLite-1.42.tar.gz /DBD-SQLite-1.44.tar.gz /DBD-SQLite-1.46.tar.gz +/DBD-SQLite-1.48.tar.gz diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 4df19e0..a3669c2 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite -Version: 1.46 -Release: 4%{?dist} +Version: 1.48 +Release: 1%{?dist} Summary: SQLite DBI Driver Group: Development/Libraries License: (GPL+ or Artistic) and Public Domain @@ -82,6 +82,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Thu Jun 18 2015 Tom Callaway - 1.48-1 +- update to 1.48 + * Thu Jun 18 2015 Fedora Release Engineering - 1.46-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3c955f8..9d63a13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c27d4b6c1b76caa54e7504649594ad7 DBD-SQLite-1.46.tar.gz +020c02ca595b2074a767a19af8506d2a DBD-SQLite-1.48.tar.gz