Accepting request 303900 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/303900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Sah-Normalize?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
16d2598108
commit
de7e1449f7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:14cef0d9be7b63caf990c058a2a9552a0c016ca7c8e38c571f41402bf92bc160
|
|
||||||
size 14197
|
|
3
Data-Sah-Normalize-0.03.tar.gz
Normal file
3
Data-Sah-Normalize-0.03.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fd078d9a9a02f3bb9072a961c16b98ffd1e0d910da78bc2a29f0c7f40f2104b
|
||||||
|
size 15389
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#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
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 25 07:06:24 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.03
|
||||||
|
see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes
|
||||||
|
|
||||||
|
0.03 2015-04-24 (PERLANCAR)
|
||||||
|
|
||||||
|
- Add prototype to normalize_schema($) to catch common error like
|
||||||
|
normalize_schema(int => min=>1) when it should be
|
||||||
|
normalize_schema([int => min=>1]).
|
||||||
|
|
||||||
|
- Add benchmark devscript.
|
||||||
|
|
||||||
|
|
||||||
|
0.02 2015-04-24 (PERLANCAR)
|
||||||
|
|
||||||
|
- No functional changes.
|
||||||
|
|
||||||
|
- Mark compliance to DefHash 1.0.10 and add test (code to support
|
||||||
|
'prop(LANG)' has been previously added but not yet
|
||||||
|
documented/tested).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 04:58:31 UTC 2015 - coolo@suse.com
|
Mon Apr 20 04:58:31 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,19 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Sah-Normalize
|
Name: perl-Data-Sah-Normalize
|
||||||
Version: 0.01
|
Version: 0.03
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-Sah-Normalize
|
%define cpan_name Data-Sah-Normalize
|
||||||
Summary: Normalize Sah schema
|
Summary: Normalize Sah schema
|
||||||
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/Data-Sah-Normalize/
|
Url: http://search.cpan.org/dist/Data-Sah-Normalize/
|
||||||
Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(DefHash) >= 1.0.10
|
||||||
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
|
Requires: perl(DefHash) >= 1.0.10
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -38,6 +42,7 @@ manpage to keep it in a small and minimal-dependencies package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user