Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2012-10-03 10:09:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-20 
15:48:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2012-10-03 
10:10:04.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Sep 28 20:34:19 UTC 2012 - [email protected]
+
+- Update to version 0.13.0:
+  + The Shotwell Extras plugins now include support for publishing
+    photos to Tumblr
+  + Shotwell correctly handles dates before 1969
+  + Shotwell lets you remove sensitive information from photos
+    before publishing them to social media sites
+  + Shotwell regenerates thumbnails automatically, making migrating
+    libraries between computers easier
+  + The Picasa connector now uses OAuth authentication for enhanced
+    security
+  + Bug fixes
+  + Updated translations.
+- Drop shotwell-0.12.3-libgphoto25.patch: fixed upstream.
+- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
+- Remove obsolete openSUSE version conditions (<= 11.3).
+
+-------------------------------------------------------------------

Old:
----
  shotwell-0.12.3-libgphoto25.patch
  shotwell-0.12.3.tar.bz2

New:
----
  shotwell-0.13.0.tar.xz

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

Other differences:
------------------
++++++ shotwell.spec ++++++
--- /var/tmp/diff_new_pack.VlEGvh/_old  2012-10-03 10:10:05.000000000 +0200
+++ /var/tmp/diff_new_pack.VlEGvh/_new  2012-10-03 10:10:05.000000000 +0200
@@ -17,38 +17,37 @@
 
 
 Name:           shotwell
-Version:        0.12.3
+Version:        0.13.0
 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.12/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM shotwell-0.12.3-libgphoto25.patch -- 
http://redmine.yorba.org/issues/5553
-Patch1:         shotwell-0.12.3-libgphoto25.patch         
+Source:         
http://yorba.org/download/shotwell/0.13/%{name}-%{version}.tar.xz
 BuildRequires:  libraw-devel-static
 BuildRequires:  update-desktop-files
-BuildRequires:  vala >= 0.15.2
+BuildRequires:  vala >= 0.17.2
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-x11-2.0)
-BuildRequires:  pkgconfig(gee-1.0)
-BuildRequires:  pkgconfig(gexiv2) >= 0.3.91
-BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-base-0.10)
-BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gudev-1.0)
-BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libgphoto2)
-BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(gee-1.0) >= 0.5.0
+BuildRequires:  pkgconfig(gexiv2) >= 0.3.92
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.20
+BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10.28
+BuildRequires:  pkgconfig(gstreamer-base-0.10) >= 0.10.28
+BuildRequires:  pkgconfig(gstreamer-pbutils-0.10) >= 0.10.32
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.11
+BuildRequires:  pkgconfig(gudev-1.0) >= 145
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libexif) >= 0.6.16
+BuildRequires:  pkgconfig(libgphoto2) >= 2.4.2
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.32
 BuildRequires:  pkgconfig(rest-0.7)
-BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(unique-3.0)
-BuildRequires:  pkgconfig(webkitgtk-3.0)
+BuildRequires:  pkgconfig(sqlite3) >= 3.5.9
+BuildRequires:  pkgconfig(unique-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(webkitgtk-3.0) >= 1.4.0
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -62,7 +61,6 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 # We can't use the configure macro: it's not a standard autotools configure 
script
@@ -86,21 +84,15 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)
@@ -110,6 +102,7 @@
 %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

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

Reply via email to