Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2012-10-03 07:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-tweak-tool (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-tweak-tool", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes        
2012-07-19 17:58:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2012-10-03 07:21:59.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Aug 13 16:14:07 UTC 2012 - [email protected]
+
+- Update to version 3.5.5:
+  + Now appear as "Tweak Tool" in Activities (bgo#678778)
+  + Fix incompatibility with new gnome-shell extensions (bgo678778)
+
+-------------------------------------------------------------------
+Tue Aug  7 18:05:43 UTC 2012 - [email protected]
+
+- Update to version 3.5.4:
+  + Update icon (bgo#649359)
+  + Fix appearance of tweaks to no longer have a white background
+  + Remove welcome image and start with a tweakgroup selected by
+    default
+  + Add link to extensions.gnome.org
+- Changes from version 3.5.0:
+  + Work with new gnome-shell DBus interface.
+- Rebase gnome-tweak-tool-pwr-button.patch.
+- Add hicolor-icon-theme BuildRequires and icon_theme_cache_*
+  macros in post/postun.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-tweak-tool.spec ++++++
--- /var/tmp/diff_new_pack.Z7IeUQ/_old  2012-10-03 07:22:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Z7IeUQ/_new  2012-10-03 07:22:00.000000000 +0200
@@ -18,18 +18,20 @@
 
 
 Name:           gnome-tweak-tool
-Version:        3.4.0.1
+Version:        3.5.5
 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.4/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gnome-tweak-tool/3.5/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-UPSTREAM gnome-tweak-tool-pwr-button.patch bnc#770048 
[email protected] -- Add option to specify action to perform on power button 
press
 Patch0:         gnome-tweak-tool-pwr-button.patch
 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:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -56,14 +58,17 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}/gnome-tweak-tool/
 %fdupes %{buildroot}%{python_sitelib}
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-rm -rf %{buildroot}
+%post
+%icon_theme_cache_post
+
+%postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
@@ -72,6 +77,7 @@
 %{python_sitelib}/gtweak/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %files lang -f %{name}.lang
 

++++++ gnome-tweak-tool-pwr-button.patch ++++++
--- /var/tmp/diff_new_pack.Z7IeUQ/_old  2012-10-03 07:22:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Z7IeUQ/_new  2012-10-03 07:22:00.000000000 +0200
@@ -1,13 +1,12 @@
-diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
-index 5bb664f..da7bf8d 100644
---- a/gtweak/tweaks/tweak_shell.py
-+++ b/gtweak/tweaks/tweak_shell.py
-@@ -235,6 +235,7 @@ TWEAK_GROUPS = (
-             ShowWindowButtons(schema_filename="org.gnome.shell.gschema.xml", 
size_group=sg),
+Index: gnome-tweak-tool-3.5.4/gtweak/tweaks/tweak_shell.py
+===================================================================
+--- gnome-tweak-tool-3.5.4.orig/gtweak/tweaks/tweak_shell.py
++++ gnome-tweak-tool-3.5.4/gtweak/tweaks/tweak_shell.py
+@@ -249,6 +249,7 @@ TWEAK_GROUPS = (
+             GSettingsSwitchTweak("org.gnome.settings-daemon.plugins.power", 
"lid-close-suspend-with-external-monitor"),
              
GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"lid-close-battery-action", size_group=sg),
              
GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"lid-close-ac-action", size_group=sg),
 +            
GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"button-power", size_group=sg),
              GSettingsSwitchTweak("org.gnome.shell.overrides", 
"workspaces-only-on-primary"),
              StaticWorkspaceTweak(size_group=sg)),
  )
-

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to