Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2017-09-13 21:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-tweak-tool (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-tweak-tool"

Wed Sep 13 21:51:23 2017 rev:45 rq:523395 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes        
2017-06-19 13:22:55.288403644 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2017-09-13 21:51:24.656276685 +0200
@@ -1,0 +2,100 @@
+Mon Sep 11 18:43:22 UTC 2017 - [email protected]
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep  6 23:13:23 UTC 2017 - [email protected]
+
+- Update to version 3.25.92:
+  + Fix linking to GNOME Software from Extensions page.
+  + Note that gnome-shell schemas >= 3.24 are required.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 22 08:32:40 UTC 2017 - [email protected]
+
+- Update to version 3.25.91:
+  + Don't add appmenu to windows buttons if it's already there.
+  + Prompt to log out when changing Application Menu setting.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 14 14:42:13 UTC 2017 - [email protected]
+
+- Update to version 3.25.90.1:
+  + Fix vertical scrollbar placement.
+  + Restore redesigned Window Focus Mode listbox.
+- Changes from version 3.25.90:
+  + Remove Power Button setting; this feature is now in
+    gnome-control-center 3.25.90+.
+  + Don't show HiDPI setting; use gnome-control-center 3.25.90+
+    instead.
+  + Revert Focus Mode list box to 3.24 combobox to eliminate
+    vertical scrolling.
+  + Rename /usr/bin/gnome-tweaks back to /usr/bin/gnome-tweak-tool.
+  + Add '--version' option to /usr/bin/gnome-tweak-tool.
+  + Make notification string translatable.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jul 19 19:22:27 UTC 2017 - [email protected]
+
+- Update to version 3.25.4:
+  + Rename app to GNOME Tweaks.
+  + Rename binary to gnome-tweaks.
+  + Only allows numbers in Hi-DPI entry box.
+  + Updated translations.
+- Changes from version 3.25.3:
+  + Move Typing panel to Additional Layout Options dialog in
+    Keyboard & Mouse.
+  + Move Compose Key setting to Keyboard & Mouse dialog.
+  + Convert some settings to ListBoxes.
+  + Several other UI tweaks to match Design Team mockup.
+  + Only show Top Bar page and Overview Shortcut if GNOME Shell is
+    running.
+  + Enable 'appmenu' window button when disabling App Menu.
+  + Use Ubuntu sort order for Left placement of window buttons.
+  + Fix "blank slate" for Extensions page.
+  + Drop build-time checks for run-time dependencies.
+  + Distributors, please see README for run-time dependencies
+  + Consistently use /usr/bin/env python3 shebangs.
+  + Rewrite post-install script in Python.
+  + Handle SIGINT (Ctrl+C).
+- Drop post(un) handling of icon_theme_cache_post(un), no longer
+  needed as we have file-triggers taking care of this for us now.
+- Tweak .desktop file with sed replacement to quiet rpmlint.
+
+-------------------------------------------------------------------
+Mon Jun 12 19:12:10 UTC 2017 - [email protected]
+
+- Update to version 3.25.2:
+  + Add "Battery Percentage" tweak.
+  + Add "Disable While Typing" tweak.
+  + Add Left/Right Placement tweak for window buttons.
+  + Update About to show Tweak Tool and GTK+ versions.
+  + Add "blank slate" for Extensions page.
+  + Remove support for installing and uninstalling extensions since
+    GNOME Software handles this since 3.22.
+  + Other UI tweaks to Extensions page.
+  + Many UI tweaks suggested by Allan Day.
+  + Misc code cleanup.
+  + Use Unicode in translatable strings.
+  + Create config directories as necessary.
+  + Install appstream metadata to /usr/share/metainfo/.
+  + Switch from python2 to python3.
+  + Switch from autotools to meson.
+  + Drop intltool dependency.
+  + Updated translations.
+- Drop intltool BuildRequires: Following upstream changes.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Replace python-gobject, python-gobject-Gdk and python-xml with
+  python3-gobject, python3-gobject-Gdk and python3-xml Requires
+  following upstreams port to python3.
+- Drop %py_requires: no longer needed with python3.
+
+-------------------------------------------------------------------

Old:
----
  gnome-tweak-tool-3.24.1.tar.xz

New:
----
  gnome-tweak-tool-3.26.0.tar.xz

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

Other differences:
------------------
++++++ gnome-tweak-tool.spec ++++++
--- /var/tmp/diff_new_pack.gxJau8/_old  2017-09-13 21:51:25.136209160 +0200
+++ /var/tmp/diff_new_pack.gxJau8/_new  2017-09-13 21:51:25.140208597 +0200
@@ -18,67 +18,71 @@
 
 
 Name:           gnome-tweak-tool
-Version:        3.24.1
+Version:        3.26.0
 Release:        0
 Summary:        A tool to customize advanced GNOME 3 options
 License:        GPL-3.0+
 Group:          System/GUI/GNOME
 Url:            http://live.gnome.org/GnomeTweakTool
-Source0:        
http://download.gnome.org/sources/gnome-tweak-tool/3.24/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gnome-tweak-tool/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection
 # Needed for icon_theme_cache_* macros and file ownership.
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
-BuildRequires:  translation-update-upstream
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.23.3
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.10
-Requires:       gnome-shell
-Requires:       python-gobject
-Requires:       python-gobject-Gdk
-Requires:       python-xml
+Requires:       gnome-shell >= 3.24
+Requires:       python3-gobject
+Requires:       python3-gobject-Gdk
+Requires:       python3-xml
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%py_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 GNOME Tweak Tool is an application for changing the advanced settings
 of GNOME 3.
 
 %lang_package
+
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
+# Tiny tweak to shut up rpmlint
+sed -i 's:Pantheon:X-Pantheon:g' */gnome-tweak-tool.desktop.in
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+# FIXME Drop traces of buildroot
+rm -rf %{buildroot}/%{python3_sitelib}/gtweak/__pycache__/*.pyc
+rm -rf %{buildroot}/%{python3_sitelib}/gtweak/tweaks/__pycache__/*.pyc
 %suse_update_desktop_file %{name} X-GNOME-PersonalSettings
 %fdupes %{buildroot}%{_datadir}/gnome-tweak-tool/
 %fdupes %{buildroot}%{python_sitelib}
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
-%{python_sitelib}/gtweak/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
+%{python3_sitelib}/gtweak/
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/gnome-tweak-tool.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}*

++++++ gnome-tweak-tool-3.24.1.tar.xz -> gnome-tweak-tool-3.26.0.tar.xz ++++++
++++ 66263 lines of diff (skipped)


Reply via email to