Accepting request 488999 from devel:languages:perl
- updated to 0.17 see /usr/share/doc/packages/perl-AnyEvent-I3/Changes 0.17 2017-04-09 * support the shutdown event * use lib '.' for Perl 5.25.11+ OBS-URL: https://build.opensuse.org/request/show/488999 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent-I3?expand=0&rev=9
This commit is contained in:
commit
e90a8dae96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fc2010011462b6ac9f64dbc5049c5a4298020b9f0f3340d4d22d95a77519be3
|
|
||||||
size 25320
|
|
3
AnyEvent-I3-0.17.tar.gz
Normal file
3
AnyEvent-I3-0.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5382c984c9f138395f29f0c00af81aa0c8f4b765582055c73ede4b13f04a6d63
|
||||||
|
size 25264
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#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_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
license: GPL-1.0+ or Artistic-1.0
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 10 05:01:57 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.17
|
||||||
|
see /usr/share/doc/packages/perl-AnyEvent-I3/Changes
|
||||||
|
|
||||||
|
0.17 2017-04-09
|
||||||
|
|
||||||
|
* support the shutdown event
|
||||||
|
* use lib '.' for Perl 5.25.11+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 10:09:56 UTC 2015 - coolo@suse.com
|
Tue Apr 14 10:09:56 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-AnyEvent-I3
|
# spec file for package perl-AnyEvent-I3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-AnyEvent-I3
|
Name: perl-AnyEvent-I3
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name AnyEvent-I3
|
%define cpan_name AnyEvent-I3
|
||||||
Summary: communicate with the i3 window manager
|
Summary: Communicate with the I3 Window Manager
|
||||||
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/AnyEvent-I3/
|
Url: http://search.cpan.org/dist/AnyEvent-I3/
|
||||||
Source: http://www.cpan.org/authors/id/M/MS/MSTPLBG/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
Reference in New Issue
Block a user