[jzlib] Update to latest upstream, fixes rhbz #980461

mbooth mbooth at fedoraproject.org
Sun Jul 14 14:42:12 UTC 2013


commit 265a68727a4e59028b0c484b298f97705ecb24e9
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Sun Jul 14 15:41:39 2013 +0100

    Update to latest upstream, fixes rhbz #980461
    
    - Fix bogus date in changelog

 .gitignore |    1 +
 jzlib.spec |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2369e0e..27bc140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 jzlib-1.0.7.tar.gz
 jzlib-1.1.0.tar.gz
 /jzlib-1.1.1.zip
+/1.1.2.tar.gz
diff --git a/jzlib.spec b/jzlib.spec
index 4e99d51..543ea0e 100644
--- a/jzlib.spec
+++ b/jzlib.spec
@@ -1,12 +1,12 @@
 Name:           jzlib
-Version:        1.1.1
-Release:        4%{?dist}
+Version:        1.1.2
+Release:        1%{?dist}
 Epoch:          0
 Summary:        Re-implementation of zlib in pure Java
 License:        BSD
 URL:            http://www.jcraft.com/jzlib/
 BuildArch:      noarch
-Source0:        http://www.jcraft.com/jzlib/jzlib-%{version}.zip
+Source0:        https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
 
 BuildRequires:  maven-local
 
@@ -54,6 +54,10 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
 %doc %{_datadir}/%{name}
 
 %changelog
+* Sun Jul 14 2013 Mat Booth <fedora at matbooth.co.uk> 0:1.1.2-1
+- Update to latest upstream, fixes rhbz #980461
+- Fix bogus date in changelog
+
 * Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.1.1-4
 - Update to current packaging guidelines
 
@@ -135,7 +139,7 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
 * Tue Oct 19 2004 David Walluck <david at jpackage.org> 0:1.0.5-1jpp
 - 0.1.5
 
-* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.0.3-2jpp
+* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.0.3-2jpp
 - Rebuild with ant-1.6.2
 
 * Wed Jan 14 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0.3-1jpp
diff --git a/sources b/sources
index be8f0e9..24d5ed0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36c6520ee4f3d9acf9d8e4d275b388c7  jzlib-1.1.1.zip
+f220e253a1edde7394d13d3042978805  1.1.2.tar.gz


More information about the scm-commits mailing list