Hello community, here is the log from the commit of package gnome-desktop for openSUSE:Factory checked in at 2019-05-03 22:20:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-desktop (Old) and /work/SRC/openSUSE:Factory/.gnome-desktop.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-desktop" Fri May 3 22:20:13 2019 rev:149 rq:699595 version:3.32.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes 2019-02-11 21:15:23.827400522 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-desktop.new.5148/gnome-desktop.changes 2019-05-03 22:20:18.116450563 +0200 @@ -1,0 +2,70 @@ +Thu Apr 25 09:01:02 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.1.2 (CVE-2019-11460): + + Release to correct CVE ID. + +------------------------------------------------------------------- +Tue Apr 23 18:07:08 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.1.1: + + Fix thumbnailer sandbox escape, CVE-2019-11460, + glgo#GNOME/gnome-desktop#112. + +------------------------------------------------------------------- +Wed Apr 10 09:56:03 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.1: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 12 06:38:14 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Stable release version bump. + +------------------------------------------------------------------- +Fri Mar 8 08:03:28 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.31.92: + + tests: fixes to use uselocale. + + Thumbnail: Only mount fontconfig cache if it exists. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 21 12:34:55 UTC 2019 - [email protected] + +- Update to version 3.31.91: + + Updated translations. +- Changes from version 3.31.90: + + Fix slow thumbnailer due to missing font cache. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 7 03:31:05 UTC 2019 - [email protected] + +- Fix translation-update-upstream call, needed after update of + translation-update-upstream in distro. + +------------------------------------------------------------------- +Thu Feb 7 03:31:04 UTC 2019 - [email protected] + +- Update to version 3.31.4: + + Fix some thumbnailer sandboxing issues. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 7 03:31:03 UTC 2019 - [email protected] + +- Update to version 3.31.3: + + Use LC_TIME for time format string translations. + + Fix a use-after-free in the thumbnailer. +- Changes from version 3.31.2: + + Updated translations. +- Changes from version 3.31.1: + + Port buildsystem to meson. + + Updated translations. +- Switch to meson buildsystem, add meson BuildRequires and macros. +- Drop all conditionals and gnome-common BuildRequires: they are + not needed, nor make sense after the port to meson. + +------------------------------------------------------------------- Old: ---- gnome-desktop-3.30.2.1.tar.xz New: ---- gnome-desktop-3.32.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-desktop.spec ++++++ --- /var/tmp/diff_new_pack.p8juWg/_old 2019-05-03 22:20:19.148452631 +0200 +++ /var/tmp/diff_new_pack.p8juWg/_new 2019-05-03 22:20:19.148452631 +0200 @@ -16,30 +16,31 @@ # -%define IS_DEFAULT_GNOME_DESKTOP 1 Name: gnome-desktop -Version: 3.30.2.1 +Version: 3.32.1.2 Release: 0 Summary: The GNOME Desktop API Library License: LGPL-2.1-or-later Group: System/GUI/GNOME URL: https://www.gnome.org -Source0: https://download.gnome.org/sources/gnome-desktop/3.30/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-desktop/3.32/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATFH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 [email protected] -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition. +# PATCH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 [email protected] -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition. Patch1: gnome-desktop-switch-Japanese-default-input-to-mozc.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc BuildRequires: intltool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: yelp-tools BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5 BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 -BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.27.0 +BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.31.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6 BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libseccomp) @@ -47,22 +48,16 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xkeyboard-config) -%if 0%{?BUILD_FROM_VCS} -BuildRequires: gnome-common -BuildRequires: gtk-doc -%endif %description This package contains the desktop-wide files. -%if %{IS_DEFAULT_GNOME_DESKTOP} || 0%{?BUILD_FROM_VCS} %package -n gnome-version Summary: GNOME version Group: System/GUI/GNOME %description -n gnome-version This package contains information on the version of GNOME that is installed. -%endif %package -n libgnome-desktop-3_0-common Summary: Common data files for the GNOME Desktop API library @@ -85,9 +80,7 @@ Requires: libgnome-desktop-3_0-common >= %{version} Recommends: %{name}-lang Provides: %{name} = %{version} -%if %{IS_DEFAULT_GNOME_DESKTOP} Obsoletes: %{name} < %{version} -%endif %description -n libgnome-desktop-3-17 The libgnome-desktop library provides API shared by several applications @@ -113,12 +106,10 @@ # Needed as /usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-xkb-info.h includes X11/extensions/XKBrules.h Requires: libxkbfile-devel Requires: typelib-1_0-GnomeDesktop-3_0 = %{version} -%if %{IS_DEFAULT_GNOME_DESKTOP} Provides: %{name}-devel = %{version} Obsoletes: %{name}-devel < %{version} Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} -%endif %description -n libgnome-desktop-3-devel The libgnome-desktop library provides API shared by several applications @@ -128,37 +119,26 @@ %lang_package %prep -%setup -q -%patch1 -p1 -translation-update-upstream - -%if 0%{?BUILD_FROM_VCS} -[ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh -%endif +%autosetup -p1 +translation-update-upstream po gnome-desktop %build -%configure \ - --disable-static \ -%if 0%{?BUILD_FROM_VCS} - --enable-gtk-doc \ -%endif - --with-gnome-distributor="SUSE" \ - --disable-date-in-gnome-version \ +%meson \ + -Dgnome_distributor=openSUSE \ + -Ddate_in_gnome_version=false \ + -Ddesktop_docs=true \ + -Dgtk_doc=true \ %{nil} -%make_build +%meson_build %install -%make_install +%meson_install %find_lang %{name}-3.0 %{?no_lang_C} %find_lang fdl %{?no_lang_C} %{name}-3.0.lang %find_lang gpl %{?no_lang_C} %{name}-3.0.lang %find_lang lgpl %{?no_lang_C} %{name}-3.0.lang -%if ! (%{IS_DEFAULT_GNOME_DESKTOP} || 0%{?BUILD_FROM_VCS}) -rm %{buildroot}%{_datadir}/gnome/gnome-version.xml -%endif -find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot}/%{_prefix} %post -n libgnome-desktop-3-17 -p /sbin/ldconfig @@ -187,10 +167,8 @@ %files lang -f %{name}-3.0.lang -%if %{IS_DEFAULT_GNOME_DESKTOP} || 0%{?BUILD_FROM_VCS} %files -n gnome-version %dir %{_datadir}/gnome %{_datadir}/gnome/gnome-version.xml -%endif %changelog ++++++ gnome-desktop-3.30.2.1.tar.xz -> gnome-desktop-3.32.1.2.tar.xz ++++++ ++++ 112075 lines of diff (skipped)
