Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2018-03-14 19:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
 and      /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsettings-desktop-schemas"

Wed Mar 14 19:28:34 2018 rev:49 rq:586210 version:3.28.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
      2017-09-13 21:42:26.547984913 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2018-03-14 19:28:35.539460788 +0100
@@ -1,0 +2,44 @@
+Mon Mar 12 16:03:33 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  5 17:54:14 UTC 2018 - [email protected]
+
+- Update to version 3.27.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:31:23 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Wed Feb  7 22:58:05 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  gsettings-desktop-schemas-3.24.1.tar.xz

New:
----
  gsettings-desktop-schemas-3.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gsettings-desktop-schemas.spec ++++++
--- /var/tmp/diff_new_pack.Aq7JAy/_old  2018-03-14 19:28:37.175402696 +0100
+++ /var/tmp/diff_new_pack.Aq7JAy/_new  2018-03-14 19:28:37.183402411 +0100
@@ -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 @@
 
 %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 @@
 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 @@
 %{_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

++++++ gsettings-desktop-schemas-3.24.1.tar.xz -> 
gsettings-desktop-schemas-3.28.0.tar.xz ++++++
++++ 39027 lines of diff (skipped)


Reply via email to