]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fix GDBM_File versioning auto/th/perl-5.18.0-9
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Jun 2013 12:06:23 +0000 (14:06 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Jun 2013 12:06:23 +0000 (14:06 +0200)
- rel 9

perl.spec

index a432712cad0174dedc912f0bc8f2d99f388c9c33..4ff86954a607ac6fef50640317075e1d41f63564 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -44,7 +44,7 @@
 %define                perl_modversion()       %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
 
 %define                ver     5.18.0
-%define                rel     8
+%define                rel     9
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -668,9 +668,10 @@ formacie Perla a resztą systemu.
 Summary:       GDBM_File - Perl5 access to the gdbm library
 Summary(pl.UTF-8):     GDBM_File - dostęp do biblioteki gdbm w Perlu
 Version:       %perl_modver GDBM_File
-Epoch:         2
+Release:       %{ver}.%{rel}
+Epoch:         3
 Group:         Libraries
-Requires:      %{name}-base = 1:%{ver}-%{release}
+Requires:      %{name}-base = 1:%{ver}-%{rel}
 
 %description GDBM_File
 GDBM_File is a module which allows Perl programs to make use of the
This page took 0.15551 seconds and 4 git commands to generate.