Browse Source

python-2.7.16-2

Tomohiro "Tomo-p" KATO 6 years ago
parent
commit
e077320297
1 changed files with 4 additions and 1 deletions
  1. 4 1
      p/python/python-vl.spec

+ 4 - 1
p/python/python-vl.spec

@@ -12,7 +12,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向言語 Python インタプリタ
 Name: python
 Version: %{pybasever}.16
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/%{pybasever}/
@@ -480,6 +480,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.16-2
+- rebuilt with gdbm-1.18.1.
+
 * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.16-1
 - new upstream release.
 - re-enabled semaphores.