diff --git a/.gitignore b/.gitignore index b806425..f53f1d9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ pyasn1-0.0.9a.tar.gz /pyasn1-modules-0.0.5.tar.gz /pyasn1-0.1.8.tar.gz /pyasn1-modules-0.0.6.tar.gz +/pyasn1-modules-0.0.8.tar.gz +/pyasn1-0.1.9.tar.gz diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 5e383a4..5c8682d 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -5,11 +5,11 @@ %endif %global module pyasn1 -%global modules_version 0.0.6 +%global modules_version 0.0.8 Name: python-pyasn1 -Version: 0.1.8 -Release: 2%{?dist} +Version: 0.1.9 +Release: 1%{?dist} Summary: ASN.1 tools for Python License: BSD Group: System Environment/Libraries @@ -112,8 +112,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README doc/*.html -%license LICENSE +%doc README.txt doc/*.html +%license LICENSE.txt %{python_sitelib}/%{module} %{python_sitelib}/%{module}-%{version}-*.egg-info/ @@ -125,8 +125,8 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} %files -n python3-pyasn1 %defattr(-,root,root,-) -%doc README doc/*.html -%license LICENSE +%doc README.txt doc/*.html +%license LICENSE.txt %{python3_sitelib}/%{module} %{python3_sitelib}/%{module}-%{version}-*.egg-info/ @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Oct 19 2015 Rob Crittenden - 0.1.9-1 +- Update to new upstream release 0.1.9, modules 0.0.8. + * Sat Aug 15 2015 Rob Crittenden - 0.1.8-2 - Move LICENSE to the license tag instead of doc. diff --git a/sources b/sources index a6081bc..f44b25f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -7f6526f968986a789b1e5e372f0b7065 pyasn1-0.1.8.tar.gz -3b94e7a4999bc7477b76c46c30a56727 pyasn1-modules-0.0.6.tar.gz +178129bc7fbf07215c25230c5f053f81 pyasn1-modules-0.0.8.tar.gz +f00a02a631d4016818659d1cc38d229a pyasn1-0.1.9.tar.gz