Accepting request 297356 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-LDAP-Server-Test?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 20:16:23 +00:00
committed by Git OBS Bridge
parent f6d45286d3
commit 6593b855d5
5 changed files with 61 additions and 22 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Apr 16 20:09:37 UTC 2015 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Net-LDAP-Server-Test/Changes
0.15 21 Sept 2012
* RT 79776 - Net::LDAP >= 0.44 causes stop() to hang indefinitely. Added an alarm()
workaround to kill() the problem pid if waitpid() hangs.
0.16 25 Oct 2012
* RT 80360 - return correct LDAP constant if entry does not exist
Patch from Joni Salonen.
* RT 80377 - return correct LDAP constant for variety of conditions.
Patches from Rafael Porres Molina.
0.17 2 Feb 2013
* fix regression introduced in 0.16 via 4896a0418ecf704723d91b9d8efae662c0260e79
(issue RT 80360)
0.18 14 March 2013
* RT 83905 - server->stop() with waitpid+kill may take a second or two to work,
so check+sleep for 10 seconds before returning.
0.19 30 April 2013
* patches from chorny @github patching Windows hanging bug (RT #84836)
-------------------------------------------------------------------
Tue Jun 11 12:36:47 UTC 2013 - mrueckert@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-LDAP-Server-Test
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,29 +17,25 @@
Name: perl-Net-LDAP-Server-Test
Version: 0.14
Version: 0.19
Release: 0
%define cpan_name Net-LDAP-Server-Test
Summary: Test Net::LDAP code
License: GPL-2.0+ or SUSE-Artistic-1.0+
%define cpan_name Net-LDAP-Server-Test
Summary: Test Net::Ldap Code
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-LDAP-Server-Test/
#Source: http://www.cpan.org/authors/id/K/KA/KARMAN/Net-LDAP-Server-Test-%%{version}.tar.gz
Source0: %{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/K/KA/KARMAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Dump)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(Net::LDAP)
BuildRequires: perl(Net::LDAP::Server) >= 0.3
Requires: perl(Data::Dump)
Requires: perl(IO::Select)
Requires: perl(IO::Socket)
Requires: perl(Net::LDAP)
Requires: perl(Net::LDAP::Server) >= 0.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -54,20 +50,15 @@ available.
%{__make} %{?_smp_mflags}
%check
%if 0%{?suse_version} > 1210
%{__make} test
%endif
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root)
%defattr(-,root,root,755)
%doc Changes README
%changelog