Skip to content

Commit

Permalink
[update to 0.24] - convert "darwin" to a regex.
Browse files Browse the repository at this point in the history
0.24    2020-03-07
    - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL
        - dagolden/Dist-Zilla-Plugin-OSPrereqs#4
    - Fix macOS detection.
        - shlomif/Clipboard#1
        - convert "darwin" to a regex.
  • Loading branch information
fenrus75 committed Mar 9, 2020
1 parent 7101529 commit 4365b48
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.23
0.24
perl(CGI)
perl(URI::Escape)
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
21 changes: 7 additions & 14 deletions perl-Clipboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
17
4 changes: 2 additions & 2 deletions testresults
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Total : 16
Pass : 16
Total : 0
Pass : 0
Fail : 0
Skip : 0
XFail : 0
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
131feb247b0851d5ded73a244b9cfb234104e1b6/Clipboard-0.23.tar.gz
6427f9301bbdd04c758a629704976c0c601486c0/Clipboard-0.24.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23
0.24

0 comments on commit 4365b48

Please sign in to comment.