Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2012-10-16 12:03:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotwell (Old)
 and      /work/SRC/openSUSE:Factory/.shotwell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotwell", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes        2012-10-03 
10:10:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2012-10-16 
12:03:22.000000000 +0200
@@ -1,0 +2,25 @@
+Wed Oct 10 20:01:24 UTC 2012 - [email protected]
+
+- Update to version 0.13.1:
+  + Fixes an issue in which Shotwell would crash after deleting all
+    photos present in a view.
+  + Fixes an issue where Shotwell would not include all selected
+    photos during a Nautilus "Send To..." export operation
+  + Corrects a problem in which the file chooser dialog used to
+    select Shotwell's library location would inappropriately select
+    the parent directory of the chosen directory
+  + Shotwell now properly inhibits the system screensaver when
+    playing a slideshow
+  + Fixes an issue in which the search filter bar could become
+    invisible even though a filter was being applied
+  + A progress bar now correctly appears during long batch rotate
+    and auto-enhance operations
+  + Shotwell no longer crashes when certain kinds of malformed
+    responses are received from remote servers during photo
+    publishing
+  + Corrected translation and desktop integration error.
+- Add shotwell-no-libexecdir.patch: Move the migrator binary from
+  /usr/libexec/shotwell to /usr/lib/shotwell, which is our
+  %{_libexecdir} specification.
+
+-------------------------------------------------------------------

Old:
----
  shotwell-0.13.0.tar.xz

New:
----
  shotwell-0.13.1.tar.xz
  shotwell-no-libexecdir.patch

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

Other differences:
------------------
++++++ shotwell.spec ++++++
--- /var/tmp/diff_new_pack.LM4Diq/_old  2012-10-16 12:03:23.000000000 +0200
+++ /var/tmp/diff_new_pack.LM4Diq/_new  2012-10-16 12:03:23.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           shotwell
-Version:        0.13.0
+Version:        0.13.1
 Release:        0
 Summary:        Photo Manager for GNOME
 License:        LGPL-2.1+
 Group:          Productivity/Graphics/Viewers
 Url:            http://yorba.org/shotwell/
 Source:         
http://yorba.org/download/shotwell/0.13/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM shotwell-no-libexecdir.patch [email protected] -- Move 
from /usr/libexec to /usr/lib. http://redmine.yorba.org/issues/5050
+Patch0:         shotwell-no-libexecdir.patch
 BuildRequires:  libraw-devel-static
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.17.2
@@ -61,6 +63,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # We can't use the configure macro: it's not a standard autotools configure 
script
@@ -102,7 +105,6 @@
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/shotwell
-%{_bindir}/shotwell-settings-migrator
 %{_bindir}/shotwell-video-thumbnailer
 %{_datadir}/applications/shotwell*.desktop
 %{_datadir}/GConf/gsettings/shotwell.convert
@@ -111,6 +113,8 @@
 %{_datadir}/icons/hicolor/*/apps/shotwell.svg
 %{_datadir}/shotwell/
 %{_libdir}/shotwell/
+%dir %{_libexecdir}/shotwell
+%{_libexecdir}/shotwell/shotwell-settings-migrator
 
 %files lang -f %{name}.lang
 

++++++ shotwell-no-libexecdir.patch ++++++
Index: shotwell-0.13.1/Makefile
===================================================================
--- shotwell-0.13.1.orig/Makefile
+++ shotwell-0.13.1/Makefile
@@ -558,8 +558,8 @@ install:
        mkdir -p $(DESTDIR)$(PREFIX)/bin
        $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(PREFIX)/bin
        $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(PREFIX)/bin
-       mkdir -p $(DESTDIR)$(PREFIX)/libexec/shotwell
-       $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(PREFIX)/libexec/shotwell
+       mkdir -p $(DESTDIR)$(PREFIX)/lib/shotwell
+       $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(PREFIX)/lib/shotwell
        mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/icons
        $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/shotwell/icons
        mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
Index: shotwell-0.13.1/src/AppDirs.vala
===================================================================
--- shotwell-0.13.1.orig/src/AppDirs.vala
+++ shotwell-0.13.1/src/AppDirs.vala
@@ -109,7 +109,7 @@ class AppDirs {
                 // not installed yet - use wherever we were run from
                 libexec_dir = get_exec_dir();
             } else {
-                libexec_dir = File.new_for_path(Resources.PREFIX + 
"/libexec/shotwell");
+                libexec_dir = File.new_for_path(Resources.PREFIX + 
"/lib/shotwell");
             }
         }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to