Hello community, here is the log from the commit of package perl-Data-Random for openSUSE:Factory checked in at 2016-11-08 18:27:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Random (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Random.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Random" Changes: -------- New Changes file: --- /dev/null 2016-10-27 01:54:32.792041256 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Data-Random.new/perl-Data-Random.changes 2016-11-08 18:27:39.000000000 +0100 @@ -0,0 +1,62 @@ +------------------------------------------------------------------- +Sun Jun 7 08:24:07 UTC 2015 - [email protected] + +- updated to 0.12 + see /usr/share/doc/packages/perl-Data-Random/Changes + + 0.12 2015-05-25T10:44:00-0700 + - convert from Date::Calc to Time::Piece + - require Time::Piece 1.16 because it has add_year() + - fixed rand_datetime on MSWin32 after Time::Piece + - fixed tests to work for local timezone + - convert to File::Temp + - lots of cleanup + Thanks to mbeijen (Michiel Beijen) for these improvements! + - colors can only go up to 255 (RT/100995) + Thanks to jrosenboom + +------------------------------------------------------------------- +Thu Apr 16 20:59:27 UTC 2015 - [email protected] + +- updated to 0.11 + see /usr/share/doc/packages/perl-Data-Random/Changes + + Revision history for Perl module Data::Random + +------------------------------------------------------------------- +Mon Oct 14 18:07:04 UTC 2013 - [email protected] + +- update to 0.09: + + getting new Module::Install::GithubMeta [RT#88089] + + fixing even more random tests that fail on midnight and zero seconds + + fixed distro bugs [RT#73551, RT#75507, RT#77290] + + fixed bug where .. was added to @INC [RT#71346] + + tweaked POD + + improved tests/fixed many CPAN Testers failures + +------------------------------------------------------------------- +Fri Sep 2 13:18:47 UTC 2011 - [email protected] + +- add Non-Commercial to the license for the word list + +------------------------------------------------------------------- +Fri Sep 2 13:08:14 UTC 2011 - [email protected] + +- updated to 0.05 + +------------------------------------------------------------------- +Wed Dec 1 13:31:38 UTC 2010 - [email protected] + +- switch to perl_requires macro + +------------------------------------------------------------------- +Mon Aug 23 08:19:34 UTC 2010 - [email protected] + +- recreated by cpanspec 1.78 +- noarch pkg + +------------------------------------------------------------------- +Tue Jul 24 10:25:30 CEST 2007 - [email protected] + +- initial version 0.05 + New: ---- Data-Random-0.12.tar.gz cpanspec.yml perl-Data-Random.changes perl-Data-Random.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Random.spec ++++++ # # spec file for package perl-Data-Random # # Copyright (c) 2015 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-Data-Random Version: 0.12 Release: 0 %define cpan_name Data-Random Summary: Perl module to generate random data License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Random/ Source0: http://www.cpan.org/authors/id/B/BA/BAREFOOT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} %description A module used to generate random data. Useful mostly for test programs. %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 %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 README2.linux.words README.linux.words %changelog ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag
