SHA256
8
0
forked from pool/perl-Encode

Accepting request 667377 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/667377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode?expand=0&rev=35
This commit is contained in:
Stephan Kulow
2019-01-27 11:02:23 +00:00
committed by Git OBS Bridge
parent d08281bdd9
commit 5b8b9b35e4
4 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:303d396477c94c43c2f83da1a8025d68de76bd7e52c2cc35fbdf5c59b4c2cffa
size 2043961

3
Encode-2.99.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd11136710face61c724495cc503f92b6e8f250bd740288f257c3910eb6273b8
size 2053762

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 21 06:07:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.99
see /usr/share/doc/packages/perl-Encode/Changes
-------------------------------------------------------------------
Mon Apr 23 05:23:09 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Encode
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Encode
Version: 2.98
Version: 2.99
Release: 0
%define cpan_name Encode
Summary: Character Encodings in Perl
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Encode/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz
Source1: perl-Encode-rpmlintrc
Source2: cpanspec.yml
@@ -64,11 +64,11 @@ the _why_.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install