[libwebp] Update to 0.4.1

Sandro Mani smani at fedoraproject.org
Tue Aug 5 09:28:56 UTC 2014


commit 9bb6c467405829a39690960b27970c71c8be003e
Author: Sandro Mani <manisandro at gmail.com>
Date:   Tue Aug 5 11:27:57 2014 +0200

    Update to 0.4.1

 .gitignore   |    1 +
 libwebp.spec |   13 ++++++-------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
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 <manisandro at gmail.com> - 0.4.1-1
+- upstream release 0.4.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list