diff --git a/ChangeLog b/ChangeLog index e74edec..d2c093d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.24 2020-03-07 + - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL + - https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4 + - Fix macOS detection. + - https://github.com/shlomif/Clipboard/issues/1 + - convert "darwin" to a regex. + 0.23 2020-03-06 - Require deps on MacOS and MSwin32 - See: https://github.com/shlomif/Clipboard/issues/1 diff --git a/Makefile b/Makefile index ac102cb..be720b4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := perl-Clipboard -URL = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz +URL = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.24.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index abbe51e..a4a3be9 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,3 +1,3 @@ -0.23 +0.24 perl(CGI) perl(URI::Escape) \ No newline at end of file diff --git a/options.conf b/options.conf index aeac240..a3f373b 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = perl-Clipboard -url = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz +url = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.24.tar.gz archives = giturl = domain = diff --git a/perl-Clipboard.spec b/perl-Clipboard.spec index 1c37166..5b2d654 100644 --- a/perl-Clipboard.spec +++ b/perl-Clipboard.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : perl-Clipboard -Version : 0.23 -Release : 16 -URL : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz -Source0 : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz +Version : 0.24 +Release : 17 +URL : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.24.tar.gz +Source0 : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.24.tar.gz Summary : Perl clipboard module Group : Development/Tools License : Artistic-1.0-Perl GPL-2.0 @@ -71,8 +71,8 @@ perl components for the perl-Clipboard package. %prep -%setup -q -n Clipboard-0.23 -cd %{_builddir}/Clipboard-0.23 +%setup -q -n Clipboard-0.24 +cd %{_builddir}/Clipboard-0.24 %build export http_proxy=http://127.0.0.1:9/ @@ -87,17 +87,10 @@ else ./Build fi -%check -export LANG=C.UTF-8 -export http_proxy=http://127.0.0.1:9/ -export https_proxy=http://127.0.0.1:9/ -export no_proxy=localhost,127.0.0.1,0.0.0.0 -make TEST_VERBOSE=1 test - %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/perl-Clipboard -cp %{_builddir}/Clipboard-0.23/LICENSE %{buildroot}/usr/share/package-licenses/perl-Clipboard/38e94f89ec602e1a6495ef7c30477d01aeefedc9 +cp %{_builddir}/Clipboard-0.24/LICENSE %{buildroot}/usr/share/package-licenses/perl-Clipboard/38e94f89ec602e1a6495ef7c30477d01aeefedc9 if test -f Makefile.PL; then make pure_install PERL_INSTALL_ROOT=%{buildroot} INSTALLDIRS=vendor else diff --git a/release b/release index b6a7d89..98d9bcb 100644 --- a/release +++ b/release @@ -1 +1 @@ -16 +17 diff --git a/testresults b/testresults index c659575..92c6b06 100644 --- a/testresults +++ b/testresults @@ -1,5 +1,5 @@ -Total : 16 -Pass : 16 +Total : 0 +Pass : 0 Fail : 0 Skip : 0 XFail : 0 diff --git a/upstream b/upstream index dec7ed7..ebd8fd7 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -131feb247b0851d5ded73a244b9cfb234104e1b6/Clipboard-0.23.tar.gz +6427f9301bbdd04c758a629704976c0c601486c0/Clipboard-0.24.tar.gz diff --git a/versions b/versions index 39010d2..fd137eb 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -0.23 +0.24