From 638579d8515cb031da416d115c665dd9508ce277 Mon Sep 17 00:00:00 2001 From: Tomas Radej Date: Tue, 9 Jul 2013 11:11:15 +0200 Subject: [PATCH] Fixed license tag (MIT is only in test that doesn't make it into binary RPM) --- apache-commons-codec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 711d88f..fa33f06 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -3,10 +3,10 @@ Name: apache-%{short_name} Version: 1.8 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Implementations of common encoders and decoders Group: Development/Libraries -License: ASL 2.0 and MIT +License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz @@ -93,6 +93,9 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom %{_javadocdir}/%{name} %changelog +* Mon Jul 08 2013 Tomas Radej - 1.8-4 +- Fixed license tag (MIT is only in test that doesn't make it into binary RPM) + * Tue Jun 25 2013 Tomas Radej - 1.8-2 - Clarified licensing of DoubleMetaphoneTest.java