Hello community,

here is the log from the commit of package shutter for openSUSE:Factory checked 
in at 2013-01-22 17:53:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shutter (Old)
 and      /work/SRC/openSUSE:Factory/.shutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shutter", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/shutter/shutter.changes  2012-07-02 
11:15:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shutter.new/shutter.changes     2013-01-22 
17:53:48.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Jan  1 08:43:12 UTC 2013 - [email protected]
+
+- Update to 0.90
+- version 0.90 removes Gnome2::GConf dependency
+* Fixed bugs / minor improvements
+    -- LP: #1035259
+       [No way to activate the main window when using the appindicator]
+    -- LP: #1081917
+       [Quicklist no more working]
+    -- LP: #1083033
+       [Needs a high contrast app icon]
+    -- LP: #1083586
+       [Remove keybinding code]
+    -- LP: #1083588
+       [Remove Simple Selection Tool]
+    -- LP: #1087367
+       [File extension .png]
+    -- LP: #1092054
+       [desktop-file-validate complains again]
+  * updated translations 
+- Drop fsf-address-fix.diff, fixed upstream
+
+-------------------------------------------------------------------
+Sat Aug  4 12:55:18 UTC 2012 - [email protected]
+
+- updated to 0.89
+  * Fixed bugs / minor improvements
+    -- LP: #664292
+       [Feature Request: Please make use of appindicators]
+    -- LP: #1012235
+       [Advanced Selection Capture entries do not work]
+    -- LP: #1018791
+       [Change fsf-address]
+  * updated translations 
+
+-------------------------------------------------------------------

Old:
----
  fsf-address-fix.diff
  shutter-0.88.3.tar.gz

New:
----
  shutter-0.90.tar.bz2

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

Other differences:
------------------
++++++ shutter.spec ++++++
--- /var/tmp/diff_new_pack.zpNric/_old  2013-01-22 17:53:51.000000000 +0100
+++ /var/tmp/diff_new_pack.zpNric/_new  2013-01-22 17:53:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shutter
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 - now by open-slx GmbH <[email protected]>
 # Copyright (c) 12/2010 - 7/2011 by Sascha Manns <[email protected]>  
 # Copyright (c) 7/2010 - 12/2010 by Ray Chen <[email protected]>
@@ -20,16 +20,15 @@
 
 
 Name:           shutter
-Version:        0.88.3
+Version:        0.90
 Release:        0
 Summary:        Featureful screenshot tool
 License:        GPL-3.0
 Group:          Productivity/Graphics/Other
 Url:            http://shutter-project.org/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
 Source1:        README.openSUSE
 Patch0:         desktop-shortcut-fix.diff
-Patch1:         fsf-address-fix.diff
 Patch2:         remove-provide-dropbox.diff
 Requires:       %{name}-lang = %{version}
 Requires:       ImageMagick
@@ -39,7 +38,6 @@
 Requires:       perl-File-Which
 Requires:       perl-Gnome2
 Requires:       perl-Gnome2-Canvas
-Requires:       perl-Gnome2-GConf
 Requires:       perl-Gnome2-VFS
 Requires:       perl-Gnome2-Wnck
 Requires:       perl-Gtk2
@@ -87,8 +85,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 
 %patch2
 cp %{S:1} share/doc/shutter
 

++++++ desktop-shortcut-fix.diff ++++++
--- /var/tmp/diff_new_pack.zpNric/_old  2013-01-22 17:53:51.000000000 +0100
+++ /var/tmp/diff_new_pack.zpNric/_new  2013-01-22 17:53:51.000000000 +0100
@@ -1,70 +1,31 @@
-diff -uprN shutter-0.87.2.orig/share/applications/shutter.desktop 
shutter-0.87.2/share/applications/shutter.desktop
---- shutter-0.87.2.orig/share/applications/shutter.desktop     2011-03-25 
18:55:50.000000000 +0800
-+++ shutter-0.87.2/share/applications/shutter.desktop  2011-06-04 
11:13:43.066662084 +0800
-@@ -17,23 +17,3 @@ Categories=Utility;Application;
+--- share/applications/shutter.desktop-orig    2013-01-01 16:36:15.000000000 
+0800
++++ share/applications/shutter.desktop 2013-01-01 16:40:51.000000000 +0800
+@@ -17,28 +17,3 @@
  
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
- X-Ayatana-Desktop-Shortcuts=Select;Screen;Window;Active
+ Actions=Redo;Select;Screen;Window;Active;
  
--[Select Shortcut Group]
+-[Desktop Action Redo]
+-Name=Redo last screenshot
+-Exec=shutter --redo
+-OnlyShowIn=Unity;
+-
+-[Desktop Action Select]
 -Name=Capture an area of the screen
 -Exec=shutter --select
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
--[Screen Shortcut Group]
+-[Desktop Action Screen]
 -Name=Capture the entire screen
 -Exec=shutter --full
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
--[Window Shortcut Group]
+-[Desktop Action Window]
 -Name=Select a window to capture
 -Exec=shutter --window
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
--[Active Shortcut Group]
+-[Desktop Action Active]
 -Name=Capture the current active window
 -Exec=shutter --active
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
-diff -uprN shutter-0.87.2.orig/share/applications/shutter.desktop~ 
shutter-0.87.2/share/applications/shutter.desktop~
---- shutter-0.87.2.orig/share/applications/shutter.desktop~    1970-01-01 
08:00:00.000000000 +0800
-+++ shutter-0.87.2/share/applications/shutter.desktop~ 2011-03-25 
18:55:50.000000000 +0800
-@@ -0,0 +1,39 @@
-+[Desktop Entry]
-+Version=1.0
-+Name=Shutter
-+Name[de_DE]=Shutter
-+Name[pt_BR]=Shutter
-+GenericName=Screenshot Tool
-+GenericName[de_DE]=Anwendung für Bildschirmfotos
-+GenericName[pt_BR]=Captura de tela
-+Comment=Capture, edit and share screenshots
-+Comment[de_DE]=Bildschirmfotos aufnehmen, bearbeiten und mit Anderen teilen
-+Comment[pt_BR]=Aplicativo avançado para capturar imagens da tela
-+Exec=shutter %F
-+Icon=shutter
-+Terminal=false
-+Type=Application
-+Categories=Utility;Application;
-+MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
-+X-Ayatana-Desktop-Shortcuts=Select;Screen;Window;Active
-+
-+[Select Shortcut Group]
-+Name=Capture an area of the screen
-+Exec=shutter --select
-+OnlyShowIn=Unity
-+
-+[Screen Shortcut Group]
-+Name=Capture the entire screen
-+Exec=shutter --full
-+OnlyShowIn=Unity
-+
-+[Window Shortcut Group]
-+Name=Select a window to capture
-+Exec=shutter --window
-+OnlyShowIn=Unity
-+
-+[Active Shortcut Group]
-+Name=Capture the current active window
-+Exec=shutter --active
-+OnlyShowIn=Unity
-+

++++++ shutter-0.88.3.tar.gz -> shutter-0.90.tar.bz2 ++++++
++++ 265227 lines of diff (skipped)

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

Reply via email to