Hello community, here is the log from the commit of package shotwell for openSUSE:Factory checked in at Tue Sep 13 12:38:26 CEST 2011.
-------- --- GNOME/shotwell/shotwell.changes 2011-09-07 02:48:24.000000000 +0200 +++ /mounts/work_src_done/STABLE/shotwell/shotwell.changes 2011-09-09 11:11:33.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Sep 9 08:56:28 UTC 2011 - [email protected] + +- Update to version 0.11.1: + + RAW+JPEG pairing now works on file import + + Startup crashes fixed + + Hierarchical tag issues resolved + + RAW developer bugs fixed + + Resolved internationalization problems + + Various small fixes and enhancements +- Drop shotwell-disable-schema-compile.patch: fixed upstream. +- Drop shotwell-remove-gconf-schema.patch: fixed upstream. +- Add shotwell-no-max-vala.patch: allow to build against vala + 0.13/0.14. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- shotwell-0.11.0.tar.bz2 shotwell-disable-schema-compile.patch shotwell-remove-gconf-schema.patch New: ---- shotwell-0.11.1.tar.bz2 shotwell-no-max-vala.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotwell.spec ++++++ --- /var/tmp/diff_new_pack.ZwSnsI/_old 2011-09-13 12:38:20.000000000 +0200 +++ /var/tmp/diff_new_pack.ZwSnsI/_new 2011-09-13 12:38:20.000000000 +0200 @@ -18,7 +18,7 @@ Name: shotwell -Version: 0.11.0 +Version: 0.11.1 Release: 1 # FIXME: Check if the hack to remove --fatal-warnings is still required. Also see http://redmine.yorba.org/issues/3760 License: LGPLv2.1+ @@ -26,10 +26,8 @@ Url: http://yorba.org/shotwell/ Group: Productivity/Graphics/Viewers Source: http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM shotwell-disable-schema-compile.patch [email protected] -- Add --disable-schemas-compile configure flag, sent upstream by mail -Patch0: shotwell-disable-schema-compile.patch -# PATCH-FIX-UPSTREAM shotwell-remove-gconf-schema.patch [email protected] -- Drop useless gconf schema, sent upstream by mail -Patch1: shotwell-remove-gconf-schema.patch +# PATCH-FIX-OPENSUSE shotwell-no-max-vala.patch [email protected] -- Shotwell devs don't want vala 0.13/0.14 for 0.11.x, but it's okay to use it. See http://redmine.yorba.org/issues/3760 and the vala fix in https://bugzilla.gnome.org/show_bug.cgi?id=656266 +Patch0: shotwell-no-max-vala.patch BuildRequires: libraw-devel-static BuildRequires: vala BuildRequires: update-desktop-files @@ -66,7 +64,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build # We can't use the configure macro: it's not a standard autotools configure script ++++++ shotwell-0.11.0.tar.bz2 -> shotwell-0.11.1.tar.bz2 ++++++ ++++ 4498 lines of diff (skipped) ++++++ shotwell-no-max-vala.patch ++++++ Index: shotwell-0.11.1/Makefile =================================================================== --- shotwell-0.11.1.orig/Makefile +++ shotwell-0.11.1/Makefile @@ -8,7 +8,8 @@ BUILD_ROOT = 1 VALAC := valac VALAC_VERSION := `$(VALAC) --version | awk '{print $$2}'` MIN_VALAC_VERSION := 0.11.7 -MAX_VALAC_VERSION := 0.13.0 +# 0.13.x works fine, thanks to https://bugzilla.gnome.org/show_bug.cgi?id=656266 +#MAX_VALAC_VERSION := 0.13.0 INSTALL_PROGRAM := install INSTALL_DATA := install -m 644 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
