Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package budgie-control-center for 
openSUSE:Factory checked in at 2026-04-04 19:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/budgie-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.budgie-control-center.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "budgie-control-center"

Sat Apr  4 19:07:36 2026 rev:14 rq:1344516 version:2.1.0+0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/budgie-control-center/budgie-control-center.changes  
    2025-10-27 14:40:53.353548395 +0100
+++ 
/work/SRC/openSUSE:Factory/.budgie-control-center.new.21863/budgie-control-center.changes
   2026-04-04 19:09:28.830200273 +0200
@@ -1,0 +2,45 @@
+Fri Mar 27 17:20:52 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Drop pkgconfig(libsoup-2.4) BuildRequires: Neither used nor
+  needed.
+
+-------------------------------------------------------------------
+Sat Jan 24 21:36:31 UTC 2026 - Callum Farmer <[email protected]>
+
+- Update to version 2.1.0+0:
+  * Bump version for the release
+  * Latest translations
+  * We forgot to be defensive when trying to remove widgets that have been 
created - this resolves a crash when navigating to introduction from another 
panel
+  * Revert "Support dark mode"
+  * Update latest translation POT
+  * Add Style button to set the background picture-options key
+  * Update the pot file for revised translations
+  * Add introduction panel for quickstart and distro additional setting lists 
(#109)
+  * Bump the release version to stable
+  * feat: move night light to being a toplevel panel, drop displays panel
+  * feat: move screen blank and suspend back to power, lock into Privacy
+  * Use g_set_prgname to provide Wayland the app_id
+  * Bump meson version for preview 1
+  * metainfo: Update and modernize the AppStream data
+  * Support dark mode
+  * Bump version
+  * Remove obsolete libhandy submodule - v1 of libhandy has now reached 
api/abi stability.
+  * Resolve GNOME49 toolchain issues / use of budgie schema for media-keys
+  * Resolve incompatible pointer types errors on chroot based builds
+  * Cleanup after review
+  * Cleanup search function - remove unnecessary elements
+  * Add configuration for the access panel
+  * Trim Access panel
+  * Fix hiding of multitasking multi-monitor section
+  * Hide diagnostics since we don't show gnome-shell search
+  * Hide location services
+  * Make multimonitor section of multi-tasking a configurable section
+  * Add visibility checks around edge and 2 finger scrolling checks
+  * Add visibility checks for various keyboard shortcuts
+  * Add a couple of functions to search for a keyfile
+  * Hide the color panel
+  * Make building with bluetooth optional - closes #83
+  * Merge pull request #90 from zacikpa/tuned-compat
+  * fix: FTBFS with incompatible-pointer-types
+
+-------------------------------------------------------------------

Old:
----
  budgie-control-center-1.4.1+0.obscpio

New:
----
  budgie-control-center-2.1.0+0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ budgie-control-center.spec ++++++
--- /var/tmp/diff_new_pack.m1U6qq/_old  2026-04-04 19:09:29.530228975 +0200
+++ /var/tmp/diff_new_pack.m1U6qq/_new  2026-04-04 19:09:29.534229139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package budgie-control-center
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,9 @@
 %else
 %bcond_with cheese
 %endif
+%define org org.buddiesofbudgie.controlcenter
 Name:           budgie-control-center
-Version:        1.4.1+0
+Version:        2.1.0+0
 Release:        0
 Summary:        Fork of GNOME Control Center for Budgie 10
 License:        GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -46,7 +47,6 @@
 BuildRequires:  pkgconfig(colord-gtk)
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gnome-bluetooth-1.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gnome-settings-daemon)
 BuildRequires:  pkgconfig(goa-1.0)
@@ -60,7 +60,6 @@
 BuildRequires:  pkgconfig(libnma)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libsecret-1)
-BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libwacom)
 BuildRequires:  pkgconfig(malcontent-0)
 BuildRequires:  pkgconfig(mm-glib)
@@ -69,7 +68,7 @@
 BuildRequires:  pkgconfig(smbclient)
 BuildRequires:  pkgconfig(udisks2)
 BuildRequires:  pkgconfig(upower-glib)
-Requires:       gnome-bluetooth = 3.34.5
+Requires:       wdisplays
 
 %description
 Fork of GNOME Control Center for Budgie 10
@@ -90,7 +89,7 @@
 %autosetup -p1
 
 %build
-%meson -Ddocumentation=true -Dmalcontent=true %{!?with_cheese:-Dcheese=false}
+%meson -Ddocumentation=true -Dmalcontent=true -Dbluetooth=false 
%{!?with_cheese:-Dcheese=false}
 %meson_build
 
 %install
@@ -101,7 +100,7 @@
 %files
 %doc README.md
 %{_bindir}/*
-%{_datadir}/metainfo/budgie-control-center.appdata.xml
+%{_datadir}/metainfo/%{org}.metainfo.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.buddiesofbudgie.ControlCenter.service
 %{_datadir}/glib-2.0/schemas/org.buddiesofbudgie.ControlCenter.gschema.xml
@@ -109,9 +108,9 @@
 %{_datadir}/icons/hicolor/*/*/*.svg
 %{_datadir}/pixmaps/budgie-faces
 %{_datadir}/pixmaps/budgie-logo.png
-%{_datadir}/polkit-1/actions/org.buddiesofbudgie.controlcenter.datetime.policy
-%{_datadir}/polkit-1/actions/org.buddiesofbudgie.controlcenter.remote-login-helper.policy
-%{_datadir}/polkit-1/actions/org.buddiesofbudgie.controlcenter.user-accounts.policy
+%{_datadir}/polkit-1/actions/%{org}.datetime.policy
+%{_datadir}/polkit-1/actions/%{org}.remote-login-helper.policy
+%{_datadir}/polkit-1/actions/%{org}.user-accounts.policy
 # We do not package gnome-control-center.rules
 #{_datadir}/polkit-1/rules.d/gnome-control-center.rules
 %{_datadir}/sounds/budgie

++++++ _service ++++++
--- /var/tmp/diff_new_pack.m1U6qq/_old  2026-04-04 19:09:29.566230450 +0200
+++ /var/tmp/diff_new_pack.m1U6qq/_new  2026-04-04 19:09:29.570230614 +0200
@@ -2,9 +2,9 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param 
name="url">https://github.com/BuddiesOfBudgie/budgie-control-center.git</param>
-    <param name="revision">7daff57f81a67bb91baad7a0c47f7cf15953584d</param>
+    <param name="revision">0105cbcd04254c0b79539f76a611773c4f36974e</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
-    <param name="versionrewrite-pattern">v?(.*)|\+0</param>
+    <param name="versionrewrite-pattern">v?(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="buildtime"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.m1U6qq/_old  2026-04-04 19:09:29.594231599 +0200
+++ /var/tmp/diff_new_pack.m1U6qq/_new  2026-04-04 19:09:29.598231763 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/BuddiesOfBudgie/budgie-control-center.git</param>
-              <param 
name="changesrevision">7daff57f81a67bb91baad7a0c47f7cf15953584d</param></service></servicedata>
+              <param 
name="changesrevision">0105cbcd04254c0b79539f76a611773c4f36974e</param></service></servicedata>
 (No newline at EOF)
 

++++++ budgie-control-center-1.4.1+0.obscpio -> 
budgie-control-center-2.1.0+0.obscpio ++++++
++++ 129607 lines of diff (skipped)

++++++ budgie-control-center.obsinfo ++++++
--- /var/tmp/diff_new_pack.m1U6qq/_old  2026-04-04 19:09:31.742319670 +0200
+++ /var/tmp/diff_new_pack.m1U6qq/_new  2026-04-04 19:09:31.762320491 +0200
@@ -1,5 +1,5 @@
 name: budgie-control-center
-version: 1.4.1+0
-mtime: 1757248536
-commit: 7daff57f81a67bb91baad7a0c47f7cf15953584d
+version: 2.1.0+0
+mtime: 1769205031
+commit: 0105cbcd04254c0b79539f76a611773c4f36974e
 

Reply via email to