8
0
Stephan Kulow
2013-10-04 15:23:49 +00:00
committed by Git OBS Bridge
parent fc73646c49
commit 729bc91c06
4 changed files with 77 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Oct 4 09:14:01 UTC 2013 - coolo@suse.com
- updated to 1.11
* Fix RT #89000: test broken by indirect base.pm disuse
- delete base.pm from list of expected deps,
patch by Andrew Main (zefram@fysh.org)
* new %Preload rule for Net::HTTPS (e.g. used by LWP::Protocol::https)
- look for IO::Socket::SSL or Net::SSL
* new %Preload rule for YAML::Any
- try to figure out what YAML::Any would have used (using YAML::Any->implementation)
- as fallback, include anything below YAML
-------------------------------------------------------------------
Thu Jan 10 12:13:29 CET 2013 - ro@suse.de