Update to 0.4.1

This commit is contained in:
Sandro Mani 2014-08-05 11:27:57 +02:00
parent 796f9e9965
commit 9bb6c46740
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

@ -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@gmail.com> - 0.4.1-1
- upstream release 0.4.1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
c8dd1d26eb9566833aba269b86d97e68 libwebp-0.4.0.tar.gz
42bc79613ec5ee5b0e68ba97839c981e libwebp-0.4.1.tar.gz