Update to upstream 0.1.9, modules 0.0.8
Bugzilla 1243558
This commit is contained in:
parent
0d1bafaa83
commit
0b04a78ed2
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ pyasn1-0.0.9a.tar.gz
|
|||||||
/pyasn1-modules-0.0.5.tar.gz
|
/pyasn1-modules-0.0.5.tar.gz
|
||||||
/pyasn1-0.1.8.tar.gz
|
/pyasn1-0.1.8.tar.gz
|
||||||
/pyasn1-modules-0.0.6.tar.gz
|
/pyasn1-modules-0.0.6.tar.gz
|
||||||
|
/pyasn1-modules-0.0.8.tar.gz
|
||||||
|
/pyasn1-0.1.9.tar.gz
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global module pyasn1
|
%global module pyasn1
|
||||||
%global modules_version 0.0.6
|
%global modules_version 0.0.8
|
||||||
|
|
||||||
Name: python-pyasn1
|
Name: python-pyasn1
|
||||||
Version: 0.1.8
|
Version: 0.1.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ASN.1 tools for Python
|
Summary: ASN.1 tools for Python
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -112,8 +112,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README doc/*.html
|
%doc README.txt doc/*.html
|
||||||
%license LICENSE
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/%{module}
|
%{python_sitelib}/%{module}
|
||||||
%{python_sitelib}/%{module}-%{version}-*.egg-info/
|
%{python_sitelib}/%{module}-%{version}-*.egg-info/
|
||||||
|
|
||||||
@ -125,8 +125,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-pyasn1
|
%files -n python3-pyasn1
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README doc/*.html
|
%doc README.txt doc/*.html
|
||||||
%license LICENSE
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/%{module}
|
%{python3_sitelib}/%{module}
|
||||||
%{python3_sitelib}/%{module}-%{version}-*.egg-info/
|
%{python3_sitelib}/%{module}-%{version}-*.egg-info/
|
||||||
|
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 19 2015 Rob Crittenden <rcritten@redhat.com> - 0.1.9-1
|
||||||
|
- Update to new upstream release 0.1.9, modules 0.0.8.
|
||||||
|
|
||||||
* Sat Aug 15 2015 Rob Crittenden <rcritten@redhat.com> - 0.1.8-2
|
* Sat Aug 15 2015 Rob Crittenden <rcritten@redhat.com> - 0.1.8-2
|
||||||
- Move LICENSE to the license tag instead of doc.
|
- Move LICENSE to the license tag instead of doc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user