SHA256
8
0
forked from pool/perl-Encode

Accepting request 894242 from devel:languages:perl:autoupdate

- updated to 3.10
   see /usr/share/doc/packages/perl-Encode/Changes

OBS-URL: https://build.opensuse.org/request/show/894242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode?expand=0&rev=55
This commit is contained in:
Stephan Kulow
2021-05-20 09:26:03 +00:00
committed by Git OBS Bridge
parent 3f788a2f9b
commit ca4dd34b4a
4 changed files with 15 additions and 12 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 19 03:07:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.10
see /usr/share/doc/packages/perl-Encode/Changes
-------------------------------------------------------------------
Thu Dec 3 03:06:57 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Encode
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-Encode
Version: 3.08
Release: 0
%define cpan_name Encode
Name: perl-Encode
Version: 3.10
Release: 0
Summary: Character encodings in Perl
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.92
@@ -61,11 +59,11 @@ This document mostly explains the _how_. perlunitut and perlunifaq explain
the _why_.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -84,7 +82,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes README
%changelog