Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2016-08-22 14:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotwell (Old)
 and      /work/SRC/openSUSE:Factory/.shotwell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotwell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes        2016-07-07 
15:08:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2016-08-22 
14:00:24.000000000 +0200
@@ -1,0 +2,58 @@
+Tue Aug 16 12:31:32 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.23.5:
+  + Remove obsolete files.
+  + Plugins: Load icons and GtkBuilder files from GResource.
+  + Offer a way to hide the bottom toolbar.
+  + Fix .desktop file generation.
+  + Use Gtk.MessageDialog's printf-style API for strings.
+  + Add SQL indexes to PhotoTable.
+  + Add Language headers to po files.
+  + Update INSTALL file.
+  + Really remove reference to external hmac_sha1.
+  + Disambiguate strings for time ranges.
+  + Implement linked tags.
+  + Make it more clear that something failed if SSL conncetion was
+    not possible.
+  + Add option to filter by saved search.
+  + Explicitly link plugins to their dependencies.
+  + Fix typo in GSettings schema.
+  + Re-add --disable-extra-plugins configure option.
+  + Fix settings migrator and thumbnailer path.
+  + Bump debian compat for proper --libexecdir parameter.
+  + Bugs fixed: https://bugs.archlinux.org/task/50129, bgo#717523,
+    bgo#717321, bgo#741962, bgo#742670, bgo#747368, bgo#750902,
+    bgo#767473, bgo#768360.
+  + Updated translations.
+- Drop pkgconfig(rest-0.7) BuildRequires: no longer needed.
+- Add ldconfig call to post/postun as we install libraries.
+
+-------------------------------------------------------------------
+Mon Jul 25 09:34:06 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.23.4:
+  + Plugins: Fix linking error.
+- Changes from version 0.23.3:
+  + libraw: Fix binding of ProcessedImage.data.
+  + graw: Prevent needless array duplication.
+  + Fix screenshot URLs in appdata.
+  + db: Add option to trace SQL statements.
+  + Change build system to autotools.
+  + Add help, appdata, gsettings and desktop files to translation
+    system.
+  + Change way help is built and installed.
+  + Always install the manpage.
+  + Several translation fixes.
+  + Make message more clear that there are no photos matching a
+    filter.
+  + Bugs fixed: bgo#715578, bgo#717064, bgo#719122, bgo#719200,
+    bgo#730665, bgo#730669, bgo#740873, bgo#741508, bgo#744251,
+    bgo#744254, bgo#744255, bgo#768054.
+  + Updated translations.
+- Add itstool BuildRequires: New dependency.
+- Replace pkgconfig(gnome-doc-utils) for yelp-tools BuildRequires:
+  following upstreams port.
+- Start using normal configure macro following upstream changes.
+  Due to this, stop exporting cflags and libdir.
+
+-------------------------------------------------------------------

Old:
----
  shotwell-0.23.2.tar.xz

New:
----
  shotwell-0.23.5.tar.xz

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

Other differences:
------------------
++++++ shotwell.spec ++++++
--- /var/tmp/diff_new_pack.7nKrZ7/_old  2016-08-22 14:00:25.000000000 +0200
+++ /var/tmp/diff_new_pack.7nKrZ7/_new  2016-08-22 14:00:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           shotwell
-Version:        0.23.2
+Version:        0.23.5
 Release:        0
 Summary:        Photo Manager for GNOME
 License:        LGPL-2.1+
@@ -25,8 +25,10 @@
 Url:            https://wiki.gnome.org/Apps/Shotwell
 Source:         
http://download.gnome.org/sources/shotwell/0.23/%{name}-%{version}.tar.xz
 BuildRequires:  libraw-devel-static
+BuildRequires:  itstool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-2.0)
@@ -34,7 +36,6 @@
 BuildRequires:  pkgconfig(gee-0.8) >= 0.10.0
 BuildRequires:  pkgconfig(gexiv2) >= 0.3.92
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.20
-BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.0.0
@@ -45,7 +46,6 @@
 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) >= 3.5.9
 BuildRequires:  pkgconfig(unique-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
@@ -64,20 +64,12 @@
 %setup -q
 
 %build
-# We can't use the configure macro: it's not a standard autotools configure 
script
-export CFLAGS="%{optflags}"
-export LIB=%{_lib}
-./configure \
-        --prefix=%{_prefix} \
-        --lib=%{_lib} \
-        --libexec=%{_libexecdir}/%{name} \
-        --disable-schemas-compile \
-        --disable-desktop-update \
-        --disable-icon-update
+%configure --disable-static
 %__make %{?_smp_mfalgs}
 
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file shotwell
 %suse_update_desktop_file shotwell-viewer
@@ -86,27 +78,26 @@
 rm -rf %{buildroot}
 
 %post
+/sbin/ldconfig
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 
 %postun
+/sbin/ldconfig
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
+%doc AUTHORS COPYING NEWS README THANKS
+%doc %{_datadir}/help/C/%{name}/
+%doc %{_mandir}/man1/shotwell.1%{?ext_man}
 %{_bindir}/shotwell
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/shotwell.appdata.xml
 %{_datadir}/applications/shotwell*.desktop
-%{_datadir}/GConf/gsettings/shotwell.convert
 %{_datadir}/glib-2.0/schemas/org.yorba.shotwell.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.yorba.shotwell-extras.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/shotwell*
@@ -114,6 +105,8 @@
 %{_libdir}/shotwell/
 # This is not split as the only consumer is shotwell itself.
 %{_libdir}/libshotwell-plugin-common.so
+%{_libdir}/libshotwell-plugin-common.so.0
+%{_libdir}/libshotwell-plugin-common.so.0.0.0
 %dir %{_libexecdir}/shotwell
 %{_libexecdir}/shotwell/shotwell-settings-migrator
 %{_libexecdir}/shotwell/shotwell-video-thumbnailer

++++++ shotwell-0.23.2.tar.xz -> shotwell-0.23.5.tar.xz ++++++
++++ 1019451 lines of diff (skipped)


Reply via email to