Accepting request 340565 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/340565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cache-FastMmap?expand=0&rev=4
This commit is contained in:
2015-10-23 19:26:50 +00:00
committed by Git OBS Bridge
parent 75fa3e489e
commit cc0208e0d2
5 changed files with 51 additions and 5 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Oct 23 08:47:43 UTC 2015 - coolo@suse.com
- updated to 1.43
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.43 Fri Oct 23 14:00 2015
- Update copyright + version correctly everywhere
1.42 Fri Oct 23 13:30 2015
- Allow get_and_set callback to return an empty list
which means "no change". This allows atomic
"get, and set if not present" type action, but
without resetting the expiry time on each get.
This is basically the same as using the read_cb
1.41 Thu Aug 29 15:30 2013
- Actually reuse deleted slots. Meant that if
you used ->remove() a lot, we would re-organise
cache more than needed
- Include typo and meta patches from dsteinbrunner
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 19:19:08 UTC 2015 - coolo@suse.com Mon Apr 13 19:19:08 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-Cache-FastMmap Name: perl-Cache-FastMmap
Version: 1.40 Version: 1.43
Release: 0 Release: 0
%define cpan_name Cache-FastMmap %define cpan_name Cache-FastMmap
Summary: Uses an mmap'ed file to act as a shared memory interprocess cache Summary: Uses an mmap'ed file to act as a shared memory interprocess cache
License: GPL-1.0+ or Artistic-1.0 License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Cache-FastMmap/ Url: http://search.cpan.org/dist/Cache-FastMmap/
Source: http://www.cpan.org/authors/id/R/RO/ROBM/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RO/ROBM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros