SHA256
1
0
forked from pool/cmake

Accepting request 440352 from home:alarrosa:branches:devel:tools:building

- Fix cmake.prov to report all cmake Config modules provided in a single
  cmake directory instead of just returning the first one given by a
  shell glob (which could be different across builds). Also, include
  upper and lowercase files always instead of including lowercase files
  only when no uppercase files were found.

OBS-URL: https://build.opensuse.org/request/show/440352
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=271
This commit is contained in:
Hrvoje Senjan
2016-11-15 10:31:10 +00:00
committed by Git OBS Bridge
parent 43f23f4c82
commit 5184b98e47
2 changed files with 23 additions and 19 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 15 08:23:14 UTC 2016 - alarrosa@suse.com
- Fix cmake.prov to report all cmake Config modules provided in a single
cmake directory instead of just returning the first one given by a
shell glob (which could be different across builds). Also, include
upper and lowercase files always instead of including lowercase files
only when no uppercase files were found.
-------------------------------------------------------------------
Sun Sep 25 00:21:58 UTC 2016 - jimmy@boombatower.com