1
0

Accepting request 785913 from devel:languages:perl:autoupdate

- updated to 2.15
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.15      2020-03-16 06:53:31 -0600
    - Tests on Windows will use the system temp directory rather than
      a temp directory under the install directory. A temp directory
      under the install directory was used to work around typically
      Linux systems that have noexec set on /tmp.  Since this is less
      normal on Windows, and can cause mkpath errors if the install
      directory is too deep we will use the windows system temp directory.
      (gh#181, gh#182)

OBS-URL: https://build.opensuse.org/request/show/785913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=47
This commit is contained in:
2020-03-17 12:13:20 +00:00
committed by Git OBS Bridge
parent 6ff2af52d9
commit e28671fb15
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 17 03:07:15 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.15
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.15 2020-03-16 06:53:31 -0600
- Tests on Windows will use the system temp directory rather than
a temp directory under the install directory. A temp directory
under the install directory was used to work around typically
Linux systems that have noexec set on /tmp. Since this is less
normal on Windows, and can cause mkpath errors if the install
directory is too deep we will use the windows system temp directory.
(gh#181, gh#182)
-------------------------------------------------------------------
Mon Mar 16 03:07:16 UTC 2020 - <timueller+perl@suse.de>