Accepting request 638516 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/638516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=146
This commit is contained in:
commit
7f6758839f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:605087bff17c61bc167ccb5a61ed4d06eab922fcce384576ed2a3577214c8330
|
||||
size 1077556
|
3
gnome-desktop-3.30.1.tar.xz
Normal file
3
gnome-desktop-3.30.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1383703bedd71204e4a161fb163905410c8f651890f18b3fa8405506ba97789f
|
||||
size 1162116
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
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 <jengelh@inai.de>
|
||||
|
||||
- Strip pointless --with-pic, no static libs are built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -12,22 +12,24 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||
Name: gnome-desktop
|
||||
Version: 3.28.2
|
||||
Version: 3.30.1
|
||||
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,24 @@ translation-update-upstream
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
%configure \
|
||||
--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
|
||||
|
Loading…
Reference in New Issue
Block a user