From 86f43fc50cfc330e8f4676cb718a5efee6dce0eb Mon Sep 17 00:00:00 2001 From: Gabriel L. Somlo Date: Dec 04 2019 17:06:47 +0000 Subject: Update to 0.9.2 --- diff --git a/python-migen.spec b/python-migen.spec index fdbde39..723c7af 100644 --- a/python-migen.spec +++ b/python-migen.spec @@ -1,13 +1,13 @@ -%global commit0 562c0466443f859d6cf0c87a0bb50db094d27cf4 +%global commit0 4c00f5bb8af191007dc1886fbf49790326cfabf5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global snapdate 20190606 +%global snapdate 20191204 %global srcname migen Name: python-%{srcname} -Version: 0.9.1 -Release: 2.%{snapdate}git%{shortcommit0}%{?dist} +Version: 0.9.2 +Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: A Python toolbox for building complex digital hardware License: BSD @@ -63,16 +63,29 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 _build/man/%{srcname}.1 %{_mandir}/man1/%{srcname}.1* %changelog +* Wed Dec 04 2019 Gabriel Somlo - 0.9.2-1.20191204git4c00f5b +- Update to 0.9.2 + +* Thu Oct 03 2019 Miro Hrončok - 0.9.1-4.20190606git562c046 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.9.1-3.20190606git562c046 +- Rebuilt for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 0.9.1-2.20190606git562c046 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jun 06 2019 Gabriel Somlo - 0.9.1-1.20190606git562c046 - Update to 0.9.1 + * Mon May 20 2019 Gabriel Somlo - 0.8-0.4.20190520git9031bfe - Update to newer snapshot. + * Mon Apr 15 2019 Gabriel Somlo - 0.8-0.3.20190415gitedcadbc - Update to newer snapshot. + * Wed Feb 27 2019 Gabriel Somlo - 0.8-0.2.20190227git936732f - Update to newer snapshot. + * Mon Feb 18 2019 Gabriel Somlo - 0.8-0.1.20190218gitafe4405 - Initial version.