From 9e3a40809f1625e021b2487aca4da58315aeafad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 May 2017 09:14:39 +0200 Subject: v1.0.6 --- .gitignore | 7 +++++++ php-phpseclib-file-asn1.spec | 12 ++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .gitignore 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-phpseclib-file-asn1.spec b/php-phpseclib-file-asn1.spec index c6e793e..5579fb5 100644 --- a/php-phpseclib-file-asn1.spec +++ b/php-phpseclib-file-asn1.spec @@ -12,7 +12,7 @@ %global pear_channel phpseclib.sourceforge.net Name: php-phpseclib-file-asn1 -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: Pure-PHP ASN1 parser @@ -22,7 +22,6 @@ License: MIT URL: http://%{pear_channel} Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) @@ -53,7 +52,6 @@ cd %{pear_name}-%{version} %install -rm -rf %{buildroot} cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml @@ -65,10 +63,6 @@ mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} -%clean -rm -rf %{buildroot} - - %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -81,12 +75,14 @@ fi %files -%defattr(-,root,root,-) %{pear_xmldir}/%{name}.xml %{pear_phpdir}/File/ %changelog +* Mon May 8 2017 Remi Collet - 1.0.6-1 +- Update to 1.0.6 + * Tue Oct 25 2016 Remi Collet - 1.0.5-1 - Update to 1.0.5 (no change) -- cgit