From 9bb6c467405829a39690960b27970c71c8be003e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 05 2014 09:27:57 +0000 Subject: Update to 0.4.1 --- diff --git a/.gitignore b/.gitignore index c68a6aa..2bc9304 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libwebp-0.3.0.tar.gz /libwebp-0.3.1.tar.gz /libwebp-0.4.0.tar.gz +/libwebp-0.4.1.tar.gz diff --git a/libwebp.spec b/libwebp.spec index c03d0fd..36b97e2 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -1,18 +1,16 @@ %global _hardened_build 1 Name: libwebp -Version: 0.4.0 -Release: 4%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Group: Development/Libraries URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format # Additional IPR is licensed as well. See PATENTS file for details License: BSD -Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz +Source0: http://downloads.webmproject.org/releases/webp/%{name}-%{version}.tar.gz Source1: libwebp_jni_example.java -Patch0: libwebp-0.4.0-endian-check.patch - BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: giflib-devel @@ -65,8 +63,6 @@ Java bindings for libwebp. %prep %setup -q -%patch0 -p1 - %build autoreconf -vif %configure --disable-static --enable-libwebpmux \ @@ -128,6 +124,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %{_libdir}/%{name}-java/ %changelog +* Tue Aug 05 2014 Sandro Mani - 0.4.1-1 +- upstream release 0.4.1 + * Sat Jun 07 2014 Fedora Release Engineering - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 937927d..b74d497 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8dd1d26eb9566833aba269b86d97e68 libwebp-0.4.0.tar.gz +42bc79613ec5ee5b0e68ba97839c981e libwebp-0.4.1.tar.gz