#4 Update to 19.17
Closed 5 years ago by churchyard. Opened 5 years ago by luya.
Unknown source master  into  master

file modified
+1
@@ -1,2 +1,3 @@

  /dlib-18.18.tar.bz2

  /dlib-19.4.tar.bz2

+ /dlib-19.16.tar.bz2

file modified
+19 -14
@@ -1,6 +1,6 @@

  Name:		dlib

- Version:	19.4

- Release:	10%{?dist}

+ Version:	19.17

+ Release:	1%{?dist}

  Summary:	A modern C++ toolkit containing machine learning algorithms

  

  License:	Boost
@@ -69,7 +69,6 @@

  find examples -type f -exec chmod 644 {} +

  mkdir -p build

  

- 

  %build

  pushd build

  
@@ -93,16 +92,11 @@

  rm -f %{buildroot}/%{_docdir}/dlib/LICENSE.txt

  

  %py3_install

- find %{buildroot}%{python3_sitearch}/dlib/ -type f -name '*.py' -exec sed -i '1s|^#!.*|#!%{__python3}|' {} \;

+ # Some files got ambiguous python shebangs, we fix them after everything else is done

+ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitearch}/

  

  find %{buildroot} -name '.*' -exec rm -rf {} +

  

- 

- %post -p /sbin/ldconfig

- 

- %postun -p /sbin/ldconfig

- 

- 

  %files

  %license dlib/LICENSE.txt

  %{_libdir}/libdlib.so.*
@@ -116,7 +110,7 @@

  %files -n python3-%{name}

  %license dlib/LICENSE.txt

  %license python_examples/LICENSE_FOR_EXAMPLE_PROGRAMS.txt

- %{python3_sitearch}/dlib/

+ %{python3_sitearch}/dlib.cpython-%{python3_version_nodots}m-%{_arch}-linux-gnu.so

  %{python3_sitearch}/dlib-*.egg-info/

  

  %files doc
@@ -125,11 +119,22 @@

  %doc documentation.html

  %doc docs

  %doc examples

- %exclude %{_docdir}/%{name}-doc/docs/python/.doctrees

- %exclude %{_docdir}/%{name}-doc/docs/python/.buildinfo

- 

  

  %changelog

+ * Wed Apr 10 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 19.17-1

+ - Update to 19.17

+ 

+ * Wed Mar 06 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 19.16-3

+ - Drop hard path buildrequires for python3 shebang fix

+ 

+ * Wed Nov 28 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 19.16-2

+ - Fix directory ownership

+ 

+ * Wed Nov 28 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 19.16-1

+ - Update to 19.16

+ - Drop ldconfig scripts

+ - Fix all python shebangs with new method

+ 

  * Mon Sep 24 2018 Miro Hrončok <mhroncok@redhat.com> - 19.4-10

  - Drop Python 2 subpackage (#1627444)

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (dlib-19.4.tar.bz2) = c5ae22c507b57a13d880d79e9671730829114d0276508b0a41b373d3abae9057d960fce84fafe1be468d943910853baaa70c88f2516e20a0c41f3895bf217f7b

+ SHA512 (dlib-19.16.tar.bz2) = 38be0f9bbbf6e7af2d69d4b371a37fba74a96fd416e52b7c63eeee624d2ca644effb904622a9c5d97f689f272b6d96b71abb6d70fd2d6f3bc1ada07e90565e55

no initial comment

Don't hardcode 37 here. Use %{python3_version_nodots} - we will be upgrading to Python 3.8 soon.

1 new commit added

  • Update dlib.spec
5 years ago

Spec updated with suggested change. Unfortunately I am unable to upload the new tarball due to error 408

1 new commit added

  • Update dlib.spec
5 years ago

If you rebase the change, I can upload the sources for you.

2 new commits added

  • Update to 19.17
  • Update to 19.17
5 years ago

Could you try to upload the source?

Sure, done.

SHA512 (dlib-19.17.tar.bz2) = 56fbe01f30c98c3c8b8d921e5f98e5d8f71708d436f95c6a86c4c106111b5cef0201fbb86c433854f7f5d4445c76aba8f5e4ed9a51e86738fa565d53381a84d1

Could you please rebase this PR on master? It has conflicts.

Pull-Request has been closed by churchyard

5 years ago