Accepting request 586210 from GNOME:Factory
Update to 3.28.0 (forwarded request 586009 from dimstar) OBS-URL: https://build.opensuse.org/request/show/586210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsettings-desktop-schemas?expand=0&rev=49
This commit is contained in:
commit
cd815e8546
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76a3fa309f9de6074d66848987214f0b128124ba7184c958c15ac78a8ac7eea7
|
||||
size 638780
|
3
gsettings-desktop-schemas-3.28.0.tar.xz
Normal file
3
gsettings-desktop-schemas-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb4cd7790b77e5542ec75275237613ad22f3a1f2f41903a298cf6cc996a9167
|
||||
size 648296
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 16:03:33 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.28.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 17:54:14 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:31:23 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 22:58:05 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.90:
|
||||
+ Add setting about whether to allow volume above 100%.
|
||||
+ Change default click method for touchpads, from Windows-style
|
||||
soft-button areas, to Mac-style two-finger right-click. This
|
||||
does not change the settings for trackpoints or touchpads that
|
||||
don't support multi-touch.
|
||||
+ Add tertiary button action for Wacom styli.
|
||||
- Remove unneeded %clean section: RPM does this work itself
|
||||
nowadays.
|
||||
- Adopt the use of %make_build macro rather than raw make command,
|
||||
following the best practices.
|
||||
- Drop gnome-common BuildRequires and autogen.sh call: they are no
|
||||
longer needed/used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 01:14:56 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.1:
|
||||
+ Add a gsettings key to show/hide weekday.
|
||||
+ gschema: Fix gettext-domain.
|
||||
+ Updated translations.
|
||||
- Drop %glib2_gsettings_schema_* post/postun/requires macros:
|
||||
functionality now covered by file triggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 15:32:25 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gsettings-desktop-schemas
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,25 +18,20 @@
|
||||
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.24.1
|
||||
Version: 3.28.0
|
||||
Release: 0
|
||||
Summary: Shared GSettings Schemas for the Desktop
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://gnome.org/
|
||||
Source0: http://download.gnome.org/sources/gsettings-desktop-schemas/3.24/%{name}-%{version}.tar.xz
|
||||
URL: https://gnome.org/
|
||||
Source0: http://download.gnome.org/sources/gsettings-desktop-schemas/3.28/%{name}-%{version}.tar.xz
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.0
|
||||
BuildRequires: intltool
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
BuildRequires: translation-update-upstream
|
||||
Recommends: %{name}-lang
|
||||
# default font in the schemas
|
||||
Recommends: cantarell-fonts
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
A collection of GSettings schemas for settings shared by various
|
||||
@ -44,7 +39,7 @@ components of a desktop.
|
||||
|
||||
%package devel
|
||||
Summary: Shared GSettings Schemas for the Desktop -- Development Files
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -55,34 +50,22 @@ components of a desktop.
|
||||
This package contains development files.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog HACKING MAINTAINERS NEWS README
|
||||
%license COPYING
|
||||
%doc NEWS README
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml
|
||||
@ -119,7 +102,7 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog HACKING MAINTAINERS
|
||||
%{_includedir}/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
|
||||
|
Loading…
x
Reference in New Issue
Block a user