]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
up to 7.0.7-0 auto/th/ImageMagick-7.0.7.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 08:18:08 +0000 (11:18 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 08:44:07 +0000 (11:44 +0300)
ImageMagick.spec

index 16f9924c247f63d6e1be5cd166186465f054363e..f479c4d2d5dbe2812a26bcc9d969fcd9088938b6 100644 (file)
@@ -20,8 +20,8 @@
 # - module features:
 %bcond_without autotrace       # Autotrace support in SVG module
 
-%define                ver     7.0.6
-%define                pver    10
+%define                ver     7.0.7
+%define                pver    0
 %include       /usr/lib/rpm/macros.perl
 Summary:       Image display, conversion, and manipulation under X
 Summary(de.UTF-8):     Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
@@ -39,9 +39,7 @@ Epoch:                1
 License:       Apache-like
 Group:         X11/Applications/Graphics
 Source0:       ftp://ftp.imagemagick.org/pub/ImageMagick/%{name}-%{ver}-%{pver}.tar.xz
-# Source0-md5: 29031b3cc7a6e44b2334ad6692ba1736
-Patch100:      https://github.com/ImageMagick/ImageMagick/commit/ef6cee1bcf144b7c9285787920361a53296e7907.patch
-# Patch100-md5:        751551990038f49a136c4e39336907ee
+# Source0-md5: 827d8389cd159a795855a9196912ed48
 Patch0:                config.patch
 Patch1:                %{name}-link.patch
 Patch2:                %{name}-libpath.patch
@@ -678,7 +676,6 @@ Moduł kodera dla plików WMF.
 
 %prep
 %setup -q -n %{name}-%{ver}-%{pver}
-%patch100 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -1015,9 +1012,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog LICENSE AUTHORS.txt
 %attr(755,root,root) %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.3
+%attr(755,root,root) %ghost %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.4
 %attr(755,root,root) %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.3
+%attr(755,root,root) %ghost %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.4
 %dir %{_libdir}/ImageMagick-%{ver}
 %dir %{_libdir}/ImageMagick-%{ver}/config-%{abisuf}
 %{_libdir}/ImageMagick-%{ver}/config-%{abisuf}/configure.xml
This page took 0.093356 seconds and 4 git commands to generate.