8
0

Accepting request 296441 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Util?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-15 07:41:12 +00:00
committed by Git OBS Bridge
parent 2bc489779b
commit f58ba79e5c
4 changed files with 24 additions and 14 deletions

View File

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

3
Module-Util-1.09.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 14 20:05:35 UTC 2015 - coolo@suse.com
- updated to 1.09
see /usr/share/doc/packages/perl-Module-Util/Changes
1.09 - Thu Jan 10 2013
- Added module_name_parts
1.08 - Mon May 28 2012
- Added an explicit =encoding directive to avoid pod errors
-------------------------------------------------------------------
Sun May 1 10:30:22 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Util (Version 1.07)
# spec file for package perl-Module-Util
#
# Copyright (c) 2011 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
@@ -15,20 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Module-Util
Version: 1.07
Release: 1
License: GPL+ or Artistic
Version: 1.09
Release: 0
%define cpan_name Module-Util
Summary: Module name tools and transformations
Url: http://search.cpan.org/dist/Module-Util/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Util/
Source: http://www.cpan.org/authors/id/M/MA/MATTLAW/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build) >= 0.40
%{perl_requires}
%description
@@ -51,11 +52,8 @@ names to relative paths.
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README scripts
%changelog