Fix unapplied patch
This commit is contained in:
parent
78b64c3fe8
commit
d049cbfcd6
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 3.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Provides a host of helper utilities for the java.lang API
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}
|
||||
@ -49,6 +49,7 @@ Summary: API documentation for %{name}
|
||||
%prep
|
||||
%setup -q -n %{short_name}-%{version}-src
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%mvn_file : %{name} %{short_name}
|
||||
|
||||
%build
|
||||
@ -64,6 +65,9 @@ Summary: API documentation for %{name}
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2016 Michael Simacek <msimacek@redhat.com> - 3.4-5
|
||||
- Fix unapplied patch
|
||||
|
||||
* Mon Feb 15 2016 Michael Simacek <msimacek@redhat.com> - 3.4-4
|
||||
- Fix parsing of ISO dates with UTC TZ
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user