Update to 0.4.1
This commit is contained in:
parent
796f9e9965
commit
9bb6c46740
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
13
libwebp.spec
13
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@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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user