From b9b9669fa8ac9517b91dc31ab726371b4b4f4628 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Fri, 24 Aug 2007 20:02:29 +0000 Subject: [PATCH] fix license tag. --- perl-Convert-ASN1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec index fb9c4e9..e60f296 100644 --- a/perl-Convert-ASN1.spec +++ b/perl-Convert-ASN1.spec @@ -1,10 +1,10 @@ Summary: ASN.1 Encode/Decode library Name: perl-Convert-ASN1 Version: 0.21 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Convert-ASN1/ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 24 2007 Robin Norwood - 0.21-2 +- Fix license tag. + * Sat Feb 3 2007 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - Corrected several changelog entries.