Accepting request 50185 from devel:languages:perl
Copy from devel:languages:perl/perl based on submit request 50185 from user coolo OBS-URL: https://build.opensuse.org/request/show/50185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=48
This commit is contained in:
commit
fb569f416a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e9189f09447b2b90a1d186b418f91e583eba41eec238e8f5b8730f71d5fc1ec5
|
|
||||||
size 12296076
|
|
3
perl-5.12.2.tar.bz2
Normal file
3
perl-5.12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a999e0a0312fe20410a62d52fe5a290bb92e1c9bebf35f0d29c3293ded9628da
|
||||||
|
size 12349312
|
@ -1,11 +0,0 @@
|
|||||||
--- ext/ODBM_File/ODBM_File.xs
|
|
||||||
+++ ext/ODBM_File/ODBM_File.xs
|
|
||||||
@@ -121,7 +121,7 @@
|
|
||||||
dMY_CXT;
|
|
||||||
CODE:
|
|
||||||
dbmrefcnt--;
|
|
||||||
- dbmclose();
|
|
||||||
+ dbmclose(db);
|
|
||||||
safefree(db);
|
|
||||||
|
|
||||||
datum_value
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 27 09:48:57 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- update to perl-5.12.2
|
||||||
|
This release contains minor bug fixes and updates of several
|
||||||
|
core modules, as well as minor documentation updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 28 11:45:46 CEST 2010 - mls@suse.de
|
Wed Jul 28 11:45:46 CEST 2010 - mls@suse.de
|
||||||
|
|
||||||
|
32
perl.spec
32
perl.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl (Version 5.12.1)
|
# spec file for package perl (Version 5.12.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,21 +20,20 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Summary: The Perl interpreter
|
Summary: The Perl interpreter
|
||||||
Version: 5.12.1
|
Version: 5.12.2
|
||||||
Release: 4
|
Release: 1
|
||||||
%define pversion 5.12.1
|
%define pversion 5.12.2
|
||||||
License: Artistic License .. ; GPLv2+
|
License: Artistic License .. ; GPLv2+
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source: perl-5.12.1.tar.bz2
|
Source: perl-5.12.2.tar.bz2
|
||||||
Source1: %name-rpmlintrc
|
Source1: %name-rpmlintrc
|
||||||
Source2: macros.perl
|
Source2: macros.perl
|
||||||
Source3: README.macros
|
Source3: README.macros
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Patch0: perl-%{pversion}.dif
|
Patch0: perl-%{pversion}.dif
|
||||||
Patch1: perl-gracefull-net-ftp.diff
|
Patch1: perl-gracefull-net-ftp.diff
|
||||||
Patch2: perl-fix_dbmclose_call.patch
|
|
||||||
Patch3: perl-regexp-refoverflow.diff
|
Patch3: perl-regexp-refoverflow.diff
|
||||||
Patch4: perl-nroff.diff
|
Patch4: perl-nroff.diff
|
||||||
Patch5: perl-netcmdutf8.diff
|
Patch5: perl-netcmdutf8.diff
|
||||||
@ -85,12 +84,6 @@ than beautiful (tiny, elegant, and minimal).
|
|||||||
Some of the modules available on CPAN can be found in the "perl"
|
Some of the modules available on CPAN can be found in the "perl"
|
||||||
series.
|
series.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
|
|
||||||
|
|
||||||
%package base
|
%package base
|
||||||
License: Artistic License .. ; GPLv2+
|
License: Artistic License .. ; GPLv2+
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
@ -118,12 +111,6 @@ rather than beautiful (tiny, elegant, and minimal).
|
|||||||
This package contains only some basic modules and the perl binary
|
This package contains only some basic modules and the perl binary
|
||||||
itself.
|
itself.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: Artistic License .. ; GPLv2+
|
License: Artistic License .. ; GPLv2+
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
@ -137,18 +124,11 @@ BuildArch: noarch
|
|||||||
%description doc
|
%description doc
|
||||||
Perl man pages and pod files.
|
Perl man pages and pod files.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-5.12.1
|
%setup -q -n perl-5.12.2
|
||||||
cp -p %{S:3} .
|
cp -p %{S:3} .
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
Loading…
Reference in New Issue
Block a user