diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-07 16:32:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-07 16:32:39 +0200 |
commit | 06d0c819d2514bbefb7a09385db8519b83c4c781 (patch) | |
tree | e0e628d724bc91ff980fc84b2690faf050e31e0e | |
parent | 9a9a91952632dd8560872badb4d5ccd9c155edc0 (diff) |
php-pear-crypt-gpg: 1.4.3
-rw-r--r-- | php-pear-crypt-gpg.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear-crypt-gpg.spec b/php-pear-crypt-gpg.spec index 0cbb02c..a1240ce 100644 --- a/php-pear-crypt-gpg.spec +++ b/php-pear-crypt-gpg.spec @@ -12,7 +12,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-pear-crypt-gpg -Version: 1.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: GNU Privacy Guard (GnuPG) @@ -69,7 +69,7 @@ is intended only to facilitate public-key cryptography. if [ -x %{_bindir}/gpg1 ]; then sed -e "s:'%{_bindir}/gpg':'%{_bindir}/gpg1':" \ - -i Crypt_GPG-1.4.2/Crypt/GPG/Engine.php + -i %{pear_name}-%{version}/Crypt/GPG/Engine.php sed -e 's/md5sum="[^"]*"//' \ -i package.xml fi @@ -137,6 +137,9 @@ fi %changelog +* Fri Oct 07 2016 Remi Collet <remi@fedoraproject.org> - 1.4.3-1 +- Update to 1.4.3 + * Mon Jun 20 2016 Remi Collet <remi@fedoraproject.org> - 1.4.2-1 - Update to 1.4.2 - always use gnupg v1 |