Hello community, here is the log from the commit of package perl-Test-utf8 for openSUSE:Factory checked in at 2018-10-11 11:50:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-utf8 (Old) and /work/SRC/openSUSE:Factory/.perl-Test-utf8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-utf8" Thu Oct 11 11:50:45 2018 rev:1 rq:639986 version:1.01 Changes: -------- New Changes file: --- /dev/null 2018-09-06 11:34:12.900627678 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-utf8.new/perl-Test-utf8.changes 2018-10-11 11:50:49.438376695 +0200 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Mon Sep 24 17:05:55 UTC 2018 - [email protected] + +- Fix build + * Added missing dependency to BuildRequires: inc::Module::Install + +------------------------------------------------------------------- +Mon Apr 13 18:26:51 UTC 2015 - [email protected] + +- updated to 1.01 + see /usr/share/doc/packages/perl-Test-utf8/CHANGES + + 1.01 + Fix unnecesary warning caused by using /x (RT#88189) + (Arthur Axel fREW Schmidt and Andrew Main) + https://github.com/2shortplanks/Test-utf8/pull/2 + + 1.00 Refactor build system to use Module::Install + + Add test for pod, perl critic. Make pass. + + Make the ok, fail, pass, diag functions private + + Improve documentation + +------------------------------------------------------------------- +Wed Feb 16 23:25:57 CET 2011 - [email protected] + +- initial version (0.02) + New: ---- Test-utf8-1.01.tar.gz perl-Test-utf8.changes perl-Test-utf8.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-utf8.spec ++++++ # # spec file for package perl-Test-utf8 # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: perl-Test-utf8 Version: 1.01 Release: 0 %define cpan_name Test-utf8 Summary: Handy utf8 tests License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: https://metacpan.org/pod/Test::utf8 Source: http://www.cpan.org/authors/id/M/MA/MARKF/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(inc::Module::Install) %{perl_requires} %description This module is a collection of tests useful for dealing with utf8 strings in Perl. This module has two types of tests: The validity tests check if a string is valid and not corrupt, whereas the characteristics tests will check that string has a given set of characteristics. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc CHANGES README %changelog
