Update to latest upstream, fixes rhbz #1079510

Add patch for javadoc errors
This commit is contained in:
Mat Booth 2014-05-09 12:53:56 +01:00
parent 9f921f461d
commit ae4cb5de28
3 changed files with 18 additions and 7 deletions

10
.gitignore vendored
View File

@ -1,4 +1,6 @@
jzlib-1.0.7.tar.gz
jzlib-1.1.0.tar.gz
/jzlib-1.1.1.zip
/1.1.2.tar.gz
/*.tar.gz
/jzlib-*/
/.project
/noarch
/*.src.rpm
/.build-*.log

View File

@ -1,6 +1,6 @@
Name: jzlib
Version: 1.1.2
Release: 3%{?dist}
Version: 1.1.3
Release: 1%{?dist}
Epoch: 0
Summary: Re-implementation of zlib in pure Java
License: BSD
@ -8,6 +8,9 @@ URL: http://www.jcraft.com/jzlib/
BuildArch: noarch
Source0: https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
# This patch is sent upstream: https://github.com/ymnk/jzlib/pull/15
Patch0: jzlib-javadoc-fixes.patch
BuildRequires: maven-local
%description
@ -32,6 +35,8 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
%prep
%setup -q
%patch0
%mvn_file : %{name}
%build
@ -54,6 +59,10 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
%doc %{_datadir}/%{name}
%changelog
* Fri May 09 2014 Mat Booth <mat.booth@redhat.com> - 0:1.1.3-1
- Update to latest upstream, fixes rhbz #1079510
- Add patch for javadoc errors
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.2-3
- Use Requires: java-headless rebuild (#1067528)

View File

@ -1 +1 @@
f220e253a1edde7394d13d3042978805 1.1.2.tar.gz
f7cea898d9c0834f457f39e3a425a2cf 1.1.3.tar.gz