8
0

Accepting request 583675 from devel:languages:perl:autoupdate

- updated to 1.18
   see /usr/share/doc/packages/perl-String-Format/Changes
  # Version 1.18                                           March 04,  2018
  # ----------------------------------------------------------------------
  
  * stable version with the changes in 1.17_50
  
  # ----------------------------------------------------------------------
  # Version 1.17_50                                        March 03,  2018
  # ----------------------------------------------------------------------
  
  * escape { and } (fix for RT #124147)
  
  # ----------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/583675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Format?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2018-03-13 10:02:29 +00:00
committed by Git OBS Bridge
parent 5be5e814bc
commit 24e68170be
5 changed files with 58 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Format
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
Name: perl-String-Format
Version: 1.17
Version: 1.18
Release: 0
%define cpan_name String-Format
Summary: Sprintf-like string formatting capabilities
License: GPL-2.0
Summary: Sprintf-Like String Formatting Capabilities With
License: GPL-2.0-only
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Format/
Source: http://www.cpan.org/authors/id/D/DA/DARREN/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(String::Format)
%{perl_requires}
%description
@@ -57,6 +57,7 @@ directives (see
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYING README
%doc Changes README
%license COPYING
%changelog