Accepting request 372726 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/372726 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Tools?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
5ddb4b07ce
commit
57898888b3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:806364bf6278d66c13757c3b2a3637bdd3345d5a0c4f0ad08177063bdbc8ad39
|
||||
size 472218
|
3
Search-Tools-1.004.tar.gz
Normal file
3
Search-Tools-1.004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d92edc70a14d8f2571bcbc1ba268e6492ad60c1e4d1ea69ba58e6a4795cacb1
|
||||
size 472292
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 10:25:28 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.004
|
||||
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
||||
|
||||
1.004 11 Marh 2016
|
||||
- Carp::cluck() in to_utf8() is the string argument is undefined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 4 08:50:58 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Search-Tools
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Search-Tools
|
||||
Version: 1.003
|
||||
Version: 1.004
|
||||
Release: 0
|
||||
%define cpan_name Search-Tools
|
||||
Summary: High-Performance Tools for Building Search Applications
|
||||
@@ -46,8 +46,7 @@ Requires: perl(namespace::autoclean)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
As of version 1.000 Search::Tools uses the Moo manpage and the
|
||||
Class::XSAccessor manpage.
|
||||
As of version 1.000 Search::Tools uses Moo and Class::XSAccessor.
|
||||
|
||||
Search::Tools is a set of utilities for building search applications.
|
||||
Rather than adhering to a particular search application or framework, the
|
||||
@@ -63,7 +62,7 @@ general purpose features.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user