From 96a6efc003c441140e5083eb43e7f7aefd507aa6 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Apr 08 2013 06:23:34 +0000 Subject: Update to upstream version 1.3 --- diff --git a/.gitignore b/.gitignore index 4ffc170..7e0f367 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/apache-commons-fileupload.spec b/apache-commons-fileupload.spec index 50012b2..08cd149 100644 --- a/apache-commons-fileupload.spec +++ b/apache-commons-fileupload.spec @@ -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|portlet-api|javax.portlet|" pom.xml %else @@ -125,6 +124,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : # ----------------------------------------------------------------------------- %changelog +* Thu Mar 28 2013 Michal Srb - 1.3-1 +- Update to upstream version 1.3 + * Mon Mar 11 2013 Mikolaj Izdebski - 1.2.2-11 - Disable tests (they use obsolete servlet API 2.4) - Resolves: rhbz#913878 diff --git a/sources b/sources index 43249c1..7b8af5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ec666ec10b4ffbc3b97a841dfd2c1d8 commons-fileupload-1.2.2-src.tar.gz +4ebb9e0e7d528d4660c35c63a13f20a5 commons-fileupload-1.3-src.tar.gz