Browse Source

python-2.7.16-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12097 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
fa95dc2204
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.