upstream release

This commit is contained in:
Bruno Postle 2013-12-14 00:15:12 +00:00
parent 3bab2ea313
commit d9e35941f1
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ vigra-1.7.0-src.tar.gz
/vigra-1.8.0-src.tar.gz
/vigra-1.9.0-src.tar.gz
/vigra-config.sh
/vigra-1.10.0-src.tar.gz

View File

@ -1,2 +1 @@
b6155afe1ea967917d2be16d98a85404 vigra-1.9.0-src.tar.gz
20eea436aae0ef58230ae3585f04e88f vigra-config.sh
85e2968e4ee5f9541b5dd8b3fb9cc433 vigra-1.10.0-src.tar.gz

View File

@ -1,8 +1,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.9.0
Release: 14%{?dist}
Version: 1.10.0
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source0: http://hci.iwr.uni-heidelberg.de/%{name}/%{name}-%{version}-src.tar.gz
@ -84,7 +84,7 @@ rm -rf %{buildroot}
%files
%defattr(-, root, root,-)
%doc LICENSE.txt README.txt
%doc LICENSE.txt
%{_libdir}/libvigraimpex.so.*
%files devel
@ -99,9 +99,13 @@ rm -rf %{buildroot}
%files python
%defattr(-, root, root,-)
%{python_sitearch}/vigra
%{_libdir}/vigranumpy
%endif
%changelog
* Fri Dec 13 2013 Bruno Postle <bruno@postle.net> - 1.10.0-1
- upstream release
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.9.0-14
- rebuild (openexr)