From 6ff2af52d9fad9729c6bc83bd8c0fdb4fee19503acfa3c595df0d6e22c569b64 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 16 Mar 2020 09:37:39 +0000 Subject: [PATCH 1/2] Accepting request 785498 from devel:languages:perl:autoupdate - updated to 2.14 see /usr/share/doc/packages/perl-Alien-Build/Changes 2.14 2020-03-15 12:49:17 -0600 - Added ffi_name property to Probe::Vcpkg plugin (gh#179) - Documentation fixes (gh#180) OBS-URL: https://build.opensuse.org/request/show/785498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=46 --- Alien-Build-2.12.tar.gz | 3 --- Alien-Build-2.14.tar.gz | 3 +++ perl-Alien-Build.changes | 10 ++++++++++ perl-Alien-Build.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Alien-Build-2.12.tar.gz create mode 100644 Alien-Build-2.14.tar.gz diff --git a/Alien-Build-2.12.tar.gz b/Alien-Build-2.12.tar.gz deleted file mode 100644 index f887757..0000000 --- a/Alien-Build-2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35c5aa48f267bb1f4c54462c5128b027c44b4b012eb5661332af1a2f6cb5ea2 -size 302348 diff --git a/Alien-Build-2.14.tar.gz b/Alien-Build-2.14.tar.gz new file mode 100644 index 0000000..745f587 --- /dev/null +++ b/Alien-Build-2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6209725f27b08a48927a078eddbc8ae1a94d2a8c7802178239c068b8044a40b1 +size 324260 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index 3928ea7..f376eb7 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 16 03:07:16 UTC 2020 - + +- updated to 2.14 + see /usr/share/doc/packages/perl-Alien-Build/Changes + + 2.14 2020-03-15 12:49:17 -0600 + - Added ffi_name property to Probe::Vcpkg plugin (gh#179) + - Documentation fixes (gh#180) + ------------------------------------------------------------------- Tue Mar 10 03:07:16 UTC 2020 - diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 321eed8..47e28b0 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -17,7 +17,7 @@ Name: perl-Alien-Build -Version: 2.12 +Version: 2.14 Release: 0 %define cpan_name Alien-Build Summary: Build external dependencies for use in CPAN From e28671fb15a60e9436f3389ee2ac5550454ae283256c084a2898db274c85d628 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 17 Mar 2020 12:13:20 +0000 Subject: [PATCH 2/2] 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 --- Alien-Build-2.14.tar.gz | 3 --- Alien-Build-2.15.tar.gz | 3 +++ perl-Alien-Build.changes | 15 +++++++++++++++ perl-Alien-Build.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Alien-Build-2.14.tar.gz create mode 100644 Alien-Build-2.15.tar.gz diff --git a/Alien-Build-2.14.tar.gz b/Alien-Build-2.14.tar.gz deleted file mode 100644 index 745f587..0000000 --- a/Alien-Build-2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6209725f27b08a48927a078eddbc8ae1a94d2a8c7802178239c068b8044a40b1 -size 324260 diff --git a/Alien-Build-2.15.tar.gz b/Alien-Build-2.15.tar.gz new file mode 100644 index 0000000..8022482 --- /dev/null +++ b/Alien-Build-2.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2700bb699fc8b07cbfffeb8a4eec95a638955cc4a0656f0a5bb255d1f9331fcf +size 302827 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index f376eb7..2aa57d2 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 17 03:07:15 UTC 2020 - + +- 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 - diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 47e28b0..8486a17 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -17,7 +17,7 @@ Name: perl-Alien-Build -Version: 2.14 +Version: 2.15 Release: 0 %define cpan_name Alien-Build Summary: Build external dependencies for use in CPAN