Hello community,

here is the log from the commit of package perl-Test-File for openSUSE:Factory 
checked in at 2018-10-11 11:50:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-File (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-File.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-File"

Thu Oct 11 11:50:50 2018 rev:1 rq:639987 version:1.443

Changes:
--------
New Changes file:

--- /dev/null   2018-09-06 11:34:12.900627678 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-File.new/perl-Test-File.changes       
2018-10-11 11:51:03.674358586 +0200
@@ -0,0 +1,66 @@
+-------------------------------------------------------------------
+Tue Apr 18 06:44:51 UTC 2017 - co...@suse.com
+
+- updated to 1.443
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+  1.443 2017-04-17T08:41:35Z
+       * Found another relative path require issue thanks to Ryan Voots 
+       
http://blogs.perl.org/users/ryan_voots/2017/04/trials-and-troubles-with-changing-inc.html
+       * This is another attempt at avoiding failures from the v5.26
+       removal of . from @INC.
+
+-------------------------------------------------------------------
+Fri Sep 23 06:04:11 UTC 2016 - co...@suse.com
+
+- updated to 1.442
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+  1.442 2016-09-22T15:35:50Z
+       * Update to stable release. This fixes an upcoming Perl @INC
+       issue that removes the current directory from the default list.
+       This affects only the test files which use a private library.
+       If you already have this installed you don't need to update.
+  
+  1.441_01 2016-09-19T21:44:45Z
+       * Fix for missing . in @INC (Github #14 
https://github.com/briandfoy/test-file/issues/14)
+       This relates to CVE-2016-1238
+
+-------------------------------------------------------------------
+Tue Jul  7 09:23:56 UTC 2015 - co...@suse.com
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+  1.44 2015-07-06T00:29:56Z
+       * Fix file_has_* tests to work on Windows (RJBS) GitHub #13
+  
+  1.43_02 2015-06-24T15:21:57Z
+   * check file_mode_has tests for Windows
+
+-------------------------------------------------------------------
+Tue Jun 23 08:47:25 UTC 2015 - co...@suse.com
+
+- updated to 1.43
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+  1.43 2015-06-22T21:44:37Z
+       * Don't install README.pod
+
+-------------------------------------------------------------------
+Thu Jun 18 18:27:38 UTC 2015 - co...@suse.com
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+-------------------------------------------------------------------
+Tue Apr 14 20:12:53 UTC 2015 - co...@suse.com
+
+- updated to 1.41
+   see /usr/share/doc/packages/perl-Test-File/Changes
+
+-------------------------------------------------------------------
+Tue Dec 28 19:58:18 CET 2010 - pascal.ble...@opensuse.org
+
+- initial version (1.29)
+

New:
----
  Test-File-1.443.tar.gz
  cpanspec.yml
  perl-Test-File.changes
  perl-Test-File.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-File.spec ++++++
#
# spec file for package perl-Test-File
#
# Copyright (c) 2017 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-File
Version:        1.443
Release:        0
%define cpan_name Test-File
Summary:        Test File Attributes
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Test-File/
Source0:        
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Builder) >= 1.001006
BuildRequires:  perl(Test::Builder::Tester) >= 1.04
BuildRequires:  perl(Test::More) >= 0.95
BuildRequires:  perl(Test::utf8)
%{perl_requires}

%description
This modules provides a collection of test utilities for file attributes.

Some file attributes depend on the owner of the process testing the file in
the same way the file test operators do. For instance, root (or super-user
or Administrator) may always be able to read files no matter the
permissions.

Some attributes don't make sense outside of Unix, either, so some tests
automatically skip if they think they won't work on the platform. If you
have a way to make these functions work on Windows, for instance, please
send me a patch. :) IF you want to pretend to be Windows on a non-Windows
machine (for instance, to test 'skip()'), you can set the
'PRETEND_TO_BE_WINDOWS' environment variable.

The optional NAME parameter for every function allows you to specify a name
for the test. If not supplied, a reasonable default will be generated.

%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 examples
%license LICENSE

%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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to