Hello community, here is the log from the commit of package shotwell for openSUSE:Factory checked in at 2017-01-31 12:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-12-26 21:43:53.740403710 +0100 +++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes 2017-02-03 20:01:48.870171692 +0100 @@ -1,0 +2,13 @@ +Sun Jan 29 18:06:48 UTC 2017 - [email protected] + +- Update to version 0.24.4: + + Piwigo: Fix title and comments for uploaded images. + + Fix icon file name for Serbian and Korean. + + Improved duplicate detection. + + Bugs fixed: bgo#718107, bgo#775196, bgo#776664. + + Updated translations. +- Run spec-cleaner, add pkgconfig BuildRequires, and modernize + spec. +- Add fdupes BuildRequires and use macro: Remove duplicate files. + +------------------------------------------------------------------- Old: ---- shotwell-0.24.3.tar.xz New: ---- shotwell-0.24.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotwell.spec ++++++ --- /var/tmp/diff_new_pack.HFsaZi/_old 2017-02-03 20:01:49.614066985 +0100 +++ /var/tmp/diff_new_pack.HFsaZi/_new 2017-02-03 20:01:49.618066423 +0100 @@ -1,7 +1,7 @@ # # spec file for package shotwell # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,17 @@ Name: shotwell -Version: 0.24.3 +Version: 0.24.4 Release: 0 Summary: Photo Manager for GNOME License: LGPL-2.1+ Group: Productivity/Graphics/Viewers Url: https://wiki.gnome.org/Apps/Shotwell Source: http://download.gnome.org/sources/shotwell/0.24/%{name}-%{version}.tar.xz -BuildRequires: libraw-devel-static +BuildRequires: fdupes BuildRequires: itstool +BuildRequires: libraw-devel-static +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.28.0 BuildRequires: yelp-tools @@ -60,23 +62,22 @@ mode, and export them to share with others. %lang_package + %prep %setup -q %build %configure --disable-static -%__make %{?_smp_mfalgs} +make %{?_smp_mflags} %{?_smp_mfalgs} %install -%makeinstall -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +%make_install +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot}%{_datadir} %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file shotwell %suse_update_desktop_file shotwell-viewer -%clean -rm -rf %{buildroot} - %post /sbin/ldconfig %glib2_gsettings_schema_post @@ -93,7 +94,7 @@ %defattr(-,root,root) %doc AUTHORS COPYING NEWS README THANKS %doc %{_datadir}/help/C/%{name}/ -%doc %{_mandir}/man1/shotwell.1%{?ext_man} +%{_mandir}/man1/shotwell.1%{?ext_man} %{_bindir}/shotwell %dir %{_datadir}/appdata %{_datadir}/appdata/shotwell.appdata.xml @@ -112,5 +113,6 @@ %{_libexecdir}/shotwell/shotwell-video-thumbnailer %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++++++ shotwell-0.24.3.tar.xz -> shotwell-0.24.4.tar.xz ++++++ ++++ 54210 lines of diff (skipped)
