diff --git a/.gitignore b/.gitignore index 79a35b7..19344a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ commons-compress-1.0-src.tar.gz /commons-compress-1.1-src.tar.gz /commons-compress-1.2-src.tar.gz +/commons-compress-1.3-src.tar.gz diff --git a/apache-commons-compress.spec b/apache-commons-compress.spec index 07658b9..a1711be 100644 --- a/apache-commons-compress.spec +++ b/apache-commons-compress.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name} Name: apache-%{short_name} -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Java API for working with tar, zip and bzip2 files Group: Development/Libraries License: ASL 2.0 @@ -14,6 +14,8 @@ BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: apache-commons-parent +BuildRequires: junit4 +BuildRequires: maven-surefire-provider-junit4 Requires: java >= 1:1.6.0 Requires: jpackage-utils Requires(post): jpackage-utils @@ -87,6 +89,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Tue Nov 01 2011 Sandro Mathys - 1.3-1 +- Updated to 1.3 + * Thu Aug 04 2011 Sandro Mathys - 1.2-2 - Fixing mistake where different versions of the spec file got mixed up diff --git a/sources b/sources index ede1c5a..439e78f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5120dae12019ec0acceab50d7aae835 commons-compress-1.2-src.tar.gz +48a61d99daa255e4cc86f54542e3de44 commons-compress-1.3-src.tar.gz