Hello community,

here is the log from the commit of package perl-File-Map for openSUSE:Leap:15.2 
checked in at 2020-06-19 02:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-File-Map (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.perl-File-Map.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Map"

Fri Jun 19 02:50:57 2020 rev:1 rq:814746 version:0.66

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

--- /dev/null   2020-05-28 02:28:09.919761697 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.perl-File-Map.new.3606/perl-File-Map.changes  
2020-06-19 02:50:58.246942568 +0200
@@ -0,0 +1,56 @@
+-------------------------------------------------------------------
+Wed Dec 19 06:07:02 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 0.66
+   see /usr/share/doc/packages/perl-File-Map/Changes
+
+  0.66      2018-12-18 16:57:58+01:00 Europe/Amsterdam
+            - Warn when buffer gets truncated
+
+-------------------------------------------------------------------
+Tue Oct 31 06:20:19 UTC 2017 - [email protected]
+
+- updated to 0.65
+   see /usr/share/doc/packages/perl-File-Map/Changes
+
+  0.65      2017-10-30 13:37:57+01:00 Europe/Amsterdam
+            - Fix mapping into a hash element
+            - Fix compilation warning by giving boot function a proper return 
type
+            - Take into account sleep 0.1 may sleep a little less
+
+-------------------------------------------------------------------
+Thu Jun  2 05:18:51 UTC 2016 - [email protected]
+
+- updated to 0.64
+   see /usr/share/doc/packages/perl-File-Map/Changes
+
+  0.64      2015-07-13 12:50:12+02:00 Europe/Amsterdam
+            Fix segfault in empty mappings
+            Skip tainting tests on non-tainting perls
+  
+  0.63      2014-09-12 18:27:17+02:00 Europe/Amsterdam
+            Fix error message on unknown protect mode
+  
+  0.62      2014-08-16 14:34:48+02:00 Europe/Amsterdam
+            Reuse perl's reentrant API
+            Skip setlocale on android
+  
+  0.61      2013-10-04 21:36:19 Europe/Amsterdam
+            Improve 64 bit pointer logic on Windows
+  
+  0.60      2013-08-11 01:20:06 Europe/Amsterdam
+            Upgrade dependency to Test::Warnings 0.005
+  
+  0.59      2013-08-09 11:04:45 Europe/Amsterdam
+            Explicitly depend on Test::Warnings 0.004
+  
+  0.58      2013-08-08 23:18:15 Europe/Amsterdam
+            Converted from Test::Exception to Test::Fatal
+            Converted Test::Warn and Test::NoWarnings to Test::Warnings
+
+-------------------------------------------------------------------
+Tue Jul 16 14:53:15 UTC 2013 - [email protected]
+
+- initial package 0.57
+    * created by cpanspec 1.78.06
+

New:
----
  File-Map-0.66.tar.gz
  cpanspec.yml
  perl-File-Map.changes
  perl-File-Map.spec

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

Other differences:
------------------
++++++ perl-File-Map.spec ++++++
#
# spec file for package perl-File-Map
#
# 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 https://bugs.opensuse.org/
#


Name:           perl-File-Map
Version:        0.66
Release:        0
%define cpan_name File-Map
Summary:        Memory mapping made simple and safe
License:        Artistic-1.0 OR GPL-1.0-or-later
Group:          Development/Libraries/Perl
Url:            https://metacpan.org/release/%{cpan_name}
Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build) >= 0.280000
BuildRequires:  perl(PerlIO::Layers)
BuildRequires:  perl(Sub::Exporter::Progressive) >= 0.001005
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::Warnings) >= 0.005
Requires:       perl(PerlIO::Layers)
Requires:       perl(Sub::Exporter::Progressive) >= 0.001005
%{perl_requires}

%description
File::Map maps files or anonymous memory into perl variables.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
perl Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples metamerge.yml README
%license LICENSE

%changelog
++++++ 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