Update to upstream version 1.3
This commit is contained in:
parent
269c8649c9
commit
96a6efc003
3 changed files with 7 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
commons-fileupload-1.2.1-src.tar.gz
|
||||
/commons-fileupload-1.2.2-src.tar.gz
|
||||
/commons-fileupload-1.3-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.2.2
|
||||
Release: 11%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: This package provides an api to work with html file upload
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -70,7 +70,6 @@ sed -i 's/\r//' LICENSE.txt
|
|||
sed -i 's/\r//' NOTICE.txt
|
||||
|
||||
%if 0%{?fedora}
|
||||
%patch1 -p1
|
||||
# fix gId
|
||||
sed -i "s|<groupId>portlet-api</groupId>|<groupId>javax.portlet</groupId>|" pom.xml
|
||||
%else
|
||||
|
|
@ -125,6 +124,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Mar 28 2013 Michal Srb <msrb@redhat.com> - 1.3-1
|
||||
- Update to upstream version 1.3
|
||||
|
||||
* Mon Mar 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.2-11
|
||||
- Disable tests (they use obsolete servlet API 2.4)
|
||||
- Resolves: rhbz#913878
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9ec666ec10b4ffbc3b97a841dfd2c1d8 commons-fileupload-1.2.2-src.tar.gz
|
||||
4ebb9e0e7d528d4660c35c63a13f20a5 commons-fileupload-1.3-src.tar.gz
|
||||
|
|
|
|||
Reference in a new issue