From 1525cc76f1024832a424f0b9b5ffc4ec994ff76e Mon Sep 17 00:00:00 2001
From: coolo <>
Date: May 20 2021 18:16:33 +0000
Subject: Update perl-Encode to version 3.10 / rev 16 via SR 894570
https://build.opensuse.org/request/show/894570
by user coolo + dimstar_suse
---
diff --git a/.files b/.files
index 95121d5..1859ee2 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 153844e..3e708c7 100644
--- a/.rev
+++ b/.rev
@@ -119,4 +119,12 @@
852878
+
+ 97876191f1b30ead8add760da323089a
+ 3.10
+
+ dimstar_suse
+
+ 894570
+
diff --git a/Encode-3.08.tar.gz b/Encode-3.08.tar.gz
deleted file mode 120000
index c4f977e..0000000
--- a/Encode-3.08.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeicwaodtfa6sc4uru4stowlxvxdvnpis2jqbvc2mr42eqjhzxfye3i
\ No newline at end of file
diff --git a/Encode-3.10.tar.gz b/Encode-3.10.tar.gz
new file mode 120000
index 0000000..f8c61c3
--- /dev/null
+++ b/Encode-3.10.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeibbzdzszd72sg2ytlkichynh6capnl6qsrbd5vxdjwqplarfsotky
\ No newline at end of file
diff --git a/perl-Encode.changes b/perl-Encode.changes
index 981638c..9877e02 100644
--- a/perl-Encode.changes
+++ b/perl-Encode.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed May 19 03:07:50 UTC 2021 - Tina Müller
+
+- updated to 3.10
+ see /usr/share/doc/packages/perl-Encode/Changes
+
+-------------------------------------------------------------------
Thu Dec 3 03:06:57 UTC 2020 - Tina Müller
- updated to 3.08
diff --git a/perl-Encode.spec b/perl-Encode.spec
index 9b11eaa..c3f6f64 100644
--- a/perl-Encode.spec
+++ b/perl-Encode.spec
@@ -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 @@
#
+%define cpan_name Encode
Name: perl-Encode
-Version: 3.08
+Version: 3.10
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: 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