Hello community,
here is the log from the commit of package glib2-branding-openSUSE for
openSUSE:Factory checked in at 2016-10-22 13:04:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glib2-branding-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-SLE.changes
2016-08-22 10:48:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-SLE.changes
2016-10-22 13:04:11.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Oct 19 12:59:20 UTC 2016 - [email protected]
+
+- Enable freedesktop sound theme by default (boo#1004919):
+ + Set org.gnome.desktop.sound/theme-name to 'freedesktop' for
+ openSUSE.
+ + Recommend sound-theme-freedesktop by gio-branding-openSUSE.
+- Introdue @@IF_LEAP@@ logic into the .gschema.override.in file:
+ IF_LEAP is true if building for 'openSUSE' and sle_version is set
+ in prjconf. Apply IF_LEAP to the GNOME Software update
+ notifications.
+
+-------------------------------------------------------------------
+Wed Sep 7 09:52:24 UTC 2016 - [email protected]
+
+- Once again disable GNOME Software update notifications (automatic
+ download of patches; openSUSE relies on gnome-settings-daemon's
+ internal update plugin for update notifications) (boo#997572).
+
+-------------------------------------------------------------------
glib2-branding-openSUSE.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glib2-branding-SLE.spec ++++++
--- /var/tmp/diff_new_pack.kjB17d/_old 2016-10-22 13:04:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kjB17d/_new 2016-10-22 13:04:12.000000000 +0200
@@ -63,6 +63,9 @@
Obsoletes: glib2-branding-SLE < %{version}
Provides: gio-branding = %{gio_version}
%glib2_gsettings_schema_requires
+%if %{build_openSUSE}
+Recommends: sound-theme-freedesktop
+%endif
%if %{build_SLE}
# Obsolete SLE11 packages to resolve file conflicts on sle11->sle12 upgrade
Obsoletes: glib2-branding-SLED
@@ -84,7 +87,11 @@
sed "s,@@WALLPAPER_URI@@,file://%{_datadir}/wallpapers/SLE-default.xml,"
glib2-branding.gschema.override.in > glib2-branding.gschema.override
#for sound theme
%if %{build_openSUSE}
-sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_
> SLE-branding.gschema.override
+sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | \
+%if 0%{?sle_version}
+ sed "s:@@IF_LEAP@@::g" | \
+%endif
+ grep -v ^@@IF_ > SLE-branding.gschema.override
%endif
%if %{build_SLE}
sed "s:@@IF_SLE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_ >
SLE-branding.gschema.override
++++++ glib2-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.kjB17d/_old 2016-10-22 13:04:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kjB17d/_new 2016-10-22 13:04:12.000000000 +0200
@@ -63,6 +63,9 @@
Obsoletes: glib2-branding-openSUSE < %{version}
Provides: gio-branding = %{gio_version}
%glib2_gsettings_schema_requires
+%if %{build_openSUSE}
+Recommends: sound-theme-freedesktop
+%endif
%if %{build_SLE}
# Obsolete SLE11 packages to resolve file conflicts on sle11->sle12 upgrade
Obsoletes: glib2-branding-SLED
@@ -84,7 +87,11 @@
sed "s,@@WALLPAPER_URI@@,file://%{_datadir}/wallpapers/openSUSE-default.xml,"
glib2-branding.gschema.override.in > glib2-branding.gschema.override
#for sound theme
%if %{build_openSUSE}
-sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_
> openSUSE-branding.gschema.override
+sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | \
+%if 0%{?sle_version}
+ sed "s:@@IF_LEAP@@::g" | \
+%endif
+ grep -v ^@@IF_ > openSUSE-branding.gschema.override
%endif
%if %{build_SLE}
sed "s:@@IF_SLE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_ >
openSUSE-branding.gschema.override
++++++ glib2-branding.gschema.override.in ++++++
--- /var/tmp/diff_new_pack.kjB17d/_old 2016-10-22 13:04:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kjB17d/_new 2016-10-22 13:04:12.000000000 +0200
@@ -33,7 +33,7 @@
[org.gnome.desktop.sound]
## Make sure to have event sounds by default
event-sounds = true
-@@IF_openSUSE@@# theme-name = ""
+@@IF_openSUSE@@theme-name = "freedesktop"
@@IF_SLE@@theme-name = "novell"
[org.gnome.desktop.wm.preferences]
@@ -85,5 +85,11 @@
## Disable indexing on removable media
index-removable-devices = false
+@@IF_LEAP@@[org.gnome.software]
+@@IF_LEAP@@# Disable GNOME Software's automatic update notifications -
openSUSE relies on
+@@IF_LEAP@@# gnome-settings-daemon's internal update plugin for update
notifications.
+@@IF_LEAP@@download-updates = false
+
@@IF_SLE@@[org.gnome.nautilus.icon-view]
@@IF_SLE@@default-zoom-level = 'small'
+
++++++ glib2-branding.spec.in ++++++
--- /var/tmp/diff_new_pack.kjB17d/_old 2016-10-22 13:04:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kjB17d/_new 2016-10-22 13:04:12.000000000 +0200
@@ -61,6 +61,9 @@
Obsoletes: glib2-branding-%{branding_name} < %{version}
Provides: gio-branding = %{gio_version}
%glib2_gsettings_schema_requires
+%if %{build_openSUSE}
+Recommends: sound-theme-freedesktop
+%endif
%if %{build_SLE}
# Obsolete SLE11 packages to resolve file conflicts on sle11->sle12 upgrade
Obsoletes: glib2-branding-SLED
@@ -82,7 +85,11 @@
sed
"s,@@WALLPAPER_URI@@,file://%{_datadir}/wallpapers/%{branding_name}-default.xml,"
glib2-branding.gschema.override.in > glib2-branding.gschema.override
#for sound theme
%if %{build_openSUSE}
-sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_
> %{branding_name}-branding.gschema.override
+sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | \
+%if 0%{?sle_version}
+ sed "s:@@IF_LEAP@@::g" | \
+%endif
+ grep -v ^@@IF_ > %{branding_name}-branding.gschema.override
%endif
%if %{build_SLE}
sed "s:@@IF_SLE@@::g" < glib2-branding.gschema.override | grep -v ^@@IF_ >
%{branding_name}-branding.gschema.override