diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-22 09:40:19 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-22 09:40:19 +0100 |
commit | 7bca3bf9541e6194eac6110dff23268f669d843d (patch) | |
tree | a158695043da753279751324ad5c66b4948f4943 | |
parent | 82b031c007a488248f345754871527ea3a9ae68c (diff) |
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | php-magickwand.spec | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz -*.tar.bz2 +*.tar.xz.asc *.src.rpm */*rpm diff --git a/php-magickwand.spec b/php-magickwand.spec index 04f70fd..8ebab75 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -155,7 +155,7 @@ install -D -m 644 %{SOURCE1} %{buildroot}%{php_ztsinidir}/%{ini_name} %changelog -* Mon Feb 22 2021 Remi Collet <remi@remirepo.net> - 8.10.5-3 +* Mon Feb 22 2021 Remi Collet <remi@remirepo.net> - 1.0.9.2-19 - build against ImageMagick6 and new soname * Thu Jul 9 2020 Remi Collet <remi@remirepo.net> - 1.0.9.2-18 |