Hello community, here is the log from the commit of package f-spot for openSUSE:Factory checked in at 2013-01-30 11:16:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/f-spot (Old) and /work/SRC/openSUSE:Factory/.f-spot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "f-spot", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes 2013-01-10 11:04:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes 2013-01-30 11:16:15.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 29 20:43:22 UTC 2013 - [email protected] + +- Add f-spot-dotnet4.patch: Build for .Net 4.0 target. + +------------------------------------------------------------------- New: ---- f-spot-dotnet4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f-spot.spec ++++++ --- /var/tmp/diff_new_pack.Os2qIG/_old 2013-01-30 11:16:16.000000000 +0100 +++ /var/tmp/diff_new_pack.Os2qIG/_new 2013-01-30 11:16:16.000000000 +0100 @@ -30,6 +30,8 @@ Patch3: fspot-mono.patch # PATCH-FIX-UPSTREAM flickrnet-3.0.patch [email protected] -- Add Flickrnet 3.0 API support Patch4: flickrnet-3.0.patch +# PATCH-FIX-UPSTREAM f-spot-dotnet4.patch [email protected] -- Build for .Net 4.0 target. +Patch5: f-spot-dotnet4.patch BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-screensaver @@ -80,6 +82,7 @@ %patch3 -p1 %if 0%{?suse_version} >= 1230 %patch4 -p1 +%patch5 -p1 %endif %build ++++++ f-spot-dotnet4.patch ++++++ Index: f-spot-0.8.2/configure =================================================================== --- f-spot-0.8.2.orig/configure +++ f-spot-0.8.2/configure @@ -16190,7 +16190,7 @@ fi ENABLE_RELEASE=$enable_release if test "x$enable_release" = "xyes"; then - GMCS_FLAGS="-define:RELEASE" + GMCS_FLAGS="-define:RELEASE -sdk:4" # FIXME: Enable as soon as we rock sufficiently #else # GMCS_FLAGS="-warnaserror" Index: f-spot-0.8.2/configure.ac =================================================================== --- f-spot-0.8.2.orig/configure.ac +++ f-spot-0.8.2/configure.ac @@ -268,7 +268,7 @@ AM_CONDITIONAL(ENABLE_RELEASE, test "x$e ENABLE_RELEASE=$enable_release AC_SUBST(ENABLE_RELEASE) if test "x$enable_release" = "xyes"; then - GMCS_FLAGS="-define:RELEASE" + GMCS_FLAGS="-define:RELEASE -sdk:4" # FIXME: Enable as soon as we rock sufficiently #else # GMCS_FLAGS="-warnaserror" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
