Update to 0.3.1

This commit is contained in:
Sandro Mani 2013-08-04 02:19:08 +02:00
parent faa3846578
commit 0a118f4904
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <manisandro@gmail.com> - 0.3.1-1
- upstream release 0.3.1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
4183f4f51ada98976f14e7bd51f30938 libwebp-0.3.0.tar.gz
dc862bb4006d819b7587767a9e83d31f libwebp-0.3.1.tar.gz