gnome-control-center/_service
Bjørn Lie a40d88cb74 - Update to version 47.0.1+8:
* online-accounts: Fix gettext use for row
  * online-accounts: fix gettext calls to static strings
  * Updated translations.
- Update to version 47.0.1:
  + Fix invalid appstream release notes syntax.
- Changes from version 47.0:
  + Appearance: Fix accessibility regression on background names.
  + Apps: Handle opening details of Epiphany webapps.
  + Color:
    - Fix visibility of control buttons when expanding rows.
    - Fix "Show details" link on profile warning.
  + Sharing: Make "Media Sharing" dialog use GtkFileDialog for
    adding new folders.
  + Updated translations.
- Rebase gnome-control-center-more-power-button-actions.patch.
- Update some version requirements.
- Update to version 47.rc:
  + Various ports from deprecated GTK and Libadwaita APIs
  + Appearance: Improve performance when loading wallpapers
  + Apps: Fix crash when handling invalid app permissions
  + Date and Time: Fix "Auto Timezone" setting visibility when
    Location Services are unavailable
  + Online Accounts: Update description of MS365 online account
    provider
  + Sharing: Fix adding "Shared Media" folders
  + Users:
    - Update feedback icons for validating username and passwords
    - Use a dialog to confirm removable of user fingerprints
  + WiFi: Fix crash when unplugging removable WiFi adapters
  + Updated translations.
- Update to version 47.beta:
  + Various CI fixes
  + Various ports to modern libadwaita widgets
  + Various mnemonics additions
  + Use GtkWindow.set_default_icon_name for legacy sessions
  + Accessibility: Rename "Reduce Animation" setting to "Animation
    Effects"
  + Apps:
    - Rename "File and Link Associations" page to "Files and Links"
    - Show status page when Parental Controls aren't available
    - Don't show "App is not sandboxed" banner for system
      components
  + Display:
    - Adapt rotation labels to the screen ratio
    - Don't set automatic Night Light when Location Services are
      unavailable
  + Keyboard
    - Load input choice locales asynchronously
    - Fix "Move" buttons in input rows
  + Location: Remove reference to now retired Mozilla Location
    Services
  + Mouse:
    - Use monochrome assets to support different accent colors
    - Separate "Touchpad" row into its own preferences row group
  + Network: Don't set empty ignored hosts
  + Notifications: Turn "App Notifications" dialog into a subpage
  + Online Accounts: Add a toast overlay for panel
    notifications/error messages
  + Users:
    - Modernize the "Add User" dialog
    - Respect password "enforcing" based on
      /etc/security/pwquality.conf
    - Avoid user names with underscores being interpreted as
      mnemonics
    - Show correctly the remaining list of fingerprints to enroll
    - Reverse sorting of finger names list to prioritize most used
      ones
  + Printers:
    - Various tweaks for the PPD Selection dialog
    - Add button instead of link to open printer cups web page
  + Privacy:
    - Don't leak Bolt and Location subpages
    - Fix visibility of Bolt settings when Bolt isn't available
  + Remote Desktop:
    - Fix loop resetting credentials
    - Use new gnome-remote-desktop server configuration DBUs
      interface
  + Sound: Add an empty state page for when no sound device is
    available
  + Wacom: Set up Wacom stylus keyboard shortcuts and switch
    monitor
  + WWAN: Fix crash preventing the load of the SIM Unlock dialog
  + Updated translations.
- Rebase patch, and disable patch 1, needs manual rebase.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=567
2024-09-30 07:50:42 +00:00

20 lines
751 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
<param name="revision">9c6b639a45e2e5643d7e7541dededef43751c79c</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>