Update to new upstream version 1.3

This commit is contained in:
Sandro Mathys 2011-11-01 13:54:01 +01:00
parent 59bb07839b
commit 6e53eafa2a
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
commons-compress-1.0-src.tar.gz commons-compress-1.0-src.tar.gz
/commons-compress-1.1-src.tar.gz /commons-compress-1.1-src.tar.gz
/commons-compress-1.2-src.tar.gz /commons-compress-1.2-src.tar.gz
/commons-compress-1.3-src.tar.gz

View File

@ -2,8 +2,8 @@
%global short_name commons-%{base_name} %global short_name commons-%{base_name}
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.2 Version: 1.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Java API for working with tar, zip and bzip2 files Summary: Java API for working with tar, zip and bzip2 files
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -14,6 +14,8 @@ BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0 BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils BuildRequires: jpackage-utils
BuildRequires: apache-commons-parent BuildRequires: apache-commons-parent
BuildRequires: junit4
BuildRequires: maven-surefire-provider-junit4
Requires: java >= 1:1.6.0 Requires: java >= 1:1.6.0
Requires: jpackage-utils Requires: jpackage-utils
Requires(post): jpackage-utils Requires(post): jpackage-utils
@ -87,6 +89,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
%changelog %changelog
* Tue Nov 01 2011 Sandro Mathys <red at fedoraproject.org> - 1.3-1
- Updated to 1.3
* Thu Aug 04 2011 Sandro Mathys <red at fedoraproject.org> - 1.2-2 * Thu Aug 04 2011 Sandro Mathys <red at fedoraproject.org> - 1.2-2
- Fixing mistake where different versions of the spec file got mixed up - Fixing mistake where different versions of the spec file got mixed up

View File

@ -1 +1 @@
a5120dae12019ec0acceab50d7aae835 commons-compress-1.2-src.tar.gz 48a61d99daa255e4cc86f54542e3de44 commons-compress-1.3-src.tar.gz