- updated to 0.4203

[BUG FIXES]
   - Map recommends back to runtime recommends [Leon Timmermans]
   - Map restrictive license to restricted in meta 2.0 [Leon Timmermans]
   - Don't merge prereqs from meta to mymeta [Leon Timmermans]
   - Prefer META.json over META.yml [Leon Timmermans]
   - Do not set provides in metadata if no_index is set [Leon Timmermans]
   - Lowercase license in fallback logic [Leon Timmermans]
 
   [ENHANCEMENTS]
   - Converted to using Meta 2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-12-10 06:39:59 +00:00 committed by Git OBS Bridge
parent 24e55ded25
commit 87826322fa
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 10 06:36:39 UTC 2013 - coolo@suse.com
- updated to 0.4203
[BUG FIXES]
- Map recommends back to runtime recommends [Leon Timmermans]
- Map restrictive license to restricted in meta 2.0 [Leon Timmermans]
- Don't merge prereqs from meta to mymeta [Leon Timmermans]
- Prefer META.json over META.yml [Leon Timmermans]
- Do not set provides in metadata if no_index is set [Leon Timmermans]
- Lowercase license in fallback logic [Leon Timmermans]
[ENHANCEMENTS]
- Converted to using Meta 2.0
-------------------------------------------------------------------
Tue Oct 8 06:47:23 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Module-Build
Version: 0.4007
Version: 0.4203
Release: 0
%define cpan_name Module-Build
Summary: Build and install Perl modules
@ -107,11 +107,6 @@ find . -type f -print0 | xargs -0 chmod 644
%install
./Build install destdir=%{buildroot} create_packlist=0
# MANUAL BEGIN
# avoid conflict with Perl's own supplied version
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
# MANUAL END
%perl_gen_filelist
%files -f %{name}.files