Accepting request 486129 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-AutoConf?expand=0&rev=9
This commit is contained in:
Yuchen Lin 2017-04-11 10:41:26 +00:00 committed by Git OBS Bridge
commit bb24b3964e
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 31 05:17:35 UTC 2017 - coolo@suse.com
- updated to 0.314
see /usr/share/doc/packages/perl-Config-AutoConf/Changes
0.314 2017-03-30
- _get_extra_linker_flags: add library dirs
-------------------------------------------------------------------
Tue Apr 12 13:21:20 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Config-AutoConf
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Config-AutoConf
Version: 0.313
Version: 0.314
Release: 0
%define cpan_name Config-AutoConf
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-AutoConf/
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -69,6 +69,7 @@ the original.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ARTISTIC-1.0 Changes GPL-1 LICENSE README.md
%doc Changes GPL-1 README.md
%license ARTISTIC-1.0 LICENSE
%changelog