Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1146e2d496 | ||
|
babaa3e443 |
18
gnome-settings-daemon-3.5.4-ppc-no-wacom.patch
Normal file
18
gnome-settings-daemon-3.5.4-ppc-no-wacom.patch
Normal file
@ -0,0 +1,18 @@
|
||||
diff -up gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom gnome-settings-daemon-3.5.4/configure.ac
|
||||
--- gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom 2012-07-17 18:42:41.000000000 +0200
|
||||
+++ gnome-settings-daemon-3.5.4/configure.ac 2012-07-17 18:43:39.000000000 +0200
|
||||
@@ -248,12 +248,12 @@ fi
|
||||
AC_SUBST(GEOCLUE_DBUS_INTERFACE_XML)
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
-dnl - wacom (disabled for s390/s390x and non Linux platforms)
|
||||
+dnl - wacom (disabled for s390/s390x, ppc/ppc64 and non Linux platforms)
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
case $host_os in
|
||||
linux*)
|
||||
- if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then
|
||||
+ if test "$host_cpu" = s390 -o "$host_cpu" = s390x -o "$host_cpu" = powerpc -o "$host_cpu" = ppc -o "$host_cpu" = powerpc64 -o "$host_cpu" = ppc64 ; then
|
||||
have_wacom=no
|
||||
else
|
||||
if test x$enable_gudev != xno; then
|
@ -1,32 +1,27 @@
|
||||
%global glib2_version 2.53.0
|
||||
%global gtk3_version 3.15.3
|
||||
%global gnome_desktop_version 3.27.90
|
||||
%global gnome_desktop_version 3.11.1
|
||||
%global libgweather_version 3.9.5
|
||||
%global gsettings_desktop_schemas_version 3.23.3
|
||||
%global gsettings_desktop_schemas_version 3.15.4
|
||||
%global geoclue_version 2.1.2
|
||||
%global geocode_glib_version 3.10.0
|
||||
%global geoclue_version 2.3.1
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.29.90.1
|
||||
Version: 3.18.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
URL: https://download.gnome.org/sources/%{name}
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.29/%{name}-%{version}.tar.xz
|
||||
Source1: org.gnome.settings-daemon.plugins.power.gschema.override
|
||||
URL: http://download.gnome.org/sources/%{name}
|
||||
#VCS: git:git://git.gnome.org/gnome-settings-daemon
|
||||
Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
# disable wacom for ppc/ppc64 (used on RHEL)
|
||||
Patch0: %{name}-3.5.4-ppc-no-wacom.patch
|
||||
|
||||
BuildRequires: meson >= 0.44.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(colord) >= 1.0.2
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(geoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
@ -34,8 +29,8 @@ BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0)
|
||||
BuildRequires: pkgconfig(libnm)
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libnm-util)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
@ -46,8 +41,15 @@ BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: gettext intltool
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: cups-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
%ifnarch s390 s390x
|
||||
%endif
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
%ifnarch s390 s390x %{?rhel:ppc ppc64}
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.7
|
||||
BuildRequires: pkgconfig(xorg-wacom)
|
||||
%endif
|
||||
@ -56,7 +58,6 @@ Requires: colord
|
||||
Requires: iio-sensor-proxy
|
||||
Requires: geoclue2 >= %{geoclue_version}
|
||||
Requires: geocode-glib%{?_isa} >= %{geocode_glib_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
@ -64,17 +65,10 @@ Requires: libgweather%{?_isa} >= %{libgweather_version}
|
||||
|
||||
Obsoletes: %{name}-updates < 3.13.1
|
||||
Obsoletes: drwright < 3.5.0-3
|
||||
Obsoletes: gnome-settings-daemon-devel < 3.23.1
|
||||
|
||||
# The "org.gnome.SettingsDaemon.A11yKeyboard" has been been removed, now
|
||||
# handled in gnome-shell/mutter instead; this conflict here makes sure not to
|
||||
# break older gdm and gnome-session releases that expect the functionality
|
||||
Conflicts: gdm < 1:3.27.90
|
||||
Conflicts: gnome-session < 3.27.90
|
||||
# The orientation and xrandr plugins were removed in 3.25.4 and their
|
||||
# functionality was moved to mutter; this conflict here makes sure not to break
|
||||
# older gdm, gnome-session and gnome-shell releases that expect the functionality
|
||||
Conflicts: gnome-shell < 3.25.4
|
||||
# Input sources handling was moved to gnome-shell / mutter; make sure not to
|
||||
# break older gnome-shell versions.
|
||||
Conflicts: gnome-shell < 3.13.92
|
||||
|
||||
%description
|
||||
A daemon to share settings from GNOME to other applications. It also
|
||||
@ -82,6 +76,7 @@ handles global keybindings, as well as a number of desktop-wide settings.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -89,268 +84,183 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%if 0%{?rhel}
|
||||
%patch0 -p1 -b .ppc-no-wacom
|
||||
%endif
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure --disable-static \
|
||||
%if 0%{?rhel}
|
||||
--disable-wayland \
|
||||
%endif
|
||||
--enable-profiling
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
mkdir $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
|
||||
# list daemons explicitly, so we notice if one goes missing
|
||||
# list plugins explicitly, so we notice if one goes missing
|
||||
# some of these don't have a separate gschema
|
||||
%{_libexecdir}/gsd-clipboard
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/liba11y-keyboard.so
|
||||
|
||||
%{_libexecdir}/gsd-datetime
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libclipboard.so
|
||||
|
||||
%{_libexecdir}/gsd-dummy
|
||||
%{_libdir}/gnome-settings-daemon-3.0/datetime.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libdatetime.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-housekeeping
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-keyboard
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-media-keys
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-mouse
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop
|
||||
%{_libexecdir}/gsd-locate-pointer
|
||||
%{_libdir}/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libmouse.so
|
||||
|
||||
%{_libexecdir}/gsd-backlight-helper
|
||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
|
||||
%{_libexecdir}/gsd-power
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/power.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libpower.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.override
|
||||
|
||||
%{_libexecdir}/gsd-print-notifications
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
|
||||
%{_libexecdir}/gsd-printer
|
||||
%{_libdir}/gnome-settings-daemon-3.0/print-notifications.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-rfkill
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
|
||||
%{_libdir}/gnome-settings-daemon-3.0/rfkill.gnome-settings-plugin
|
||||
|
||||
%{_libexecdir}/gsd-screensaver-proxy
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/screensaver-proxy.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
|
||||
|
||||
%{_libexecdir}/gsd-smartcard
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
|
||||
|
||||
%{_libexecdir}/gsd-sound
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/sound.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libsound.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%{_libexecdir}/gsd-wacom
|
||||
%ifnarch s390 s390x %{?rhel:ppc ppc64}
|
||||
%{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
|
||||
%{_libexecdir}/gsd-wacom-led-helper
|
||||
%{_libexecdir}/gsd-wacom-oled-helper
|
||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
|
||||
%endif
|
||||
|
||||
%{_libexecdir}/gsd-xsettings
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libxrandr.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
|
||||
|
||||
%{_libdir}/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libxsettings.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-a11y-settings
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/liba11y-settings.so
|
||||
|
||||
%{_libexecdir}/gsd-color
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/color.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libcolor.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
|
||||
|
||||
%{_libexecdir}/gsd-sharing
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
|
||||
%{_libdir}/gnome-settings-daemon-3.0/liborientation.so
|
||||
%{_libdir}/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml
|
||||
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libsharing.so
|
||||
%{_libdir}/gnome-settings-daemon-3.0/sharing.gnome-settings-plugin
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml
|
||||
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
|
||||
|
||||
%{_libexecdir}/gnome-settings-daemon
|
||||
%{_libexecdir}/gnome-settings-daemon-localeexec
|
||||
%{_libexecdir}/gsd-locate-pointer
|
||||
%{_libexecdir}/gsd-printer
|
||||
|
||||
/usr/lib/udev/rules.d/*.rules
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
|
||||
%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
|
||||
|
||||
%{_datadir}/man/man1/gnome-settings-daemon.1.gz
|
||||
|
||||
|
||||
%files devel
|
||||
%{_includedir}/gnome-settings-daemon-3.0
|
||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||
%dir %{_datadir}/gnome-settings-daemon-3.0
|
||||
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
|
||||
%ifnarch s390 s390x %{?rhel:ppc ppc64}
|
||||
%{_libexecdir}/gsd-list-wacom
|
||||
%{_libexecdir}/gsd-test-wacom
|
||||
%{_libexecdir}/gsd-test-wacom-osd
|
||||
%endif
|
||||
%{_libexecdir}/gsd-test-a11y-keyboard
|
||||
%{_libexecdir}/gsd-test-a11y-settings
|
||||
%{_libexecdir}/gsd-test-datetime
|
||||
%{_libexecdir}/gsd-test-housekeeping
|
||||
%{_libexecdir}/gsd-test-input-helper
|
||||
%{_libexecdir}/gsd-test-keyboard
|
||||
%{_libexecdir}/gsd-test-media-keys
|
||||
%{_libexecdir}/gsd-test-mouse
|
||||
%{_libexecdir}/gsd-test-orientation
|
||||
%{_libexecdir}/gsd-test-print-notifications
|
||||
%{_libexecdir}/gsd-test-rfkill
|
||||
%{_libexecdir}/gsd-test-screensaver-proxy
|
||||
%{_libexecdir}/gsd-test-smartcard
|
||||
%{_libexecdir}/gsd-test-sound
|
||||
%{_libexecdir}/gsd-test-xrandr
|
||||
%{_libexecdir}/gsd-test-xsettings
|
||||
|
||||
%changelog
|
||||
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 3.29.90.1-1
|
||||
- Update to 3.29.90.1
|
||||
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.18.4-1
|
||||
- Update to 3.18.4
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 3.28.1-3
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Apr 12 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
||||
- Update to 3.28.1
|
||||
|
||||
* Tue Apr 10 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
|
||||
- Disable automatic suspend, except when on battery power
|
||||
|
||||
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
||||
- Update to 3.28.0
|
||||
|
||||
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
||||
- Update to 3.27.92
|
||||
|
||||
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
|
||||
- Update to 3.27.91
|
||||
|
||||
* Sat Feb 10 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-4
|
||||
+ gnome-settings-daemon-3.27.90-4
|
||||
- Rebuild against newer gnome-desktop3 package
|
||||
|
||||
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-3
|
||||
+ gnome-settings-daemon-3.27.90-3
|
||||
- Really fix gsd-* helper linkage
|
||||
- Build fix for highly parallel builds
|
||||
|
||||
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 3.27.90-2
|
||||
- Fix missing libcommon.so library
|
||||
|
||||
* Tue Feb 06 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
|
||||
- Update to 3.27.90
|
||||
- Switch to meson build system
|
||||
|
||||
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.2-5
|
||||
- Rebuilt for libgweather soname bump
|
||||
|
||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.2-4
|
||||
- Rebuilt for switch to libxcrypt
|
||||
|
||||
* Fri Jan 12 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-3
|
||||
- Fix gdm session trying to change the backlight, resulting in a lot
|
||||
of spurious error messages (#1322588)
|
||||
|
||||
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
|
||||
- Update to 3.26.2
|
||||
|
||||
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
||||
- Update to 3.26.1
|
||||
|
||||
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
||||
- Update to 3.25.92
|
||||
|
||||
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
|
||||
- Update to 3.25.91
|
||||
|
||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
|
||||
- Update to 3.25.90
|
||||
|
||||
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-2
|
||||
- Add explicit conflicts to not break older gdm, gnome-session and gnome-shell
|
||||
|
||||
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
|
||||
- Update to 3.25.4
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
|
||||
- Update to 3.25.2
|
||||
|
||||
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
|
||||
- Update to 3.24.2
|
||||
|
||||
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
|
||||
- Update to 3.24.1
|
||||
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
|
||||
- Update to 3.23.92
|
||||
|
||||
* Wed Feb 15 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
|
||||
- Update to 3.23.90
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jan 12 2017 Bastien Nocera <bnocera@redhat.com> - 3.23.3-1
|
||||
+ gnome-settings-daemon-3.23.3-1
|
||||
- Update to 3.23.3
|
||||
|
||||
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
|
||||
+ gnome-settings-daemon-3.23.2-1
|
||||
- Update to 3.23.2
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
|
||||
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92.1-1
|
||||
- Update to 3.21.92.1
|
||||
|
||||
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
||||
- Update to 3.21.92
|
||||
- Don't set group tags
|
||||
|
||||
* Fri Aug 26 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
||||
- Update to 3.21.90
|
||||
|
||||
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-3
|
||||
- Fix crasher in newly enabled audio device selection dialogue
|
||||
|
||||
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-2
|
||||
- Require alsa to enable the audio device selection dialogue
|
||||
|
||||
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
||||
- Update to 3.20.1
|
||||
|
||||
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Thu Mar 17 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
||||
- Update to 3.19.92
|
||||
|
||||
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
|
||||
- Update to 3.19.91
|
||||
|
||||
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
||||
- Update to 3.19.90
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.5-1
|
||||
- Update to 3.19.5
|
||||
|
||||
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
|
||||
- Update to 3.19.4
|
||||
|
||||
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
|
||||
- Update to 3.19.3
|
||||
* Fri Mar 18 2016 Bastien Nocera <bnocera@redhat.com> 3.18.3-1
|
||||
- Update to 3.18.3
|
||||
|
||||
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
|
||||
- Update to 3.18.2
|
||||
|
@ -1,2 +0,0 @@
|
||||
[org.gnome.settings-daemon.plugins.power]
|
||||
sleep-inactive-ac-timeout=0
|
Loading…
Reference in New Issue
Block a user