Compare commits

...

10 Commits

Author SHA256 Message Date
Stephan Kulow
b5c85caaf5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=29 2011-11-11 11:22:16 +00:00
Juergen Weigert
4b68abb645 - update to 0.30, API changed. Arrays count (0..N-1) now.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=28
2011-09-26 15:05:22 +00:00
Juergen Weigert
985ed98cc6 - update 0.29, API changed. beware:
wm_search_init() added.
  wm_search_text() now initializes the callback.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=27
2011-09-26 12:49:13 +00:00
Juergen Weigert
32a025fffa i
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=26
2011-09-21 19:33:50 +00:00
Juergen Weigert
7084ead667 - fixed argv loop in standalone binary. Added -q
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=25
2011-09-21 19:33:34 +00:00
Juergen Weigert
25ca795d6e Accepting request 84171 from home:jnweiger:branches:devel:languages:perl
- update to 0.28, support standalone wumanber binary.

OBS-URL: https://build.opensuse.org/request/show/84171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=24
2011-09-21 12:28:16 +00:00
Juergen Weigert
7fdc453a5c - update to 0.27, fixed a memory corruption in init_tables()
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=23
2011-06-21 09:40:37 +00:00
Juergen Weigert
d3a876cf61 - updated to 0.26:
* docu fixes, testsuite improved.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=22
2011-06-20 17:25:42 +00:00
Juergen Weigert
35046cf69c no more bzip, test suite improved
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=21
2011-06-20 17:19:56 +00:00
OBS User _service
7c84b72ab7 generated via source service
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-WuManber?expand=0&rev=20
2011-03-24 16:33:36 +00:00
6 changed files with 59 additions and 32 deletions

View File

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

View File

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

View File

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

View File

@@ -1,20 +0,0 @@
service download_url failed:
+ FILE=Search-WuManber-0.23.tar.gz
+ '[' -z search.cpan.org ']'
+ '[' -z CPAN/authors/id/J/JN/JNW/Search-WuManber-0.23.tar.gz ']'
+ '[' -z /lxc.tmp/out ']'
+ '[' -z Search-WuManber-0.23.tar.gz ']'
+ cd /lxc.tmp/out
+ '[' -n '' ']'
+ exec /usr/bin/wget -4 --no-check-certificate http://search.cpan.org/CPAN/authors/id/J/JN/JNW/Search-WuManber-0.23.tar.gz
--2011-03-09 16:20:09-- http://search.cpan.org/CPAN/authors/id/J/JN/JNW/Search-WuManber-0.23.tar.gz
Resolving search.cpan.org... 194.106.223.155
Connecting to search.cpan.org|194.106.223.155|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JN/JNW/Search-WuManber-0.23.tar.gz [following]
--2011-03-09 16:20:09-- http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JN/JNW/Search-WuManber-0.23.tar.gz
Resolving ftp.hosteurope.de... 80.237.136.138
Connecting to ftp.hosteurope.de|80.237.136.138|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-03-09 16:20:09 ERROR 404: Not Found.

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Sep 26 15:04:24 UTC 2011 - jw@suse.com
- update to 0.30, API changed. Arrays count (0..N-1) now.
-------------------------------------------------------------------
Mon Sep 26 12:44:23 UTC 2011 - jw@suse.com
- update to 0.29, API changed. beware:
wm_search_init() added.
wm_search_text() now initializes the callback.
-------------------------------------------------------------------
Wed Sep 21 19:31:55 UTC 2011 - jw@suse.com
- fixed argv loop in standalone binary. Added -q
-------------------------------------------------------------------
Wed Sep 21 12:18:22 UTC 2011 - jw@suse.com
- update to 0.28, support standalone wumanber binary.
-------------------------------------------------------------------
Tue Jun 21 09:37:08 UTC 2011 - jw@novell.com
- update to 0.27, fixed a memory corruption in init_tables()
-------------------------------------------------------------------
Mon Jun 20 17:24:56 UTC 2011 - jw@novell.com
- updated to 0.26:
* docu fixes, testsuite improved.
-------------------------------------------------------------------
Wed Mar 9 15:15:51 UTC 2011 - jw@novell.com

View File

@@ -1,30 +1,37 @@
#
# spec file for package perl-Search-WuManber (Version 0.23)
# spec file for package perl-Search-WuManber
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Search-WuManber
URL: http://build.opensuse.org/package/show?package=perl-Search-WuManber
Url: http://build.opensuse.org/package/show?package=perl-Search-WuManber
License: GPL, Artistic License
Group: Development/Languages/Perl
Autoreqprov: on
AutoReqProv: on
Summary: Fast and simple Multi-Pattern search algorithm
Version: 0.25
Version: 0.30
Release: 1
Source: http://search.cpan.org/CPAN/authors/id/J/JN/JNW/Search-WuManber-%{version}.tar.bz2
Source: XXXhttp://search.cpan.org/CPAN/authors/id/J/JN/JNW/Search-WuManber-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
A Perl module implementing
Wu S., and U. Manber, "A Fast Algorithm for Multi-Pattern Searching," Technical Report TR-94-17, Department of Computer Science, University of Arizona (May 1993).
@@ -38,12 +45,15 @@ Wu S., and U. Manber, "A Fast Algorithm for Multi-Pattern Searching," Technical
rm -f demo.pl
perl Makefile.PL
make
# also build the standalone binary.
make wumanber
%check
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
install -D -m 0755 wumanber $RPM_BUILD_ROOT/usr/bin/wumanber
%if 0%{?suse_version}
%perl_process_packlist
%else
@@ -61,5 +71,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Search::WuManber*.3pm*
%if 0%{?suse_version}
%endif
/usr/bin/wumanber
%changelog