Update to latest version 1.7

This commit is contained in:
Mat Booth 2012-10-25 18:20:08 +01:00
parent 434d6d2181
commit 2b3783f09d
3 changed files with 10 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
commons-codec-1.4-src.tar.gz
commons-codec-1.6-src.tar.gz
/.project
/commons-codec-1.7-src.tar.gz

View File

@ -2,8 +2,8 @@
%global short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 1.6
Release: 5%{?dist}
Version: 1.7
Release: 1%{?dist}
Summary: Implementations of common encoders and decoders
Group: Development/Libraries
License: ASL 2.0
@ -31,9 +31,7 @@ BuildRequires: maven-surefire-provider-junit4
Requires: java >= 1:1.6.0
Requires: jpackage-utils
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}-%{release}
# It looks like there are packages in F-13 that BR/R the short name
# It looks like there are packages in F-18 that BR/R the short name
Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release}
@ -46,7 +44,6 @@ Phonetic and URLs.
Summary: API documentation for %{name}
Group: Documentation
Requires: jpackage-utils
Obsoletes: jakarta-%{short_name}-javadoc < %{version}-%{release}
%description javadoc
%{summary}.
@ -86,6 +83,10 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%{_javadocdir}/%{name}
%changelog
* Thu Oct 25 2012 Mat Booth <fedora@matbooth.co.uk> - 1.7-1
- Update to 1.7.
- Can finally remove the provides/obsoletes on the old jakarta name.
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-5
- Restore apache-commons-codec.jar symlink, resolves #857947

View File

@ -1 +1 @@
2e482c7567908d334785ce7d69ddfff7 commons-codec-1.6-src.tar.gz
9532b9247c71475d12350e36b721c366 commons-codec-1.7-src.tar.gz