Accepting request 297204 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/297204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PerlIO-utf8_strict?expand=0&rev=3
This commit is contained in:
commit
a9cc83be11
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd55eb02721e2e09603fdcdcc676d215925bdf292b49eee9ff94356e1b58c9e5
|
|
||||||
size 19118
|
|
3
PerlIO-utf8_strict-0.005.tar.gz
Normal file
3
PerlIO-utf8_strict-0.005.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8956064ac2bf1f79bac868a9db93a44aade77df4d3e8b07ce31a40f987ef2e0e
|
||||||
|
size 66025
|
19
cpanspec.yml
Normal file
19
cpanspec.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
patches:
|
||||||
|
no-return-in-nonvoid-function.patch: -p1
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 20:51:49 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.005
|
||||||
|
see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes
|
||||||
|
|
||||||
|
0.005 2014-11-06 00:56:54+01:00 Europe/Amsterdam
|
||||||
|
Add PPPort to compile on perl <5.8.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 10 18:55:10 UTC 2014 - coolo@suse.com
|
Mon Mar 10 18:55:10 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PerlIO-utf8_strict
|
# spec file for package perl-PerlIO-utf8_strict
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-PerlIO-utf8_strict
|
Name: perl-PerlIO-utf8_strict
|
||||||
Version: 0.004
|
Version: 0.005
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name PerlIO-utf8_strict
|
%define cpan_name PerlIO-utf8_strict
|
||||||
Summary: Fast and correct UTF-8 IO
|
Summary: Fast and correct UTF-8 IO
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/PerlIO-utf8_strict/
|
Url: http://search.cpan.org/dist/PerlIO-utf8_strict/
|
||||||
Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||||
# MANUAL
|
Source1: cpanspec.yml
|
||||||
Patch0: no-return-in-nonvoid-function.patch
|
Patch0: no-return-in-nonvoid-function.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.3601
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@ -56,6 +56,6 @@ default ':utf8' layer it checks the input for correctness.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes corpus LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user