Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shotwell for openSUSE:Factory checked in at 2022-12-15 19:26:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotwell (Old) and /work/SRC/openSUSE:Factory/.shotwell.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shotwell" Thu Dec 15 19:26:01 2022 rev:102 rq:1043157 version:0.31.7 Changes: -------- --- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes 2022-09-21 14:42:58.941846465 +0200 +++ /work/SRC/openSUSE:Factory/.shotwell.new.1835/shotwell.changes 2022-12-15 19:26:25.396472124 +0100 @@ -1,0 +2,42 @@ +Thu Dec 15 07:07:40 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Update to version 0.31.7: + + Actually run database upgrade necessary for date/time changes. + + Fix comparing unset date/time values. +- Changes from version 0.31.6: + + Improved interaction when exporting files that end up with a + similar name. + + Google Photos: Fix batch uploading. + + Tumblr: Fix not remembering login credentials. + + Improve handling of images that do not have a GPS altitude. + + Have import from folder follow symlinks. + + Add an user interface to interact with the new profile feature. + + Make a couple of UI strings clearer. + + Remove video interpreter state handling - completely broken + and potentially responsible for causing indefinite re-checking + of video files. + + Improve touchpad scaling vs scrolling. + + Always enable face tagging. Face detection and recognition is + still opt-in on compile time due to the rather large OpenCV + dependency. + + Support creating hierarchical tags by using + /a/sytax/with/slashes. + + Use libportal to implement SendTo and Wallpaper settings. + + Initial support for having multiple accounts per publishing + service. So far only works for Piwigo instances. + + Create a new plugin preferences panel (prepare for account + management). + + Convert all publishing processes to async libsoup3. With + HTTPS/2 becoming more prominent, the old method broke really + hard and was a bad habit anyway. + + Fix an issue with the Saturation slider. + + Remove a bunch of deprecated calls. + + Remove deprecated date/time handling. Use DateTime more or less + everywhere. + + Allow media to have exposure dates before 1.1.1970 00:00. + + Updated translations. +- Drop -Dextra_plugins=true meson parameter: no longer supported. +- Drop pkgconfig(gdk-3.0) BuildRequires: no longer needed. +- Add pkgconfig(libportal-gtk3) BuildRequires: new dependency. + +------------------------------------------------------------------- Old: ---- shotwell-0.31.5.tar.xz New: ---- shotwell-0.31.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotwell.spec ++++++ --- /var/tmp/diff_new_pack.w6lppR/_old 2022-12-15 19:26:25.964475356 +0100 +++ /var/tmp/diff_new_pack.w6lppR/_new 2022-12-15 19:26:25.968475378 +0100 @@ -17,7 +17,7 @@ Name: shotwell -Version: 0.31.5 +Version: 0.31.7 Release: 0 Summary: Photo Manager for GNOME License: LGPL-2.1-or-later @@ -31,28 +31,28 @@ BuildRequires: fdupes BuildRequires: gettext >= 0.19.7 BuildRequires: libraw-devel-static -BuildRequires: meson +BuildRequires: meson >= 0.43.0 BuildRequires: pkgconfig BuildRequires: vala >= 0.28.0 BuildRequires: yelp-tools BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(gcr-3) BuildRequires: pkgconfig(gcr-ui-3) -BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gee-0.8) >= 0.10.0 BuildRequires: pkgconfig(gexiv2) >= 0.12.3 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.20 BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 -BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0.0 +BuildRequires: pkgconfig(gstreamer-1.0) >= 1.20 BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.0.0 -BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.0.0 +BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.20 BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 BuildRequires: pkgconfig(gudev-1.0) >= 145 BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libexif) >= 0.6.16 BuildRequires: pkgconfig(libsecret-1) -BuildRequires: pkgconfig(libgphoto2) >= 2.4.2 +BuildRequires: pkgconfig(libgphoto2) >= 2.5.0 +BuildRequires: pkgconfig(libportal-gtk3) > 0.5 BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libwebpdemux) BuildRequires: pkgconfig(libwebp) @@ -74,7 +74,6 @@ %build %meson \ -D unity_support=false \ - -D extra_plugins=true \ -D dupe_detection=false \ -D install_apport_hook=false \ %{nil} @@ -92,15 +91,15 @@ %license COPYING %doc AUTHORS NEWS THANKS %doc %{_datadir}/help/C/%{name}/ -%{_mandir}/man1/shotwell.1%{?ext_man} %{_bindir}/shotwell %dir %{_datadir}/metainfo -%{_datadir}/metainfo/org.gnome.Shotwell.appdata.xml -%{_datadir}/applications/org.gnome.Shotwell-Viewer.desktop %{_datadir}/applications/org.gnome.Shotwell.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.shotwell.gschema.xml +%{_datadir}/applications/org.gnome.Shotwell-Profile-Browser.desktop +%{_datadir}/applications/org.gnome.Shotwell-Viewer.desktop %{_datadir}/glib-2.0/schemas/org.gnome.shotwell-extras.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.shotwell.gschema.xml %{_datadir}/icons/hicolor/*/*/org.gnome.Shotwell* +%{_datadir}/metainfo/org.gnome.Shotwell.appdata.xml %{_libdir}/shotwell/ # This is not split as the only consumer is shotwell itself. %{_libdir}/libshotwell-authenticator.so @@ -114,6 +113,7 @@ %{_libdir}/libshotwell-plugin-dev-1.0.so.%{version} %dir %{_libexecdir}/shotwell %{_libexecdir}/shotwell/shotwell-video-thumbnailer +%{_mandir}/man1/shotwell.1%{?ext_man} %files lang -f %{name}.lang ++++++ shotwell-0.31.5.tar.xz -> shotwell-0.31.7.tar.xz ++++++ /work/SRC/openSUSE:Factory/shotwell/shotwell-0.31.5.tar.xz /work/SRC/openSUSE:Factory/.shotwell.new.1835/shotwell-0.31.7.tar.xz differ: char 26, line 1
