Update to upstream version 1.12
This commit is contained in:
parent
b7c887aa6f
commit
fc5aba7886
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ commons-compress-1.0-src.tar.gz
|
||||
/commons-compress-1.9-src.tar.gz
|
||||
/commons-compress-1.10-SNAPSHOT.tar.xz
|
||||
/commons-compress-1.11-src.tar.gz
|
||||
/commons-compress-1.12-src.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.11
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Java API for working with compressed files and archivers
|
||||
License: ASL 2.0
|
||||
@ -15,6 +15,8 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.powermock:powermock-api-mockito)
|
||||
BuildRequires: mvn(org.powermock:powermock-module-junit4)
|
||||
BuildRequires: mvn(org.tukaani:xz)
|
||||
|
||||
%description
|
||||
@ -46,6 +48,9 @@ This package provides %{summary}.
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 22 2016 Michael Simacek <msimacek@redhat.com> - 1.12-1
|
||||
- Update to upstream version 1.12
|
||||
|
||||
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 1.11-1
|
||||
- Update to upstream version 1.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user