From 357f58ac801d2dc69337e26d33efb2e20d86dd731b1a50e2cc22281af28a956e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 1 Apr 2011 08:31:19 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-Params-Util revision 11.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Util?expand=0&rev=ee1a560570c215c214807b9b6307b56c --- perl-Params-Util.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index af14470..8cf6f06 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Params-Util (Version 1.03) +# spec file for package perl-Params-Util # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: perl-Params-Util Version: 1.03 Release: 1 From 2c341252b36d717292a1801fef4d59081489406e70100420aca55943e6a9d431 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 30 Apr 2011 15:19:50 +0000 Subject: [PATCH 2/2] - updated to 1.04 - Fixed #67522 have_compiler returns OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Util?expand=0&rev=17 --- Params-Util-1.03.tar.gz | 3 --- Params-Util-1.04.tar.gz | 3 +++ perl-Params-Util.changes | 6 ++++++ perl-Params-Util.spec | 15 +++++---------- 4 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 Params-Util-1.03.tar.gz create mode 100644 Params-Util-1.04.tar.gz diff --git a/Params-Util-1.03.tar.gz b/Params-Util-1.03.tar.gz deleted file mode 100644 index 9614a92..0000000 --- a/Params-Util-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb8663d35b994513096703f43ff2d6948d00b5774a127b62f67e395f47007a24 -size 38661 diff --git a/Params-Util-1.04.tar.gz b/Params-Util-1.04.tar.gz new file mode 100644 index 0000000..db4d1e7 --- /dev/null +++ b/Params-Util-1.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1341f5d6bdcf6712af7819b93a9fb526446fba3663a82cf3b83fbae23af8ff5 +size 38679 diff --git a/perl-Params-Util.changes b/perl-Params-Util.changes index f7920f5..4a08905 100644 --- a/perl-Params-Util.changes +++ b/perl-Params-Util.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 30 15:18:28 UTC 2011 - coolo@opensuse.org + +- updated to 1.04 + - Fixed #67522 have_compiler returns + ------------------------------------------------------------------- Fri Apr 1 05:35:33 UTC 2011 - coolo@novell.com diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index 8cf6f06..a8631d1 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Params-Util +# spec file for package perl-Params-Util (Version 1.04) # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,24 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: perl-Params-Util -Version: 1.03 +Version: 1.04 Release: 1 License: GPL+ or Artistic %define cpan_name Params-Util Summary: Simple, compact and correct param-checking functions Url: http://search.cpan.org/dist/Params-Util/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Spec) >= 0.80 -BuildRequires: perl(Scalar::Util) >= 1.18 -Requires: perl(Scalar::Util) >= 1.18 +BuildRequires: perl(ExtUtils::CBuilder) >= 0.27 %{perl_requires} %description @@ -82,7 +77,7 @@ additions to 'Params::Util' may clash) %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog