Package Release Info

switcheroo-control-2.4-bp154.1.36

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

switcheroo-control
switcheroo-control-doc

Change Logs

* Tue Jan 05 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4:
  * Fix the cleaned-up name of some video cards not being picked
    up.
  * Add a test suite.
- BuildRequires: pkgconfig(umockdev), python-dbus-python, and
  python-rpm-macros for unit test run as part of %check.
- meson >= 0.50 is required; update BuildRequires accordingly.
* Tue Jul 14 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.3:
  * Fix the path to the interpreter for the switcherooctl tool
    added in 2.2.
- Changes from version 2.2:
  * Port build system to meson.
  * Add a command-line utility to launch specific commands on a
    specific GPU, or the first discrete one.
- Adapt to meson build system; drop autoconf, automake from
  BuildRequires and add meson.
* Sat Jan 04 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.1:
  * Fix the wrong data type being advertised in the introspection
    XML for the GPUs property, which lead to incorrect
    auto-generated code
  * Fix a potential assertion on startup.
* Sat Nov 23 2019 Dingzhong Chen <wsxy162@gmail.com>
- Update to version 2.0
  + This release adds a number of new properties to list GPUs,
    figure out how to launch OpenGL client on specific GPUs, and
    figure out which one is the default, in a way that supports the
    stock GPU drivers as well as the NVidia proprietary drivers.
  + The service file itself also makes use of systemd's hardening
    features.
  + Note that the API was extended in a backwards compatible way.
- Change the repo URL.
* Tue Jun 25 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.3.1
  + Fix Secure Boot work-around to not misdetect any system as
    being dual-GPU and error out when it wasn't
- Changes from version 1.3:
  + Work-around lack of access to vga_switcheroo when booting with
    SecureBoot enabled
  + Work-around a possible kernel deadlock on boot
  + Install binary in $libexecdir
Version: 1.2-bp150.3.3
* Tue Feb 20 2018 luc14n0@linuxmail.org
- Add systemd-rpm-macros BuildRequires and service_add_*
  pre/post/preun/postun scriptlets for switcheroo-control.service
  to comply with openSUSE's Guidelines (boo#1096823).
- Pass --with-systemdsystemunitdir=%{_unitdir} parameter to
  configure to correct the systemd unit file's location.
- Adopt the use of %make_install macro rather than raw make
  command, following the best practices.
* Fri Sep 22 2017 badshah400@gmail.com
- Update to version 1.2:
  + Fix API documentation not being part of the tarball.
* Wed Aug 23 2017 badshah400@gmail.com
- Change License tag to GPL-3.0 instead of GPL-3.0+ (see legal
  review for https://build.opensuse.org/request/show/507370).
* Sun Jun 25 2017 badshah400@gmail.com
- DBus service has been reviewed and approved (boo#1034309),
  remove corresponding entry from rpmlintrc.
* Sat Apr 15 2017 badshah400@gmail.com
- Initial package.
- Add %{name}-rpmlintrc file to filter out warning about missing
  man file for binary (upstream does not provide it) and set
  badness for 'suse-dbus-unauthorized-service' to zero until
  security review approves the dbus service (see boo#1034309).