]> git.pld-linux.org Git - packages/ack.git/commitdiff
- updated to 2.04 auto/th/ack-2.04-1
authorKacper Kornet <draenog@pld-linux.org>
Tue, 30 Apr 2013 09:49:21 +0000 (10:49 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Tue, 30 Apr 2013 09:49:21 +0000 (10:49 +0100)
- strict dependence on version of perl-ack

ack-deps.patch
ack.spec

index 4eabfd85960630542838ca79702f14d25cfbbcd3..e67e46524afc24bf876f556f73f067d2ef8514a2 100644 (file)
@@ -1,13 +1,11 @@
 --- Ack.pm~    2013-04-19 05:47:53.000000000 +0100
 +++ Ack.pm     2013-04-22 16:50:14.000000000 +0100
-@@ -46,8 +46,8 @@
+@@ -46,7 +46,7 @@
  our $is_cygwin;
  our $is_windows;
  
 -use File::Spec 1.00015 ();
--use File::Glob 1.00015 ':glob';
 +use File::Spec 1.0 ();
-+use File::Glob 1.0 ':glob';
  
  BEGIN {
      # These have to be checked before any filehandle diddling.
index 6b06d578df7db7f11ed47d11171144f61f8a5b0a..c8c6a145629e46031d81e7113d7e700d768acffe 100644 (file)
--- a/ack.spec
+++ b/ack.spec
 Summary:       grep-like text finder
 Summary(pl.UTF-8):     produkt grepopodobny
 Name:          ack
-Version:       2.02
+Version:       2.04
 Release:       1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/%{name}-%{version}.tar.gz
-# Source0-md5: 9ae2c3939d0f069c6781ee5b6de47c27
+# Source0-md5: bfd1b9fc4e79b6cad1c410406e199fe5
 Patch0:                %{name}-deps.patch
 Patch1:                %{name}-interactive-tests.patch
 URL:           http://betterthangrep.com/
+Requires:      perl-ack = %{version}
 %if %{with tests}
 BuildRequires: perl-File-Next >= 1.10
 %{?with_pty_tests:BuildRequires:       perl-IO-Tty}
This page took 0.100127 seconds and 4 git commands to generate.