From 2bad513746cb4db38101504bb31ee166d2f341d7cad757a392263d1cea9ea3dd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 19 Apr 2015 08:05:16 +0000 Subject: [PATCH] Accepting request 298004 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/298004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=5 --- Data-GUID-0.047.tar.gz | 3 --- Data-GUID-0.048.tar.gz | 3 +++ cpanspec.yml | 20 ++++++++++++++++++++ perl-Data-GUID.changes | 9 +++++++++ perl-Data-GUID.spec | 23 +++++++++-------------- 5 files changed, 41 insertions(+), 17 deletions(-) delete mode 100644 Data-GUID-0.047.tar.gz create mode 100644 Data-GUID-0.048.tar.gz create mode 100644 cpanspec.yml diff --git a/Data-GUID-0.047.tar.gz b/Data-GUID-0.047.tar.gz deleted file mode 100644 index 2b4a736..0000000 --- a/Data-GUID-0.047.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49874cdb9ca2f11055bc4cdaa3cf5a06233b815b2e48498f16863c090a8abde6 -size 16751 diff --git a/Data-GUID-0.048.tar.gz b/Data-GUID-0.048.tar.gz new file mode 100644 index 0000000..d6bfb7b --- /dev/null +++ b/Data-GUID-0.048.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb263b1e6eeecc5797de6f945d42ace2db26c156172883550b73fa2ecdab29dc +size 16675 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#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 diff --git a/perl-Data-GUID.changes b/perl-Data-GUID.changes index a358d46..b2d5161 100644 --- a/perl-Data-GUID.changes +++ b/perl-Data-GUID.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com + +- updated to 0.048 + see /usr/share/doc/packages/perl-Data-GUID/Changes + + 0.048 2013-12-13 08:23:33 America/New_York + update bugtracker and repo links + ------------------------------------------------------------------- Fri Oct 4 14:40:51 UTC 2013 - darin@darins.net diff --git a/perl-Data-GUID.spec b/perl-Data-GUID.spec index a50c500..ddd8498 100644 --- a/perl-Data-GUID.spec +++ b/perl-Data-GUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-GUID # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -17,28 +17,26 @@ Name: perl-Data-GUID -Version: 0.047 +Version: 0.048 Release: 0 %define cpan_name Data-GUID -Summary: Globally unique identifiers -License: GPL-1.0+ or Artistic-1.0 +Summary: Globally Unique Identifiers +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-GUID/ -#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Data-GUID-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Data::UUID) >= 1.148 -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Sub::Exporter) >= 0.9 +BuildRequires: perl(Sub::Exporter) >= 0.90 BuildRequires: perl(Sub::Install) >= 0.03 -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Data::UUID) >= 1.148 -Requires: perl(Sub::Exporter) >= 0.9 +Requires: perl(Sub::Exporter) >= 0.90 Requires: perl(Sub::Install) >= 0.03 -Requires: perl(Test::More) %{perl_requires} %description @@ -60,9 +58,6 @@ unique identifiers. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README