summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-30 16:19:20 +0200
committerRemi Collet <remi@remirepo.net>2017-05-30 16:19:20 +0200
commitd1b8739a279f346d97c0137db2faadb712b7e522 (patch)
tree8a172ab3c08da0979811185158dad1a1a375e02b
parent85d78bd8a07bbf377ed0fac42eaca8b9f1f3d652 (diff)
rebuild
-rw-r--r--.gitignore7
-rw-r--r--php-pecl-imagick.spec5
2 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec
index df200b3..434f0bb 100644
--- a/php-pecl-imagick.spec
+++ b/php-pecl-imagick.spec
@@ -35,7 +35,7 @@ Version: 3.4.3
Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: PHP
@@ -299,6 +299,9 @@ rm -rf %{buildroot}
%changelog
+* Tue May 30 2017 Remi Collet <remi@remirepo.net> - 3.4.3-2
+- rebuild (for 7.2)
+
* Thu Feb 2 2017 Remi Collet <remi@remirepo.net> - 3.4.3-1
- Update to 3.4.3 (no change)