diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | php-pear.spec | 13 | 
2 files changed, 11 insertions, 9 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-pear.spec b/php-pear.spec index 0a4e1c9..2748406 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -39,7 +39,7 @@  Summary: PHP Extension and Application Repository framework  Name: %{?scl_prefix}php-pear -Version: 1.10.3 +Version: 1.10.4  Release: 1%{?dist}  Epoch: 1  # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD @@ -63,7 +63,6 @@ Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz  Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz  BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires: %{?scl_prefix}php(language) > 5.4  BuildRequires: %{?scl_prefix}php-cli  BuildRequires: %{?scl_prefix}php-xml @@ -178,8 +177,6 @@ sed -e 's/@SCL@/%{?scl:%{scl}_}/' \  %install -rm -rf $RPM_BUILD_ROOT -  export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}  export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys  export PHP_PEAR_SIG_BIN=%{_root_bindir}/gpg @@ -380,12 +377,7 @@ if [ $1 -eq 0 -a -d %{metadir}/.registry ] ; then  fi -%clean -rm -rf $RPM_BUILD_ROOT - -  %files -%defattr(-,root,root,-)  %{peardir}  %dir %{metadir}  %{metadir}/.channels @@ -426,6 +418,9 @@ rm -rf $RPM_BUILD_ROOT  %changelog +* Thu Apr 27 2017 Remi Collet <remi@fedoraproject.org> 1:1.10.4-1 +- update PEAR to 1.10.4 +  * Tue Feb 28 2017 Remi Collet <remi@fedoraproject.org> 1:1.10.3-1  - update PEAR to 1.10.3  | 
