Hello community,

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

Package is "perl-File-Temp"

Fri Aug 31 10:44:10 2018 rev:5 rq:631781 version:0.2308

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Temp/perl-File-Temp.changes    
2014-02-11 10:44:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Temp.new/perl-File-Temp.changes       
2018-08-31 10:44:38.475216677 +0200
@@ -1,0 +2,22 @@
+Sat Aug 25 05:23:31 UTC 2018 - [email protected]
+
+- updated to 0.2308
+   see /usr/share/doc/packages/perl-File-Temp/Changes
+
+  0.2308    2018-07-11 21:06:16Z
+            - remove File::Temp::Dir from the PAUSE index (it is not in its own
+              .pm file, so it is not 'use'able on its own)
+  
+  0.2307    2018-06-24 19:40:29Z (TRIAL RELEASE)
+            - change EXLOCK default from true to false; addresses RT#123959.
+              Note that this option was always a no-op on non-BSD platforms;
+              changing the default to false makes behaviour more predictable 
and
+              consistent across platforms.
+
+-------------------------------------------------------------------
+Mon Jun 25 05:25:43 UTC 2018 - [email protected]
+
+- updated to 0.2306
+   see /usr/share/doc/packages/perl-File-Temp/Changes
+
+-------------------------------------------------------------------

Old:
----
  File-Temp-0.2304.tar.gz

New:
----
  File-Temp-0.2308.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-File-Temp.spec ++++++
--- /var/tmp/diff_new_pack.wIX9JI/_old  2018-08-31 10:44:38.855217132 +0200
+++ /var/tmp/diff_new_pack.wIX9JI/_new  2018-08-31 10:44:38.859217137 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Temp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,21 +17,22 @@
 
 
 Name:           perl-File-Temp
-Version:        0.2304
+Version:        0.2308
 Release:        0
 %define         cpan_name File-Temp
-Summary:        Return name and handle of a temporary file safely
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Return Name and Handle of a Temporary File Safely
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/File-Temp/
-Source:         
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Path) >= 2.06
+BuildRequires:  perl(File::Path) >= 2.060000
 BuildRequires:  perl(parent) >= 0.221
-Requires:       perl(File::Path) >= 2.06
+Requires:       perl(File::Path) >= 2.060000
 Requires:       perl(parent) >= 0.221
 %{perl_requires}
 
@@ -47,8 +48,8 @@
 race condition can not occur where the temporary file is created by another
 process between checking for the existence of the file and its opening.
 Additional security levels are provided to check, for example, that the
-sticky bit is set on world writable directories. See the "safe_level"
-manpage for more information.
+sticky bit is set on world writable directories. See "safe_level" for more
+information.
 
 For compatibility with popular C library functions, Perl implementations of
 the mkstemp() family of functions are provided. These are, mkstemp(),
@@ -66,14 +67,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?suse_version} <= 1110
-for i in `find t -type f` ; do
-    sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
-done
-sed -i -e "s|package File::Temp;|package File::Temp;\nuse lib 
'%{perl_vendorlib}';|" lib/File/Temp.pm 
-%endif
-# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -89,6 +82,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING cpanfile LICENSE README
+%doc Changes CONTRIBUTING CONTRIBUTING.mkdn README README.mkdn
+%license LICENSE
 
 %changelog

++++++ File-Temp-0.2304.tar.gz -> File-Temp-0.2308.tar.gz ++++++
++++ 6871 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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