Compare commits
10 Commits
8377335490
...
bec9b0804f
Author | SHA256 | Date | |
---|---|---|---|
bec9b0804f | |||
5c15b12004 | |||
d71021f8ce | |||
58b48e7c8b | |||
1419338ffc | |||
d5fabe9783 | |||
e3a9d33231 | |||
e7dae0ef76 | |||
|
0f2af1eabf | ||
eaf64524fe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b152ecd141edd7ddcd838fd1694ecf74aeeecd3770fcfc1a45dd3ae9e388b639
|
||||
size 52311
|
3
Cache-FastMmap-1.60.tar.gz
Normal file
3
Cache-FastMmap-1.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b2d3b0aef095d2c59b356a4482950d0c3a22e84e6e69b97bb96dcc1edc642ff
|
||||
size 57227
|
@@ -1,3 +1,118 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 05:33:58 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.600.0 (1.60)
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.60 Wed Jun 18 9:25 2025
|
||||
- Fix very broken 1.59 release that was leaving pages
|
||||
locked after initialising them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 05:35:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.590.0 (1.59)
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 05:34:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.580.0 (1.58)
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.57 Mon May 5 16:25 2025
|
||||
- Catch a rare bug if someone closes our underlying file
|
||||
handle unexpectedly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 13:40:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.57
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.57 Thu Sep 30 16:25 2021
|
||||
- Add expire($key) method to allow explicitly expiring
|
||||
a key from the cache. In write-back mode, if the key
|
||||
is dirty it will be written back, in other modes it's
|
||||
the same as remove($key)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 03:06:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.56
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.56 Mon Dec 14 14:35 2020
|
||||
- Update MANIFEST to include all tests. It hasn't
|
||||
been updated in a while
|
||||
1.55 Mon Dec 14 12:10 2020
|
||||
- Add ability to override internal value of 'time'
|
||||
everywhere to make tests that check expiry of items
|
||||
faster and more robust
|
||||
1.54 Sat Dec 12 13:40 2020
|
||||
- Add Test::Deep as dependency to Makefile.PL
|
||||
1.53 Thu Dec 10 13:40 2020
|
||||
- Handle expire_on being undef (use cache default) and
|
||||
return undef if existing value not found in cache.
|
||||
Makes get_and_set which passes on expire_on just work
|
||||
in "doesn't exist" case
|
||||
1.52 Thu Dec 10 12:20 2020
|
||||
- Fix bug where a get() on a key that was expired would
|
||||
cause that key to be deleted and never written back
|
||||
even if it was dirty
|
||||
- Added new expire_on naming so that expire_time
|
||||
(relative future time) and expire_on (absolute
|
||||
unix epoch time) are now clear and distinct
|
||||
- Allow setting expire_on when doing a set() call,
|
||||
which is useful from get_and_set() to maintain
|
||||
an items absolute expiry time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 03:07:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.51
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.51 Wed Nov 11 17:15 2020
|
||||
- Skip JSON/Sereal tests if modules not present
|
||||
- Updated .gitignore
|
||||
Thanks to https://github.com/szabgab/
|
||||
- GitHub Actions config file
|
||||
Thanks to https://github.com/szabgab/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 03:09:56 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.50
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.50 Fri Nov 6 20:40 2020
|
||||
- Allow get_and_set sub to return an options
|
||||
hash passed to the internal set call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 03:07:29 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.49
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.49 Tue Mar 24 10:15 2020
|
||||
- Fix windows compilation and test warnings
|
||||
Thanks to hvn@radiatorsoftware.com
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 05:03:35 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.48
|
||||
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
|
||||
|
||||
1.48 Thu Apr 11 11:30 2019
|
||||
- Remove use of // so we should work on 5.8 again
|
||||
- Replace -1 with a NOPAGE constant
|
||||
- Use 64bit offsets so we support caches > 4G
|
||||
- Various valgrind code fixes
|
||||
Thanks to oschwald@gmail.com
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 7 05:04:35 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Cache-FastMmap
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,23 +12,28 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Cache-FastMmap
|
||||
Version: 1.47
|
||||
Release: 0
|
||||
%define cpan_name Cache-FastMmap
|
||||
Name: perl-Cache-FastMmap
|
||||
Version: 1.600.0
|
||||
Release: 0
|
||||
# 1.60 -> normalize -> 1.600.0
|
||||
%define cpan_version 1.60
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Uses an mmap'ed file to act as a shared memory interprocess cache
|
||||
License: GPL-1.0-or-later OR Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Cache-FastMmap/
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBM/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBM/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Deep)
|
||||
Requires: perl(Test::Deep)
|
||||
Provides: perl(Cache::FastMmap) = %{version}
|
||||
Provides: perl(Cache::FastMmap::OnLeave)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -109,14 +114,14 @@ Will just work and will be read/written to the underlying data source as
|
||||
needed automatically.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -124,7 +129,6 @@ needed automatically.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user