From 494df77a3091cac0bb6d43b38c1b43a59209a3e57cee270e3584b5f08eccdf6a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 20 Jun 2022 11:38:30 +0000 Subject: [PATCH] Accepting request 983919 from devel:languages:perl:autoupdate - updated to 0.29 see /usr/share/doc/packages/perl-Lingua-Translit/Changes 0.29 -- 2022-06-15 * Fixed numeric zero and empty string argument handling in translit() & translit_reverse(). OBS-URL: https://build.opensuse.org/request/show/983919 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Lingua-Translit?expand=0&rev=7 --- Lingua-Translit-0.28.tar.gz | 3 --- Lingua-Translit-0.29.tar.gz | 3 +++ perl-Lingua-Translit.changes | 11 +++++++++++ perl-Lingua-Translit.spec | 29 +++++++++++++---------------- 4 files changed, 27 insertions(+), 19 deletions(-) delete mode 100644 Lingua-Translit-0.28.tar.gz create mode 100644 Lingua-Translit-0.29.tar.gz diff --git a/Lingua-Translit-0.28.tar.gz b/Lingua-Translit-0.28.tar.gz deleted file mode 100644 index 948a46b..0000000 --- a/Lingua-Translit-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113f91d8fc2c630437153a49fb7a52b023af8f6278ed96c070b1f60824b8eae1 -size 110433 diff --git a/Lingua-Translit-0.29.tar.gz b/Lingua-Translit-0.29.tar.gz new file mode 100644 index 0000000..232140e --- /dev/null +++ b/Lingua-Translit-0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad2fabc0079dad708b7d9d55437c9ebb192e610bf960af25945858b92597752 +size 111275 diff --git a/perl-Lingua-Translit.changes b/perl-Lingua-Translit.changes index 2e73c41..353fb40 100644 --- a/perl-Lingua-Translit.changes +++ b/perl-Lingua-Translit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 16 03:07:20 UTC 2022 - Tina Müller + +- updated to 0.29 + see /usr/share/doc/packages/perl-Lingua-Translit/Changes + + 0.29 -- 2022-06-15 + + * Fixed numeric zero and empty string argument handling in translit() & + translit_reverse(). + ------------------------------------------------------------------- Tue Oct 17 05:29:55 UTC 2017 - coolo@suse.com diff --git a/perl-Lingua-Translit.spec b/perl-Lingua-Translit.spec index 7cc3b67..85932a3 100644 --- a/perl-Lingua-Translit.spec +++ b/perl-Lingua-Translit.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Lingua-Translit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # 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-Lingua-Translit -Version: 0.28 -Release: 0 %define cpan_name Lingua-Translit -Summary: Transliterates Text Between Writing Systems -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Lingua-Translit/ +Name: perl-Lingua-Translit +Version: 0.29 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Transliterates text between writing systems +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/A/AL/ALINKE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -62,15 +60,15 @@ alphabet, the reverse transliteration will transform Latin letters to Cyrillic. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -78,7 +76,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README translit %changelog