Update package URLs
This commit is contained in:
parent
b2b8ad1597
commit
bf9e4dffce
11
vips.spec
11
vips.spec
@ -4,12 +4,12 @@
|
||||
|
||||
Name: vips
|
||||
Version: %{vips_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: C/C++ library for processing large images
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://jcupitt.github.io/libvips/
|
||||
Source0: https://github.com/jcupitt/libvips/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://libvips.github.io/libvips/
|
||||
Source0: https://github.com/libvips/libvips/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -119,7 +119,7 @@ sed -i 's|sys_lib_dlsearch_path_spec="|sys_lib_dlsearch_path_spec="/%{_lib} %{_l
|
||||
|
||||
%build
|
||||
# Upstream recommends enabling auto-vectorization of inner loops:
|
||||
# https://github.com/jcupitt/libvips/pull/212#issuecomment-68177930
|
||||
# https://github.com/libvips/libvips/pull/212#issuecomment-68177930
|
||||
export CFLAGS="%{optflags} -ftree-vectorize"
|
||||
export CXXFLAGS="%{optflags} -ftree-vectorize"
|
||||
%configure --disable-static --enable-gtk-doc --enable-pyvips7 --enable-pyvips8 PYTHON=%{_bindir}/python2
|
||||
@ -182,6 +182,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2018 Benjamin Gilbert <bgilbert@backtick.net> - 8.6.5-4
|
||||
- Update package URLs
|
||||
|
||||
* Tue Aug 28 2018 Michael Cronenworth <mike@cchtml.com> - 8.6.5-3
|
||||
- Rebuild for ImageMagick 6.9.10
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user