Accepting request 296972 from devel:languages:perl:autoupdate
- updated to 0.25
see /usr/share/doc/packages/perl-B-Utils/Changes
0.24
- Export C symbols, breakage from 0.22
0.23
- 5.10, 5.12, 5.14 compatibile syntax
0.22
- resolve nameclashes with CORE, fix hpux and openbsd failures (Reini Urban)
- remove unneeded ExtUtils::CBuilder req (Reini Urban)
- do not use FUNCLIST on hpux (Reini Urban)
OBS-URL: https://build.opensuse.org/request/show/296972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Utils?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
362ca46dff
commit
0c0bc41ff2
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 12:14:00 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-B-Utils/Changes
|
||||
|
||||
0.24
|
||||
- Export C symbols, breakage from 0.22
|
||||
|
||||
0.23
|
||||
- 5.10, 5.12, 5.14 compatibile syntax
|
||||
|
||||
0.22
|
||||
- resolve nameclashes with CORE, fix hpux and openbsd failures (Reini Urban)
|
||||
- remove unneeded ExtUtils::CBuilder req (Reini Urban)
|
||||
- do not use FUNCLIST on hpux (Reini Urban)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 11:12:23 UTC 2014 - schwab@suse.de
|
||||
|
||||
|
||||
+8
-7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-B-Utils
|
||||
#
|
||||
# Copyright (c) 2014 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,22 +17,23 @@
|
||||
|
||||
|
||||
Name: perl-B-Utils
|
||||
Version: 0.21
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
%define cpan_name B-Utils
|
||||
Summary: Helper functions for op tree manipulation
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/B-Utils/
|
||||
Source: http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
|
||||
Patch: parent-impl.patch
|
||||
Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: perl-B-Utils-rpmlintrc
|
||||
Source2: cpanspec.yml
|
||||
Patch0: parent-impl.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::Depends) >= 0.301
|
||||
BuildRequires: perl(Task::Weaken)
|
||||
#BuildRequires: perl(B::Utils)
|
||||
Requires: perl(Task::Weaken)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -41,7 +42,7 @@ Helper functions for op tree manipulation
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@@ -57,6 +58,6 @@ Helper functions for op tree manipulation
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc build Changes LICENSE README weaver.ini xt
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f75a8779364ad05fea938ebeda7124c0e66268a923abab694ee2d1c1c1b3838
|
||||
size 71873
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54deebf64b149f3f0322f23bcb33d4ad4a6c7ac640357b0237840a5828ff59f8
|
||||
size 73184
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
sources:
|
||||
- perl-B-Utils-rpmlintrc
|
||||
patches:
|
||||
parent-impl.patch: -p1
|
||||
#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
|
||||
Reference in New Issue
Block a user