From 0a118f490439ed679db24f9fd7f64cb9be9741e2 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 4 Aug 2013 02:19:08 +0200 Subject: [PATCH] Update to 0.3.1 --- .gitignore | 1 + libwebp.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d1647cb..4c8bd5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libwebp-0.1.3.tar.gz /libwebp-0.2.1.tar.gz /libwebp-0.3.0.tar.gz +/libwebp-0.3.1.tar.gz diff --git a/libwebp.spec b/libwebp.spec index 15f90a6..b3748ef 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: libwebp -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Group: Development/Libraries URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format @@ -59,7 +59,6 @@ Java bindings for libwebp. %setup -q %build -mkdir -p m4 ./autogen.sh # enable libwebpmux since gif2webp depends on it %configure --disable-static --enable-libwebpmux @@ -119,6 +118,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %{_libdir}/%{name}-java/ %changelog +* Sun Aug 04 2013 Sandro Mani - 0.3.1-1 +- upstream release 0.3.1 + * Sat Aug 03 2013 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 9746262..9c665f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4183f4f51ada98976f14e7bd51f30938 libwebp-0.3.0.tar.gz +dc862bb4006d819b7587767a9e83d31f libwebp-0.3.1.tar.gz