Accepting request 503761 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/503761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Print?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
2279052c7f
commit
cb8fc198c9
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4e97c3ced0f75d485be6d73987bde4757e71d31e790ea61424f1b935b6134d9
|
|
||||||
size 13569
|
|
3
String-Print-0.90.tar.gz
Normal file
3
String-Print-0.90.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21605d4d2ac08a8942e864722af86500ecad46b5645a0eb4774a854002e15981
|
||||||
|
size 16968
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#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_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#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,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 15 06:17:39 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.90
|
||||||
|
see /usr/share/doc/packages/perl-String-Print/ChangeLog
|
||||||
|
|
||||||
|
version 0.90: Wed 14 Jun 14:47:03 CEST 2017
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian]
|
||||||
|
- add output encoding (encodeFor)
|
||||||
|
- add complex keys
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 18:50:42 UTC 2015 - coolo@suse.com
|
Tue Apr 14 18:50:42 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-String-Print
|
# spec file for package perl-String-Print
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-String-Print
|
Name: perl-String-Print
|
||||||
Version: 0.15
|
Version: 0.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name String-Print
|
%define cpan_name String-Print
|
||||||
Summary: printf alternative
|
Summary: Printf Alternative
|
||||||
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/String-Print/
|
Url: http://search.cpan.org/dist/String-Print/
|
||||||
Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{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(HTML::Entities)
|
||||||
BuildRequires: perl(Test::More) >= 0.86
|
BuildRequires: perl(Test::More) >= 0.86
|
||||||
BuildRequires: perl(Unicode::GCString)
|
BuildRequires: perl(Unicode::GCString)
|
||||||
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(Test::More) >= 0.86
|
Requires: perl(Test::More) >= 0.86
|
||||||
Requires: perl(Unicode::GCString)
|
Requires: perl(Unicode::GCString)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -40,9 +43,9 @@ This module inserts values into (translated) strings. It provides 'printf'
|
|||||||
and 'sprintf' alternatives via both an object oriented and a functional
|
and 'sprintf' alternatives via both an object oriented and a functional
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
Read in the the /DETAILS manpage chapter below, why this module provides a
|
Read in the DETAILS chapter below, why this module provides a better
|
||||||
better alternative for 'printf()'. Also, some extended *examples* can be
|
alternative for 'printf()'. Also, some extended *examples* can be found
|
||||||
found there. Take a look at them first, when you start using this module!
|
there. Take a look at them first, when you start using this module!
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user