SHA256
6
0
forked from pool/texinfo

- Avoid also provide libtool() on texinfo specific perl linkage

- Drop require on perl(Locale::Messages) as long as we bundle
  perl-libintl-perl (the system one leaves tests failing)

- Do not provide perl() - the modules are not globally available
  (bsc#1062028)

- Change perl requires to be exactly the perl version makeinfo was
  built against. We ship a perl loadable module which is hard
  linked to the right version.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=48
This commit is contained in:
2017-10-13 12:04:24 +00:00
committed by Git OBS Bridge
parent 3edbe3ca2d
commit 050af47ea4
2 changed files with 32 additions and 3 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Oct 9 07:20:30 UTC 2017 - werner@suse.de
- Avoid also provide libtool() on texinfo specific perl linkage
-------------------------------------------------------------------
Sat Oct 7 12:35:18 UTC 2017 - coolo@suse.com
- Drop require on perl(Locale::Messages) as long as we bundle
perl-libintl-perl (the system one leaves tests failing)
-------------------------------------------------------------------
Sat Oct 7 08:31:43 UTC 2017 - coolo@suse.com
- Do not provide perl() - the modules are not globally available
(bsc#1062028)
-------------------------------------------------------------------
Wed Oct 4 08:41:08 UTC 2017 - dimstar@opensuse.org
- Change perl requires to be exactly the perl version makeinfo was
built against. We ship a perl loadable module which is hard
linked to the right version.
-------------------------------------------------------------------
Wed Jul 12 12:48:12 UTC 2017 - mpluskal@suse.com