forked from pool/perl-File-FcntlLock
automatic update OBS-URL: https://build.opensuse.org/request/show/296301 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-FcntlLock?expand=0&rev=5
58 lines
2.2 KiB
Plaintext
58 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 14 18:13:28 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.22
|
|
see /usr/share/doc/packages/perl-File-FcntlLock/Changes
|
|
|
|
0.22 Thu July 31 2014
|
|
- Exports still didn't work from the XS, Pure and Inline modules,
|
|
hopefully fixed.
|
|
|
|
0.21 Thu July 31 2014
|
|
- Missing @EXPORT of constants fixed with patch supplied by
|
|
Raphaël Hertzog <hertzog@debian.org> (thank you;-)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 0.20
|
|
- Problem on GNU Hurd hopefully fixed and some cosmetic changes.
|
|
|
|
0.19 Tue May 27 2014
|
|
- Builds failed on 32-bit systems due to missing CFLAGS derived
|
|
from the Perl installation.
|
|
|
|
0.18 Mon May 26 2014
|
|
- CPAN didn't find the version number in FcntlLock.pm which
|
|
was derived from that of Core.pm:-(
|
|
|
|
0.17 Mon May 26 2014
|
|
- CPAN testing showed that there are 32-bit systems where the
|
|
off_t member of the flock struct is a 64-bit integer but Perl
|
|
doesn't support the 'q' format for pack() and unpack(). On these
|
|
systems there seem to be no good way of assembling a flock
|
|
structure useing "pure Perl" and thus the File::FcntlLock::Pure
|
|
and File::FcntlLock::Inline modules won't get installed.
|
|
|
|
0.16 Sun May 25 2014
|
|
- Missing file in 0.15, Pure.pm, in MANIFEST added.
|
|
|
|
0.15 Thu May 20 2014
|
|
- Module rewritten as three modules, one working
|
|
exactly as before, and two new ones that instead of
|
|
being XS-based use Perl code. For the first one the
|
|
Perl code for packing/unpacking the C flock struct is
|
|
generated when 'perl Makefile.PL' is run. For the other
|
|
a C program is created, compiled and run each time the
|
|
module gets loaded. This is in response to some concerns
|
|
the Debian dpkg package managers (who use the module) had
|
|
for certain circumstances when new Perl versions need to
|
|
be installed (as far as I understand;-)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 12:24:44 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
- initial packaging based on cpanspec
|
|
* made backwards compatible to SLE 11 SP2
|
|
|