Browse Source

python-2.7.16-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12068 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
46c3fd7631
1 changed files with 9 additions and 3 deletions
  1. 9 3
      p/python/python-vl.spec

+ 9 - 3
p/python/python-vl.spec

@@ -11,8 +11,8 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向言語 Python インタプリタ
 Name: python
-Version: %{pybasever}.15
-Release: 3%{?_dist_release}
+Version: %{pybasever}.16
+Release: 1%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/%{pybasever}/
@@ -76,6 +76,7 @@ BuildRequires: zlib-devel
 BuildRequires: bzip2-devel
 BuildRequires: expat-devel
 BuildRequires: mesa-libGL-devel
+BuildRequires: libxcrypt-devel
 BuildRequires: libX11-devel
 BuildRequires: libffi-devel
 BuildRequires: libnsl2-devel
@@ -379,7 +380,7 @@ find $RPM_BUILD_ROOT%{python_lib} -type f -name '*.py' | xargs chmod -x
 if [ -d Doc/html ] ; then
 	rm -rf Doc/html
 fi
-tar xvzf %SOURCE1
+tar xvf %SOURCE1
 mv python-%{version}-docs-html Doc/html
 unzip %SOURCE2
 mkdir Doc.ja
@@ -479,6 +480,11 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.16-1
+- new upstream release.
+- re-enabled semaphores.
+- removed a "z" option passed to tar.
+
 * Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.15-3
 - rebuilt with new toolchain.