Accepting request 640457 from devel:languages:perl:autoupdate

- FIx build
- updated to 0.049
   see /usr/share/doc/packages/perl-Data-GUID/Changes
  0.049     2017-01-23 19:04:58-05:00 America/New_York
          - Data::UUID can sometimes produce duplicate UUIDs when a single UUID
            generator is used on both sides of a fork.  Data::GUID now silently
            replaces its UUID generator when the pid changes.  (bug reported by
            Matthew Horsfall)

OBS-URL: https://build.opensuse.org/request/show/640457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=6
This commit is contained in:
2018-10-07 19:25:16 +00:00
committed by Git OBS Bridge
parent 2bad513746
commit ffc73144bb
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb263b1e6eeecc5797de6f945d42ace2db26c156172883550b73fa2ecdab29dc
size 16675

3
Data-GUID-0.049.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b
size 19513

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- FIx build
-------------------------------------------------------------------
Wed Feb 7 16:20:55 UTC 2018 - coolo@suse.com
- updated to 0.049
see /usr/share/doc/packages/perl-Data-GUID/Changes
0.049 2017-01-23 19:04:58-05:00 America/New_York
- Data::UUID can sometimes produce duplicate UUIDs when a single UUID
generator is used on both sides of a fork. Data::GUID now silently
replaces its UUID generator when the pid changes. (bug reported by
Matthew Horsfall)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-GUID # spec file for package perl-Data-GUID
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Data-GUID Name: perl-Data-GUID
Version: 0.048 Version: 0.049
Release: 0 Release: 0
%define cpan_name Data-GUID %define cpan_name Data-GUID
Summary: Globally Unique Identifiers Summary: Globally Unique Identifiers
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-GUID/ Url: http://search.cpan.org/dist/Data-GUID/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -60,6 +60,7 @@ unique identifiers.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog