Update to upstream version 1.12

This commit is contained in:
Michael Simacek 2016-06-22 12:21:53 +02:00
parent b7c887aa6f
commit fc5aba7886
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
c5340030881cb547a8473d98d5afad31 commons-compress-1.11-src.tar.gz
7ba056a7e111d5d79382f689397e5d62 commons-compress-1.12-src.tar.gz