From 8d21f25bc3ad761e416a567100850045a803727b3441ec369056e1b46f38b43e Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 20 Sep 2018 03:42:25 +0000 Subject: [PATCH 1/3] Accepting request 634812 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/634812 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=262 --- gnome-desktop-3.28.2.tar.xz | 3 --- gnome-desktop-3.30.0.tar.xz | 3 +++ gnome-desktop.changes | 44 +++++++++++++++++++++++++++++++++++++ gnome-desktop.spec | 21 ++++++++++++------ 4 files changed, 61 insertions(+), 10 deletions(-) delete mode 100644 gnome-desktop-3.28.2.tar.xz create mode 100644 gnome-desktop-3.30.0.tar.xz diff --git a/gnome-desktop-3.28.2.tar.xz b/gnome-desktop-3.28.2.tar.xz deleted file mode 100644 index 9bdd28f..0000000 --- a/gnome-desktop-3.28.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:605087bff17c61bc167ccb5a61ed4d06eab922fcce384576ed2a3577214c8330 -size 1077556 diff --git a/gnome-desktop-3.30.0.tar.xz b/gnome-desktop-3.30.0.tar.xz new file mode 100644 index 0000000..e6e71ce --- /dev/null +++ b/gnome-desktop-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45494f6af18d9125a0fd1024f7442fcc5d3219fca79527d4aa1906e37af795fd +size 1149984 diff --git a/gnome-desktop.changes b/gnome-desktop.changes index d415398..c414bd7 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sat Sep 8 10:26:35 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 15 18:29:12 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.91: + + Fix various wall clock regressions. + + Fix regressions from intltool removal. + + Fix regressions introduced by g_autoptr usage. + +------------------------------------------------------------------- +Fri Aug 3 19:20:43 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.90.1: + + wall-clock: Tweak the clock format + + Require gio-unix-2.0. +- Changes from version 3.29.90: + + wall-clock: Immediately react to show-weekday changes. +- Add pkgconfig(gio-unix-2.0) BuildRequires: New dependency. +- Use make_build macro. + +------------------------------------------------------------------- +Sat Jul 28 00:08:05 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.4: + + No changes, version bump only. + +------------------------------------------------------------------- +Tue Jun 19 23:24:22 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.3: + + Fix memory leak. + + Updated translations. + +------------------------------------------------------------------- +Fri May 11 03:29:01 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.1: + + Updated translations. + ------------------------------------------------------------------- Thu May 10 09:46:25 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-desktop.spec b/gnome-desktop.spec index 8dda2b9..a736e12 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -18,16 +18,18 @@ %define IS_DEFAULT_GNOME_DESKTOP 1 Name: gnome-desktop -Version: 3.28.2 +Version: 3.30.0 Release: 0 Summary: The GNOME Desktop API Library License: LGPL-2.1-or-later Group: System/GUI/GNOME -URL: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-desktop/3.28/%{name}-%{version}.tar.xz +URL: https://www.gnome.org +Source0: https://download.gnome.org/sources/gnome-desktop/3.30/%{name}-%{version}.tar.xz Source99: baselibs.conf + # PATFH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- 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: intltool @@ -35,6 +37,7 @@ 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(gtk+-3.0) >= 3.3.6 @@ -134,21 +137,25 @@ translation-update-upstream %endif %build -%configure --with-pic\ - --disable-static\ +%configure \ + --with-pic \ + --disable-static \ %if 0%{?BUILD_FROM_VCS} --enable-gtk-doc \ %endif --with-gnome-distributor="SUSE" \ - --disable-date-in-gnome-version -make %{?_smp_mflags} + --disable-date-in-gnome-version \ + %{nil} +%make_build %install %make_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 From 1397b9559a40377f9ede26bcb0aa753f06324b056d7c0fabb4d81ab292d90c64 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Sun, 23 Sep 2018 01:00:53 +0000 Subject: [PATCH 2/3] Accepting request 636997 from home:jengelh:branches:GNOME:Factory - Strip pointless --with-pic, no static libs are built. OBS-URL: https://build.opensuse.org/request/show/636997 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=263 --- gnome-desktop.changes | 5 +++++ gnome-desktop.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-desktop.changes b/gnome-desktop.changes index c414bd7..1f9ecf7 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 21 07:26:41 UTC 2018 - Jan Engelhardt + +- Strip pointless --with-pic, no static libs are built. + ------------------------------------------------------------------- Sat Sep 8 10:26:35 UTC 2018 - antoine.belvire@opensuse.org diff --git a/gnome-desktop.spec b/gnome-desktop.spec index a736e12..c4808d4 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -12,7 +12,7 @@ # 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/ # @@ -138,7 +138,6 @@ translation-update-upstream %build %configure \ - --with-pic \ --disable-static \ %if 0%{?BUILD_FROM_VCS} --enable-gtk-doc \ From ec71da2e45d9001375a92d9cfd8e17d164872abd9e0264c8c5fc0f6096a064ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 16:48:15 +0000 Subject: [PATCH 3/3] Accepting request 638436 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/638436 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=264 --- gnome-desktop-3.30.0.tar.xz | 3 --- gnome-desktop-3.30.1.tar.xz | 3 +++ gnome-desktop.changes | 6 ++++++ gnome-desktop.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 gnome-desktop-3.30.0.tar.xz create mode 100644 gnome-desktop-3.30.1.tar.xz diff --git a/gnome-desktop-3.30.0.tar.xz b/gnome-desktop-3.30.0.tar.xz deleted file mode 100644 index e6e71ce..0000000 --- a/gnome-desktop-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45494f6af18d9125a0fd1024f7442fcc5d3219fca79527d4aa1906e37af795fd -size 1149984 diff --git a/gnome-desktop-3.30.1.tar.xz b/gnome-desktop-3.30.1.tar.xz new file mode 100644 index 0000000..50cc0f9 --- /dev/null +++ b/gnome-desktop-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1383703bedd71204e4a161fb163905410c8f651890f18b3fa8405506ba97789f +size 1162116 diff --git a/gnome-desktop.changes b/gnome-desktop.changes index 1f9ecf7..e2754ca 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 26 11:19:34 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Fix another wall clock regression. + ------------------------------------------------------------------- Fri Sep 21 07:26:41 UTC 2018 - Jan Engelhardt diff --git a/gnome-desktop.spec b/gnome-desktop.spec index c4808d4..242222e 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -18,7 +18,7 @@ %define IS_DEFAULT_GNOME_DESKTOP 1 Name: gnome-desktop -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: The GNOME Desktop API Library License: LGPL-2.1-or-later