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