After extracting, remove a few files that have non-portable shell
constructs. Both qt4-libs and qt4-tools build fine without them, so
they are obviously (slight leap) not used by the build.
(Someday, when we have a standard approach for this, this code can be
updated, but today it's important that this build.)
Update ruby-thor to 1.0.1.
# 1.0.1
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
* Handle relative source path in `create_link`.
# 1.0.0
* Drop support to Ruby 1.8 and 1.9.
* Deprecate relying on default `exit_on_failure?`.
In preparation to make Thor commands exit when there is a failure we are deprecating
defining a command without defining what behavior is expected when there is a failure.
To fix the deprecation you need to define a class method called `exit_on_failure?` returning
`false` if you want the current behavior or `true` if you want the new behavior.
* Deprecate defining an option with the default value using a different type as defined in the option.
* Allow options to be repeatable. See #674.
1.14.2 - 2020-02-10
- Fix compilation with GCC 10 (-fno-common)
- Fix minor display issue when scanning 10M+ files
- Slightly reduce memory usage for hard link detection
Update ruby-will-paginate to 3.3.0.
3.3.0 (2020-02-26)
* ActiveRecord: Avoid a count query in empty? #593
* Support MS SQL Server #540
* Avoid Ruby 2.7 warnings about keyword arguments #609
* Breaking: drop Ruby 1.9 compatibility
3.2.1 (2019-10-15)
* Ensure PageNumber is serialized as JSON number
3.2.0 (2019-10-09)
* Performance: avoid extending Numeric with PageNumber logic
* BREAKING: Integer === page_number is no longer true.
* Make pagination markup more accessible:
- container div now has role="navigation";
- container div now has aria-label="Pagination", translatable via
will_paginate.container_aria_label i18n key;
- individual page links now have aria-label="Page {N}", translatable
via will_paginate.page_aria_label i18n key;
- current page now has aria-current="page".
* Add support for will_paginate view helpers in Hanami View
* Add total_entries support for Mongoid
* Rails: avoid circular require warning
* Rails: fix serving HTTP 404s for WillPaginate::InvalidPage exceptions
3.1.8 (2019-08-19)
* Avoid warnings on Ruby 2.7
3.1.7 (2019-03-18)
* Rails 5.2.2.1 & 6.0.0 compatibility
Changes:
Make dark variant even darker
Don't change button text color on focus, hover, active
gtk: Rewrite ripple implementation
gtk: Change checked raised button style
gtk: Lighten up switch slider color on dark variant
gtk: Use primary color for spinner
gtk: Use primary color for caret-color (experimentally)
gtk: Add various improvements of Budgie styling
gnome-shell: Add support for version 3.36
gnome-shell: Drop support for versions 3.18 - 3.24
gnome-shell: Drop support for legacy Ubuntu-specific sessions
gnome-shell: Land massive Sass rewrite
Other various improvements, fixes, refactors, and cleanups
Update ruby-ohai to 15.7.4.
15.7.3 (2020-01-17)
* Substitute require for require_relative #1415 (tas50)
* Test on Ruby 2.7 final docker container and remove old Jenkins files #1416 (tas50)
* Minor spec cleanup from rubocop-rspec project #1417 (tas50)
* Fix missing volume name and re-implement adding drivetype to filesystem plugin #1419 (sshock)
15.6.3 (2019-12-10)
* Use s3 caching / smaller conntainers in BK & add Ruby 2.7 testing #1410 (tas50)
* Strip the Rakefile and specs from our gem artifact #1409 (tas50)
* Rename Ohai::Mixin::DmiDecode spec file to end in _spec.rb #1413 (KrisShannon)
* Fix failures under Ruby 2.7 #1412 (KrisShannon)
* [filesystem] Convert windows to filesystem2 #1267 (jaymzh)
15.3.1 (2019-09-05)
* Use Benchmark.realtime for the main application time as well #1397 (tas50)
* rspec updates from rubocop-rspec #1399 (tas50)
* Add sysctl ohai plugin #1401 (joshuamiller01)
* Make the new sysctl plugin optional #1402 (tas50)
* Simplify and fix Openstack detection on Linux #1395 (tas50)
15.2.5 (2019-08-08)
* new chefstyle rules for 0.13.2 #1384 (lamont-granquist)
* Feature - Change regex for detecting interface's state #1382 (josephmilla)
* Switch from Appveyor to Buildkite for Windows PR testing #1383 (tas50)
* Add other_versions subfield for RPM packages. #1369 (jjustice6)
* Translating platform "archarm" to "arch" #1388 (BackSlasher)
* Display elapsed real time instead of total cpu time #1392 (teknofire)
* Use virtualization plugin to detect if we're on openstack on Windows. #1391 (jjustice6)
* Simplify the Openstack plugin by not polling DMI data #1394 (tas50)
* Fix platform_version detection on Fedora rawhide #1396 (ritzk)
15.1.5 (2019-06-22)
* [shard_seed] fix default_sources for linux, darwin and windows #1379 (michel-slm)
* [shard_seed] fix default_digest_algorithm on darwin #1381 (michel-slm)
15.1.3 (2019-06-14)
* Apply require speedups to ohai #1363 (lamont-granquist)
* fix shellout require idempotency #1365 (lamont-granquist)
* Solaris network plugin fix for issue https://github.com/chef/ohai/iss… #1367 (devoptimist)
* Avoid constant warnings in windows/filesystem plugin #1360 (tas50)
* Add VboxHost plugin to support VirtualBox as a virtualization host #1339 (freakinhippie)
* Test on ruby 2.6 in Appveyor and remove the travis config #1372 (tas50)
* Use virtualization attributes to run or skip the virtualbox plugin #1373 (tas50)
* Simplify how we create empty mashes in the plugins #1374 (tas50)
* Merge the new vbox plugin into the existing virtualbox plugin #1376 (tas50)
15.0.35 (2019-05-10)
* Update master branch for Ohai 15 development #1277 (tas50)
* Remove the chdir to / when running ohai #1250 (tas50)
* Remove the deprecated system_profiler plugin #1278 (tas50)
* Remove the deprecated Ohai::Util::Win32::GroupHelper class #1279 (tas50)
* Removed unused refresh_plugins method in System class #1280 (tas50)
* Ignore empty metadata openstack #1290 (sawanoboly)
* Set User-Agent in HTTP header for GCE plugin #1291 (nathenharvey)
* Adds more resilient GCE checking #1292 (nathenharvey)
* Plugin to load hyper_v hostname from guest #1303 (safematix)
* Remove old spec files #1301 (tas50)
* Remove circa ~2005 virtualization hypervisor detection #1305 (tas50)
* Correctly detect openSUSE leap 15+ #1297 (tas50)
* /etc/os-release based OS detection #1299 (tas50)
* Windows: Fix for fqdn is being set as the machine name instead of fqdn #1310 (vijaymmali1990)
* Linux Virtualization: Use the new nests systems format for lxd / lxc #1309 (tas50)
* Add mangeia platform with madriva platform_family #1316 (tas50)
* Add support for SUSE Linux Enterprise Desktop #1314 (tas50)
* Fix arista platform detection #1312 (tas50)
* bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode #1319 (tas50)
* platform: Identify sles_sap as the suse platform #1313 (tas50)
* Add support for antergos linux and fix opensuseleap platform_family #1320 (tas50)
* Don't ship the readme with ohai #1321 (tas50)
* Back out SLES -> SUSE remapping and instead fix the platform_family #1322 (tas50)
* Require Ruby 2.5 or later #1300 (tas50)
* Unify virtualization detection on a single helper #1317 (tas50)
* Add support for XCP-ng platform #1283 (heyjodom)
* Remove V6 plugin Struct to reduce memory consumption #1333 (tas50)
* Fully remove support for HP-UX #1336 (tas50)
* Chefstyle fixes for Chefstyle 0.12 #1337 (tas50)
* Parse new /proc/meminfo fields #1340 (davide125)
* Loosen the mixlib pins to allow for new major releases #1341 (tas50)
* Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin #1347 (burtlo)
* Adds mention of the style task #1351 (burtlo)
* Replaces require_relative with require #1349 (burtlo)
* Update the repo for the new governance #1348 (tas50)
* Run ohai in Buildkite #1355 (tas50)
* Require ohai/version where we use it #1361 (tas50)
Update ruby-license-acceptance to 1.0.18.
1.0.18 (2020-02-12)
* Allow for thor 0.20 still #71 (tas50)
1.0.17 (2019-12-30)
* Update rake requirement from ~> 10.0 to ~> 13.0 in /components/ruby #60
(dependabot-preview[bot])
* Use dependabot to update dependencies rather than blindly updating #63
(tyler-ball)
* Updating default license location for Habitat on Windows #55
(stuartpreston)
* Update thor requirement from ~> 0.20 to ~> 1.0 in /components/ruby #68
(dependabot-preview[bot])CVS: ----------------------------------------------------------------------
2016-02-12 jfc York
Patches from Greg Kenneky and other fixes for fullscreen windows.
Released lvm-1.2.4.
2013-07-09 jfc York
Applied a couple of minor patches suggested by Jari Aalto, the
Debian package maintainer.
Released lwm-1.2.3.
2009-11-24 jfc York
Released lwm-1.2.2.
2009-11-20 jfc York
Improved performance by only checking for pending X events when the
socket it ready for reading.
Fixed applyGravity() bug that caused frameless windows to be
mis-positioned.
Applied a workaround in destroy() to avoid error reports when closing
windows.
2005-01-28 jfc York
Applied a patch from Chris Reece that ensures that the popup
menu does not disappear off the bottom of the screen.
Update ruby-mixlib-shellout to 3.0.9.
3.0.9 (2019-12-30)
* Add Ruby 2.6/2.7 and Windows testing #198 (tas50)
* Substitute require for require_relative #199 (tas50)
3.0.7 (2019-07-31)
* Add the actual BK pipeline config #185 (tas50)
* Blinding applying chefstyle -a. #191 (zenspider)
* Fix return type of Process.create to be a ProcessInfo instance again. #190
(zenspider)
3.0.4 (2019-06-07)
* update travis/appveyor, drop ruby 2.2 support, test on 2.6 #176
(lamont-granquist)
* Misnamed parameter in README #178 (martinisoft)
* Add new github templates and codeowners file #179 (tas50)
* Add BuildKite pipeline #184 (tas50)
* Support array args on windows WIP #182 (lamont-granquist)
* Load and unload user profile as required #177 (dayglojesus)
2.4.4 (2018-12-12)
* Have expeditor promote the windows gem as well #172 (tas50)
* Don't ship the readme in the gem artifact #173 (tas50)
2.4.2 (2018-12-06)
* Test on ruby-head and Ruby 2.6 in Travis #170 (tas50)
* Remove dev deps from the gemspec #171 (tas50)
Update ruby-mixlib-log to 3.0.8.
3.0.8 (2019-12-30)
* Expand testing / Update GitHub templates #51 (tas50)
* Add Build Kite PR Testing #52 (tas50)
* Remove Travis PR Testing #53 (tas50)
* Resolve all warnings emitted during testing #54 (zenspider)
* Add windows testing in Buildkite #56 (tas50)
* Test on Ruby 2.7 + random testing improvements #58 (tas50)
* Substitute require for require_relative #59 (tas50)
3.0.1 (2019-01-05)
* reverting back to ruby 2.3 support #48 (lamont-granquist)
3.0.0 (2019-01-04)
* update travis, drop ruby < 2.5, major version bump #47 (lamont-granquist)
2.0.9 (2018-12-18)
* remove hashrocket syntax #41 (lamont-granquist)
* Remove the changelog generator gem #42 (tas50)
* Test on all the Ruby versions we support #43 (tas50)
* Test on Ruby 2.6 in Travis + test on Xenial #46 (tas50)
* Only ship the required library files in the gem artifact #45 (tas50)