Accepting request 27112 from home:jnweiger:branches:devel:languages:perl

Copy from home:jnweiger:branches:devel:languages:perl/perl-ExtUtils-MakeMaker via accept of submit request 27112 revision 3.
Request was accepted with message:
I will fill up the version update info

OBS-URL: https://build.opensuse.org/request/show/27112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2009-12-20 20:17:36 +00:00 committed by Git OBS Bridge
parent ccd1826c1f
commit 2bf8dccbd6
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 18 12:39:11 UTC 2009 - jw@novell.com
- Update to 6.56
- Stable release of 6.55_03
-------------------------------------------------------------------
Mon Dec 7 16:46:59 UTC 2009 - jw@novell.com
- http://cpansearch.perl.org/src/MSCHWERN/ExtUtils-MakeMaker-6.55_03/Changes
-------------------------------------------------------------------
Mon Sep 7 15:09:03 CEST 2009 - mls@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-ExtUtils-MakeMaker (Version 6.54)
# spec file for package perl-ExtUtils-MakeMaker (Version 6.56)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -18,9 +18,9 @@ Requires: perl = %{perl_version}
# BuildRequires: perl-Test-Pod
Autoreqprov: on
Summary: ExtUtils-MakeMaker Perl module
Version: 6.54
Version: 6.56
Release: 1
Source: ExtUtils-MakeMaker-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -36,6 +36,8 @@ This is here just to fulfil a dependency in Jifty.
%build
perl Makefile.PL
make
%check
make test
%install