Update to upstream version 1.11

This commit is contained in:
Michael Simacek 2016-05-02 13:33:34 +02:00
parent f41acb4714
commit b7c887aa6f
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ commons-compress-1.0-src.tar.gz
/commons-compress-1.8.1-src.tar.gz /commons-compress-1.8.1-src.tar.gz
/commons-compress-1.9-src.tar.gz /commons-compress-1.9-src.tar.gz
/commons-compress-1.10-SNAPSHOT.tar.xz /commons-compress-1.10-SNAPSHOT.tar.xz
/commons-compress-1.11-src.tar.gz

View File

@ -2,23 +2,19 @@
%global short_name commons-%{base_name} %global short_name commons-%{base_name}
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.10 Version: 1.11
Release: 0.3.svn1684406%{?dist} Release: 1%{?dist}
Summary: Java API for working with compressed files and archivers Summary: Java API for working with compressed files and archivers
License: ASL 2.0 License: ASL 2.0
URL: http://commons.apache.org/%{base_name}/ URL: http://commons.apache.org/proper/commons-compress/
BuildArch: noarch BuildArch: noarch
# svn export http://svn.apache.org/repos/asf/commons/proper/compress/trunk/ commons-compress-1.10-src Source0: http://archive.apache.org/dist/commons/compress/source/%{short_name}-%{version}-src.tar.gz
# tar caf commons-compress-1.10-SNAPSHOT.tar.xz commons-compress-1.10-src
Source0: %{short_name}-%{version}-SNAPSHOT.tar.xz
#Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
BuildRequires: mvn(org.tukaani:xz) BuildRequires: mvn(org.tukaani:xz)
%description %description
@ -34,8 +30,6 @@ This package provides %{summary}.
%prep %prep
%setup -q -n %{short_name}-%{version}-src %setup -q -n %{short_name}-%{version}-src
# FIXME: test fails for unknown reason
find -name X5455_ExtendedTimestampTest.java -delete
%build %build
%mvn_file : %{short_name} %{name} %mvn_file : %{short_name} %{name}
@ -52,6 +46,9 @@ find -name X5455_ExtendedTimestampTest.java -delete
%doc LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt
%changelog %changelog
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 1.11-1
- Update to upstream version 1.11
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-0.3.svn1684406 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-0.3.svn1684406
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
63d9ee0102f3a6cec7992019a3735f82 commons-compress-1.10-SNAPSHOT.tar.xz c5340030881cb547a8473d98d5afad31 commons-compress-1.11-src.tar.gz