Hello community,
here is the log from the commit of package gsettings-desktop-schemas for
openSUSE:Factory checked in at 2019-05-03 22:15:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
and /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsettings-desktop-schemas"
Fri May 3 22:15:23 2019 rev:52 rq:695752 version:3.32.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
2018-11-18 23:24:54.578009874 +0100
+++
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new.5148/gsettings-desktop-schemas.changes
2019-05-03 22:15:25.723864844 +0200
@@ -1,0 +2,65 @@
+Fri Mar 22 17:16:37 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add adobe-sourcecodepro-fonts Recommends: New default font for
+ monospace was added for version 3.32.x.
+
+-------------------------------------------------------------------
+Thu Mar 21 06:54:42 UTC 2019 - Chingkai <[email protected]>
+
+- Rebase
gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
+
+-------------------------------------------------------------------
+Tue Mar 12 06:26:12 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Mar 6 18:52:19 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+ + Drop legacy build systems.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Feb 21 09:30:00 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 17 20:01:00 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+ + Updated default monospace font.
+ + More meson build fixes.
+ + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Drop obsolete gnome-common and intltool BuildRequires.
+
+-------------------------------------------------------------------
+Tue Jan 15 08:51:49 UTC 2019 - [email protected]
+
+- Update to version 3.31.0.2:
+ + Fixed generation of enums XML on meson builds.
+ + Convert post-install script to python.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan 4 20:13:11 UTC 2019 - [email protected]
+
+- Update to version 3.31.0.1:
+ + Brown paper bag release, included several fixes to meson build.
+- Changes from version 3.31.0:
+ + Add settings to inhibit microphone/camera.
+ + Change tablets'/touchscreens' "display" setting to "output" one
+ with different semantics.
+ + Added meson build support.
+ + Changed default clock settings.
+ + Added XF86Keyboard keybinding to cycle the keyboard layout.
+- Disable
gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
+ Needs rebase.
+- Add gnome-common BuildRequires and bootstrap tarball.
+- Replace glib2-devel with pkgconfig(gio-2.0) BuildRequires.
+
+-------------------------------------------------------------------
Old:
----
gsettings-desktop-schemas-3.28.1.tar.xz
New:
----
gsettings-desktop-schemas-3.32.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gsettings-desktop-schemas.spec ++++++
--- /var/tmp/diff_new_pack.bywqEU/_old 2019-05-03 22:15:27.919869215 +0200
+++ /var/tmp/diff_new_pack.bywqEU/_new 2019-05-03 22:15:27.923869223 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gsettings-desktop-schemas
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -13,29 +13,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gsettings-desktop-schemas
-Version: 3.28.1
+Version: 3.32.0
Release: 0
Summary: Shared GSettings Schemas for the Desktop
License: LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://gnome.org/
-Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.28/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gsettings-desktop-schemas/3.32/%{name}-%{version}.tar.xz
# PATCH-FEATURE-OPENSUSE
gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
fate#324570, glgo#GNOME/gnome-shell#680 [email protected] -- This key is used by
gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
Patch0:
gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
-BuildRequires: glib2-devel >= 2.31.0
BuildRequires: gobject-introspection-devel >= 1.31.0
-BuildRequires: intltool
+BuildRequires: meson
+BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
+BuildRequires: pkgconfig(gio-2.0) >= 2.31.0
Recommends: %{name}-lang
-# default font in the schemas
+# Default fonts in the schemas
Recommends: cantarell-fonts
+Recommends: adobe-sourcecodepro-fonts
%description
A collection of GSettings schemas for settings shared by various
@@ -58,14 +60,15 @@
%prep
%setup -q
%patch0 -p1
-translation-update-upstream
+translation-update-upstream po %{name}
%build
-%configure
-%make_build
+%meson \
+ %{nil}
+%meson_install
%install
-%make_install
+%meson_install
%find_lang %{name} %{?no_lang_C}
%files
++++++ gsettings-desktop-schemas-3.28.1.tar.xz ->
gsettings-desktop-schemas-3.32.0.tar.xz ++++++
++++ 92555 lines of diff (skipped)
++++++
gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
++++++
--- /var/tmp/diff_new_pack.bywqEU/_old 2019-05-03 22:15:28.203869780 +0200
+++ /var/tmp/diff_new_pack.bywqEU/_new 2019-05-03 22:15:28.207869788 +0200
@@ -1,4 +1,4 @@
-From 02c40aeea16cd570cc8238628ca9e77e76ce9d73 Mon Sep 17 00:00:00 2001
+From 96436417da5d1f8912042124bd2a8b98f091f280 Mon Sep 17 00:00:00 2001
From: Chingkai <[email protected]>
Date: Fri, 19 Oct 2018 13:37:15 +0800
Subject: [PATCH] schemas: Add settings for
@@ -10,36 +10,23 @@
https://gitlab.gnome.org/GNOME/gnome-shell/issues/680
---
- schemas/Makefile-schemas.include | 1 +
- schemas/Makefile.in | 1 +
+ schemas/meson.build | 1 +
...me.desktop.background.lockdialog.gschema.xml.in | 59 ++++++++++++++++++++++
- 3 files changed, 61 insertions(+)
+ 2 files changed, 60 insertions(+)
create mode 100644
schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
-diff --git a/schemas/Makefile-schemas.include
b/schemas/Makefile-schemas.include
-index f9f8514..fca5af6 100644
---- a/schemas/Makefile-schemas.include
-+++ b/schemas/Makefile-schemas.include
-@@ -15,6 +15,7 @@ desktop_gschemas_in =
\
- org.gnome.desktop.thumbnailers.gschema.xml.in \
- org.gnome.desktop.session.gschema.xml.in \
- org.gnome.desktop.background.gschema.xml.in \
-+ org.gnome.desktop.background.lockdialog.gschema.xml.in \
- org.gnome.desktop.calendar.gschema.xml.in \
- org.gnome.desktop.datetime.gschema.xml.in \
- org.gnome.desktop.media-handling.gschema.xml.in \
-diff --git a/schemas/Makefile.in b/schemas/Makefile.in
-index d0b1b9a..1a81b00 100644
---- a/schemas/Makefile.in
-+++ b/schemas/Makefile.in
-@@ -298,6 +298,7 @@ desktop_gschemas_in = \
- org.gnome.desktop.thumbnailers.gschema.xml.in \
- org.gnome.desktop.session.gschema.xml.in \
- org.gnome.desktop.background.gschema.xml.in \
-+ org.gnome.desktop.background.lockdialog.gschema.xml.in \
- org.gnome.desktop.calendar.gschema.xml.in \
- org.gnome.desktop.datetime.gschema.xml.in \
- org.gnome.desktop.media-handling.gschema.xml.in \
+diff --git a/schemas/meson.build b/schemas/meson.build
+index 69a3f98..4e8c8f9 100644
+--- a/schemas/meson.build
++++ b/schemas/meson.build
+@@ -15,6 +15,7 @@ schemas = [
+ 'org.gnome.desktop.thumbnailers.gschema.xml',
+ 'org.gnome.desktop.session.gschema.xml',
+ 'org.gnome.desktop.background.gschema.xml',
++ 'org.gnome.desktop.background.lockdialog.gschema.xml',
+ 'org.gnome.desktop.calendar.gschema.xml',
+ 'org.gnome.desktop.datetime.gschema.xml',
+ 'org.gnome.desktop.media-handling.gschema.xml',
diff --git a/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
new file mode 100644
index 0000000..b38e699
@@ -106,5 +93,5 @@
+ </schema>
+</schemalist>
--
-2.13.7
+2.16.4