From 7fb97eb9be566a35833959f8eb75e7b80d8f9dec Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 20 Mar 2015 09:54:03 +0100 Subject: [PATCH] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and Public Domain) --- perl-DBD-SQLite.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 7c3fb96..51c3623 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,9 +1,9 @@ Name: perl-DBD-SQLite Version: 1.46 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SQLite DBI Driver Group: Development/Libraries -License: GPL+ or Artistic +License: (GPL+ or Artistic) and Public Domain URL: http://search.cpan.org/dist/DBD-SQLite/ Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz Patch0: perl-DBD-SQLite-bz543982.patch @@ -82,6 +82,10 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Fri Mar 20 2015 Jitka Plesnikova - 1.46-2 +- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and + Public Domain) + * Wed Dec 10 2014 Jitka Plesnikova - 1.46-1 - 1.46 bump